blob: f74872b1f5c1a479e0e44cdada044c2fc2e0edc3 [file] [log] [blame]
ap@webkit.org0e55b1f2009-03-16 07:39:17 +00001<body>
2<p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=21752">bug 21752</a>:
3Referencing XHR constructor for a not yet loaded frame permanently breaks it.</p>
4<p>Should say SUCCESS:</p>
5<div id=result></div>
6<iframe src="resources/window-early-properties-xhr-frame.html"></iframe>
7<script>
rniwa@webkit.orgada3c202012-06-20 03:28:42 +00008if (window.testRunner) {
9 testRunner.dumpAsText();
10 testRunner.waitUntilDone();
ap@webkit.org0e55b1f2009-03-16 07:39:17 +000011}
12window.frames[0].XMLHttpRequest;
13</script>
14</body>