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