2 <p>Test for
<a href=
"https://bugs.webkit.org/show_bug.cgi?id=21752">bug
21752</a>:
3 Referencing XHR constructor for a not yet loaded frame permanently breaks it.
</p>
4 <p>Should say SUCCESS:
</p>
6 <iframe src=
"resources/window-early-properties-xhr-frame.html"></iframe>
8 if (window
.testRunner
) {
9 testRunner
.dumpAsText();
10 testRunner
.waitUntilDone();
12 window
.frames
[0].XMLHttpRequest
;