tenfourfox/layout/tables/crashtests/411582.xhtml
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

7 lines
318 B
HTML

<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>