2 <body onload=
"reloadOnce()">
3 <div>This test passes if it doesn't crash.
</div>
4 <video style=
"position: absolute" poster=
"../fast/images/resources/green.jpg"><source></video>
6 document
.body
.offsetHeight
;
9 testRunner
.dumpAsText();
11 function reloadOnce() {
12 var searchParameter
= "?done";
13 if (window
.location
.search
== searchParameter
) {
14 if (window
.testRunner
)
15 testRunner
.notifyDone();
17 if (window
.testRunner
)
18 testRunner
.waitUntilDone();
19 window
.location
= window
.location
+ searchParameter
;