summaryrefslogtreecommitdiffstats
path: root/layout/tables/crashtests/411582.xhtml
blob: 35c6d87717df81b272e662009bfedfa1388d56df (plain)
1
2
3
4
5
6
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:svg="http://www.w3.org/2000/svg"><!-- no body element, intentionally --><div style="display: table-column-group;"/><svg:symbol id="s"/><script>

document.documentElement.offsetHeight;
document.getElementById("s").style.display = "table-column-group";

</script></html>