2 <link href=
"resources/grid.css" rel=
"stylesheet">
3 <p>This test checks that inserting a non-LayoutBox grid item doesn't make us crash.
</p>
4 <p>This test has PASSED if it didn't crash and you see PASSED below.
</p>
8 testRunner
.dumpAsText();
10 var grid
= document
.getElementsByClassName("grid")[0];
12 grid
.innerHTML
= "PASSED";