6 testRunner
.dumpAsText();
7 document
.getElementsByTagName("div")[0].outerHTML
= "PASS";
10 This tests that we do not crash when LayoutCounter traverses detached render trees.
11 <body onload=
"test()" style=
"counter-increment: ctr">
13 <b style=
"counter-increment: ctr"><div></div></b>
14 <menu style=
"counter-increment: ctr"></menu>