summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/multicol/negativeColumnWidth.html
blob: 0bf1483064d0cd05d40ba481edb6830d25f2542f (plain)
1
2
3
4
5
6
7
8
This test succeeds if it does not crash.

<table><td style="-webkit-columns: -9999px;">

<script>
if (window.testRunner)
    testRunner.dumpAsText();
</script>