| OLD | NEW |
| 1 <?xml version="1.0" standalone="no"?> | 1 <?xml version="1.0" standalone="no"?> |
| 2 <!DOCTYPE x PUBLIC "" ""> | 2 <!DOCTYPE x PUBLIC "" ""> |
| 3 <svg xmlns="http://www.w3.org/2000/svg"> | 3 <svg xmlns="http://www.w3.org/2000/svg"> |
| 4 <style> | 4 <style> |
| 5 *:after { | 5 *:after { |
| 6 content: "x" | 6 content: "x" |
| 7 } | 7 } |
| 8 </style> | 8 </style> |
| 9 <defs> | 9 <defs> |
| 10 <font> | 10 <font> |
| 11 <font-face font-family="SVGArial" /> | 11 <font-face font-family="SVGArial" /> |
| 12 </font> | 12 </font> |
| 13 </defs> | 13 </defs> |
| 14 <text style="font-family:SVGArial;"></text> | 14 <text style="font-family:SVGArial;"></text> |
| 15 <script> | 15 <script> |
| 16 if (window.layoutTestController) | 16 if (window.layoutTestController) |
| 17 layoutTestController.dumpAsText(); | 17 layoutTestController.dumpAsText(); |
| 18 </script> | 18 </script> |
| 19 <text x="10px" y="50px" >Test for https://bugs.webkit.org/show_bug.cgi?id=62
884</text> | 19 <text x="10px" y="50px" >Test for https://bugs.webkit.org/show_bug.cgi?id=62
884</text> |
| 20 <text x="10px" y="100px">This test passes if it did not crash</text> | 20 <text x="10px" y="100px">This test passes if it did not crash</text> |
| 21 </svg> | 21 </svg> |
| OLD | NEW |