13 <script type=
"text/javascript">
14 if (window
.testRunner
)
15 testRunner
.dumpAsText();
19 <p>This test checks that adding a positioned block grid item after an inline grid item (which inserts it inside the
20 existing anonymous block wrapping the inline item) does not crash on debug.
</p>
25 var grid
= document
.getElementById("grid");
27 var embed
= document
.createElement("embed");
28 grid
.appendChild(embed
);