Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / assert-empty-layout-attributes.svg
blobf50c3de771c4151970667bc118e5fa83732e718c
1 <?xml version="1.0" standalone="no"?>
2 <!DOCTYPE x PUBLIC "" "">
3 <svg xmlns="http://www.w3.org/2000/svg">
4 <style>
5 *:after {
6 content: "x"
8 </style>
9 <defs>
10 <font>
11 <font-face font-family="SVGArial" />
12 </font>
13 </defs>
14 <text style="font-family:SVGArial;"></text>
15 <script>
16 if (window.testRunner)
17 testRunner.dumpAsText();
18 </script>
19 <text x="10px" y="50px" >Test for https://bugs.webkit.org/show_bug.cgi?id=62884</text>
20 <text x="10px" y="100px">This test passes if it did not crash</text>
21 </svg>