Bug 1535077 - Switch to using Ref and PureComponent in the SearchBox component. r...
[gecko.git] / layout / reftests / bugs / 1492660-1.html
blobcf2625f814feb910c2c64ae57e4ac3f107ec440e
1 <!DOCTYPE html>
2 <svg width="300" height="200" viewBox="0 0 30 30">
3 <defs>
4 <filter id="f" x="-20%" y="-10%" width="140%" height="140%">
5 <feTurbulence baseFrequency="0 3"/>
6 </filter>
7 <clipPath id="c">
8 <rect width="30" height="30"/>
9 </clipPath>
10 </defs>
11 <rect width="30" height="30" filter="url(#f)" clip-path="url(#c)"/>
12 </svg>