3 <text><tspan>PASS
</tspan><tspan><a><ellipse/></a></tspan></text>
6 if (window
.testRunner
) {
7 testRunner
.dumpAsText();
8 testRunner
.waitUntilDone();
10 window
.onload = function() {
11 var e
= document
.querySelector('ellipse');
12 e
.parentNode
.insertBefore(document
.createElement('span'), e
);
15 window
.onload = function() {
16 setTimeout(function() {
17 if (window
.testRunner
)
18 testRunner
.notifyDone();