3 <script type=
"text/javascript">
5 var xhr
= new XMLHttpRequest();
6 xhr
.onload = function() {
7 top
.document
.getElementById("result").innerHTML
="SUCCESS";
9 top
.testRunner
.notifyDone();
11 xhr
.open("GET", "window-early-properties-xhr-frame.html");
16 <body onload=
"load();">