blob: 57088b3f4c54775d8c7c25f9797fb7e2336c32d5 [file] [log] [blame]
<!DOCTYPE html>
<script>
if (window.testRunner) testRunner.dumpAsText();
var doc = document.implementation.createHTMLDocument('');
var img = document.createElement('img');
img.onerror = function() { doc.adoptNode(img); };
img.src = 'http://foo.com/blarg.jpg';
</script>
<div>Test passes if it does not ASSERT</div>