chromium/third_party/blink/web_tests/svg/as-image/svg-invalid-image-1.html

<!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>