7 testRunner
.waitUntilDone();
9 window
.resizeTo(400, 300);
11 if (window
.testRunner
)
12 window
.setTimeout(function () { testRunner
.notifyDone(); }, 0);
16 <body onload=
"runTest();">
17 <svg xmlns=
"http://www.w3.org/2000/svg" xmlns:
xlink=
"http://www.w3.org/1999/xlink">
18 <rect width=
"40%" height=
"60%" fill=
"green"/>