blob: a77b7873d916f85a372b6c5fa73e5fae9d0e8467 [file] [log] [blame]
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<p>This tests that javascript: urls in an object tag do not get executed.</p>
<object data="javascript:alert('FAIL - javascript: url was executed.');"></object>