<!DOCTYPE html> | |
<html> | |
<head> | |
<script src="resources/utilities.js"></script> | |
<script> | |
if (window.testRunner) { | |
testRunner.dumpAsText(); | |
testRunner.setXSSAuditorEnabled(true); | |
testRunner.waitUntilDone(); | |
notifyDoneAfterReceivingBeforeloadFromIds(["object"]); | |
} | |
</script> | |
</head> | |
<body> | |
<iframe src="http://localhost:8000/security/xssAuditor/resources/echo-object-src.pl?relay-target-ids-for-event=beforeload&q=http://127.0.0.1:8000/security/xssAuditor/resources/dummy.swf"> | |
</iframe> | |
</body> | |
</html> |