1 <script src=
"../../resources/dump-as-markup.js"></script>
5 for (var i
=0; i
< kDepth
; ++i
) {
6 document
.write("<b><div>");
9 This test creates a nutty dom by abusing the residual style algorithm. It's
10 unclear exactly what DOM we should create here, but we shouldn't hang.
12 for (var i
=0; i
< kDepth
; ++i
) {
13 document
.write("</b>");