| <!DOCTYPE html> | |
| <link href="resources/grid.css" rel="stylesheet"> | |
| <p>This test checks that inserting a non-LayoutBox grid item doesn't make us crash.</p> | |
| <p>This test has PASSED if it didn't crash and you see PASSED below.</p> | |
| <div class="grid"> | |
| <script> | |
| if (window.testRunner) | |
| testRunner.dumpAsText(); | |
| var grid = document.getElementsByClassName("grid")[0]; | |
| grid.offsetTop; | |
| grid.innerHTML = "PASSED"; | |
| </script> |