Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / unattached-pattern-crash.svg
blobf124316ccf3813ddd9bb1a6e6fe4d3cf663d2981
1 <?xml version="1.0" encoding="UTF-8"?>
2 <svg width="800" height="600" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3 <rect>
4 <pattern id="patternBase" width="1" height="1">
5 <rect/>
6 </pattern>
7 </rect>
9 <pattern xlink:href="#patternBase" id="pattern"/>
11 <rect width="100" height="100" fill="url(#pattern)"/>
13 <text x="100" y="100">PASS: did not crash.</text>
14 </svg>