Index: LayoutTests/http/tests/security/xssAuditor/object-embed-tag-null-char.html |
diff --git a/LayoutTests/http/tests/security/xssAuditor/object-embed-tag-null-char.html b/LayoutTests/http/tests/security/xssAuditor/object-embed-tag-null-char.html |
index 9167c5505575f211fab0ba02a9e19e74773cefd2..a468537b8ea5e25e3ea7e9c2824007235c59d422 100644 |
--- a/LayoutTests/http/tests/security/xssAuditor/object-embed-tag-null-char.html |
+++ b/LayoutTests/http/tests/security/xssAuditor/object-embed-tag-null-char.html |
@@ -7,12 +7,12 @@ if (window.testRunner) { |
testRunner.dumpAsText(); |
testRunner.setXSSAuditorEnabled(true); |
testRunner.waitUntilDone(); |
- notifyDoneAfterReceivingBeforeloadFromIds(["object", "embed"]); |
+ notifyDoneAfterReceivingLoaded(); |
} |
</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/sec%00urity/xssAuditor/resources/dummy.swf' /><embed id='embed' name='plugin' type='application/x-webkit-test-netscape' src='http://127.0.0.1:8000/sec%00urity/xssAuditor/resources/dummy.swf' /></object>"> |
+<iframe src="http://localhost:8000/security/xssAuditor/resources/echo-intertag.pl?wait-for-load=1&q=<object id='object' name='plugin' type='application/x-webkit-test-netscape'><param name='movie' value='http://127.0.0.1:8000/sec%00urity/xssAuditor/resources/dummy.swf' /><embed id='embed' name='plugin' type='application/x-webkit-test-netscape' src='http://127.0.0.1:8000/sec%00urity/xssAuditor/resources/dummy.swf' /></object>"> |
</iframe> |
</body> |
</html> |