blob: a77b7873d916f85a372b6c5fa73e5fae9d0e8467 (
plain)
1
2
3
4
5
6
|
<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>
|