2 <html class=
"reftest-wait">
10 for (var i
= 0; i
< 8; ++i
) {
11 var x
= new XMLHttpRequest();
12 x
.open('GET', 'data:text/html,' + i
, false);
17 window
.addEventListener("popstate", spin
);
19 window
.location
= "#c";
26 document
.documentElement
.removeAttribute("class");
31 win
= window
.open("javascript:'<html><body>dummy</body></html>';", null, "width=300,height=300");
37 <body onload=
"start();"></body>