3 testRunner
.dumpAsText();
5 function insertSpan() {
6 document
.getElementById("container").innerHTML
= "<span style=\"content:url('resources/compass.jpg'); -webkit-mask-box-image:url('resources/compass.jpg');\">FAIL</span>";
9 <body onload=
"insertSpan()">
10 The test passes if you see the Safari icon below.
11 <div id=
"container"></div>