Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / svg-use-style-float-crash.svg
blob4f0cfedf08e00d386bde70a01316095d63b7cc60
1 <svg xmlns="http://www.w3.org/2000/svg">
2 <use style="float:left"/>
3 <text x="10" y="30">Test for https://bugs.webkit.org/show_bug.cgi?id=49316</text>
4 <text id="console" x="10" y="60">PASSED (did not crash)</text>
5 <script>
6 if (window.testRunner)
7 testRunner.dumpAsText();
8 </script>
9 </svg>