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