Index: LayoutTests/http/tests/security/xssAuditor/object-tag.html |
diff --git a/LayoutTests/http/tests/security/xssAuditor/object-tag.html b/LayoutTests/http/tests/security/xssAuditor/object-tag.html |
index abed3cf12881ba2a63ac87e01333a60d3bb2f26c..262c536fe8966991dbbd55f1d23d028680695594 100644 |
--- a/LayoutTests/http/tests/security/xssAuditor/object-tag.html |
+++ b/LayoutTests/http/tests/security/xssAuditor/object-tag.html |
@@ -7,12 +7,12 @@ if (window.testRunner) { |
testRunner.dumpAsText(); |
testRunner.setXSSAuditorEnabled(true); |
testRunner.waitUntilDone(); |
- notifyDoneAfterReceivingBeforeloadFromIds(["object"]); |
+ 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/security/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/security/xssAuditor/resources/dummy.swf' /></object>"> |
</iframe> |
</body> |
</html> |