<!DOCTYPE html>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
window.onload = function() {
if (window.testRunner) {
document.getElementById('body').innerHTML="PASS";
testRunner.notifyDone();
}
}
</script>
<body id="body">
<img src='data:image/svg+xml,<html xmlns="http://www.w3.org/1999/xhtml"><marquee width="14px"><object></object></marquee></html>'>
</body>