1 <html class=
"reftest-wait">
5 // document.write() doesn't play well with reftest-wait, so we need to use an
8 // This test is designed to trigger an assertion, but that assertion depends on
9 // non-deterministic hashtable iteration ordering. The assertion seems to happen
10 // around 80% of the time, so we just run the operation 10 times.
16 document
.getElementById("f").src
= "752038-iframe.html";
18 document
.documentElement
.removeAttribute("class");
21 window
.addEventListener('message', iterate
);
26 <iframe id=
"f" src=
"752038-iframe.html"></iframe>