Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / display-table-caption-text.svg
blob3465f1b1884fb98e8c85428244b26dd2294d8ffa
1 <svg xmlns="http://www.w3.org/2000/svg">
2 <script>
3 if (window.testRunner)
4 testRunner.dumpAsText();
5 </script>
6 <text display="table-caption">This test PASSED if we don't crash when the display value is table-caption</text>
7 </svg>