summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-tables/crashtests/legacy_ng_mix_crash.html
blob: 7e7377ef7ebe6332824c7503ee2fa56ebea67aac (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<p>PASS if no crash or DCHECK failure.</p>
<table id="elm" style="columns:2;">
  <colgroup style="column-count:2;">
</table>
<script>
  document.body.offsetTop;
  elm.style.columns = "auto";
</script>