blob: ee0c62d8c1f8961e0cd0beabe90b08615986754e [file] [log] [blame]
<script>
if (window.testRunner)
testRunner.dumpAsText();
function insertSpan() {
document.getElementById("container").innerHTML = "<span style=\"content:url('resources/compass.jpg'); -webkit-mask-box-image:url('resources/compass.jpg');\">FAIL</span>";
}
</script>
<body onload="insertSpan()">
The test passes if you see the Safari icon below.
<div id="container"></div>
<script>
insertSpan();
</script>
</body>