Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / pattern-excessive-malloc.svg
blobeeeaa7bf53a27278f0403aebe97d8a189fd03ca2
1 <?xml version="1.0"?>
2 <svg xmlns="http://www.w3.org/2000/svg">
3 <defs>
4 <pattern id="pattern" width="1000000000" height="1000000000" patternUnits="userSpaceOnUse">
5 <rect x="0" y="0" width="1000000000" height="1000000000" fill="red" style="stroke:none" />
6 </pattern>
7 </defs>
8 <rect width="100" height="100" x="10" y="300" fill="url(#pattern)" />
9 </svg>