Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-tables/crashtests/legacy_ng_mix_crash.html - WPT Dashboard Interop Dashboard
<!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>