chrome-bug-1346969-crash.html (406B)
1 <!doctype html> 2 <title>Chrome crash bug 1346969</title> 3 <link rel="help" href="https://crbug.com/1346969"> 4 <table id="table"> </table> 5 <script> 6 document.body.offsetTop; 7 table.style.containerType = "inline-size"; 8 table.style.appearance = "auto"; 9 table.style.columnCount = 2; 10 table.createTBody(); 11 table.createCaption(); 12 document.body.offsetTop; 13 table.style.whiteSpace = "pre-wrap"; 14 </script>