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