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