blob: 7bb54f7a52d7389ea3f4aa95c63ae9e85d020411 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src='resources/utilities.js'></script>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.setXSSAuditorEnabled(true);
testRunner.waitUntilDone();
notifyDoneAfterReceivingBeforeloadFromIds(["object", "embed"]);
}
</script>
</head>
<body>
<iframe src="http://localhost:8000/security/xssAuditor/resources/echo-intertag.pl?relay-target-ids-for-event=beforeload&q=<object id='object' name='plugin' type='application/x-webkit-test-netscape'><param name='movie' value='http://127.0.0.1:8000/security/xssAuditor/resources/dummy.swf%05' /><embed id='embed' name='plugin' type='application/x-webkit-test-netscape' src='http://127.0.0.1:8000/security/xssAuditor/resources/dummy.swf%05' /></object>">
</iframe>
</body>
</html>