2 <svg xmlns=
"http://www.w3.org/2000/svg">
3 <text><tspan><tspan>PASS
</tspan></tspan><a></a></text>
6 if (window
.testRunner
) {
7 testRunner
.dumpAsText();
8 testRunner
.waitUntilDone();
10 var e
= document
.querySelector('a');
11 e
.appendChild(document
.createElement('rb'));
13 window
.onload = function() {
14 setTimeout(function() {
15 if (window
.testRunner
)
16 testRunner
.notifyDone();