summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/table/crash-output-element-as-column-group.html
blob: 28c9e062f0d108a697c4830f836fc8fb430cece5 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<script>
    if (window.testRunner)
        testRunner.dumpAsText();
</script>
<p>Test that displaying an OUTPUT element as table-column-group doesn't crash.</p>
<div style="display:table-cell;">PASS if no crash or assertion failure.</div>
<output style="display:table-column-group;"></output>