Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / table-captions-child-visible-crash.html
blob29c754272b09b3feb9787ac51fde03d1f84b112c
1 <html>
2 <body>
3 Test passes if it does not crash.
4 <div style="visibility: collapse;">
5 <table>
6 <caption></caption>
7 <caption>
8 <span style="visibility: visible;"></span>
9 </caption>
10 </table>
11 </div>
12 <script>
13 if (window.testRunner)
14 testRunner.dumpAsText();
15 </script>
16 </body>
17 </html>