summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/table/table-captions-child-visible-crash.html
blob: 29c754272b09b3feb9787ac51fde03d1f84b112c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html>
    <body>
	    Test passes if it does not crash.
        <div style="visibility: collapse;">
            <table>
                <caption></caption>
                <caption>
                    <span style="visibility: visible;"></span>
                </caption>
            </table>
        </div>
        <script>
            if (window.testRunner)
                testRunner.dumpAsText();
        </script>
    </body>
</html>