Index: LayoutTests/http/tests/security/xssAuditor/object-tag-javascript-url.html |
diff --git a/LayoutTests/http/tests/security/xssAuditor/object-tag-javascript-url.html b/LayoutTests/http/tests/security/xssAuditor/object-tag-javascript-url.html |
index 0172d81ee4d4cef5f22195fbb7bb2cf62e3fb988..cbd54233313f4b2e7c71180b9524909e39fdee55 100644 |
--- a/LayoutTests/http/tests/security/xssAuditor/object-tag-javascript-url.html |
+++ b/LayoutTests/http/tests/security/xssAuditor/object-tag-javascript-url.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' data='javascript:alert(document.domain)'></object>"> |
+<iframe src="http://localhost:8000/security/xssAuditor/resources/echo-intertag.pl?wait-for-load=1&q=<object id='object' data='javascript:alert(document.domain)'></object>"> |
</iframe> |
</body> |
</html> |