1 <svg xmlns=
"http://www.w3.org/2000/svg" xmlns:
xlink=
"http://www.w3.org/1999/xlink">
3 if (window.testRunner) {
4 testRunner.waitUntilDone();
5 testRunner.dumpAsText();
8 window.onload = function() {
10 testRunner.notifyDone();
13 <text y=
"170" x=
"20" id=
"console"/>
15 document.documentElement.addEventListener(
"load", loaded, false);
16 document.documentElement.addEventListener(
"SVGLoad", loaded, false);
18 function loaded(evt) {
19 document.getElementById(
"console").textContent += evt.type +
"(" + evt.target.localName +
") ";
22 <image id=
"image" onload=
"loaded(evt)" onerror=
"loaded(evt)" x=
"20" y=
"20"
23 width=
"100" height=
"100" xlink:
href=
"http://127.0.0.1:8000/svg/resources/delayCachedLoad.php" />