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