OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <body> | 3 <body> |
4 <svg xmlns="http://www.w3.org/2000/svg"> | 4 <svg xmlns="http://www.w3.org/2000/svg"> |
5 <pattern id="pattern" width="100" height="100"> | 5 <pattern id="pattern" width="100" height="100"> |
6 <image height="40000" width="40000" xlink:href="data:image/svg+xml, | 6 <image height="40000" width="40000" xlink:href="data:image/svg+xml, |
7 <svg xmlns='http://www.w3.org/2000/svg'></svg> | 7 <svg xmlns='http://www.w3.org/2000/svg'></svg> |
8 "/> | 8 "/> |
9 </pattern> | 9 </pattern> |
10 <rect fill="url(#pattern)" height="300" width="400"/> | 10 <rect fill="url(#pattern)" height="300" width="400"/> |
11 <text>PASS: did not crash.</text> | 11 <text>PASS: did not crash.</text> |
12 | 12 |
13 <script> | 13 <script> |
14 if (window.testRunner) | 14 if (window.testRunner) |
15 testRunner.dumpAsText(); | 15 testRunner.dumpAsText(); |
16 </script> | 16 </script> |
17 </svg> | 17 </svg> |
18 </body> | 18 </body> |
19 </html> | 19 </html> |
OLD | NEW |