OLD | NEW |
1 <script> | 1 <script> |
2 if (window.layoutTestController) | 2 if (window.layoutTestController) |
3 layoutTestController.dumpAsText(); | 3 layoutTestController.dumpAsText(); |
4 </script> | 4 </script> |
5 The SVG in the below frame should not render or crash.</br> | 5 The SVG in the below frame should not render or crash.</br> |
6 <iframe src='data:application/xhtml+xml, | 6 <iframe src='data:application/xhtml+xml, |
7 <svg:g xmlns:svg="http://www.w3.org/2000/svg"> | 7 <svg:g xmlns:svg="http://www.w3.org/2000/svg"> |
8 <text> | 8 <text> |
9 FAIL | 9 FAIL |
10 </text> | 10 </text> |
11 </svg:g>' | 11 </svg:g>' |
12 ></iframe> | 12 ></iframe> |
OLD | NEW |