| <?xml version="1.0" standalone="no"?> | |
| <!DOCTYPE x PUBLIC "" ""> | |
| <svg xmlns="http://www.w3.org/2000/svg"> | |
| <style> | |
| *:after { | |
| content: "x" | |
| } | |
| </style> | |
| <defs> | |
| <font> | |
| <font-face font-family="SVGArial" /> | |
| </font> | |
| </defs> | |
| <text style="font-family:SVGArial;"></text> | |
| <script> | |
| if (window.testRunner) | |
| testRunner.dumpAsText(); | |
| </script> | |
| <text x="10px" y="50px" >Test for https://bugs.webkit.org/show_bug.cgi?id=62884</text> | |
| <text x="10px" y="100px">This test passes if it did not crash</text> | |
| </svg> |