| Index: LayoutTests/http/tests/security/xssAuditor/object-src-inject.html
|
| diff --git a/LayoutTests/http/tests/security/xssAuditor/object-src-inject.html b/LayoutTests/http/tests/security/xssAuditor/object-src-inject.html
|
| index cd810f899a2330e905375d8e45527ae43b90df3a..3a44fcb6c605bde5947d31c3f91dc7d11b6f9e4a 100644
|
| --- a/LayoutTests/http/tests/security/xssAuditor/object-src-inject.html
|
| +++ b/LayoutTests/http/tests/security/xssAuditor/object-src-inject.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-object-src.pl?relay-target-ids-for-event=beforeload&q=http://127.0.0.1:8000/security/xssAuditor/resources/dummy.swf">
|
| +<iframe src="http://localhost:8000/security/xssAuditor/resources/echo-object-src.pl?wait-for-load=1&q=http://127.0.0.1:8000/security/xssAuditor/resources/dummy.swf">
|
| </iframe>
|
| </body>
|
| </html>
|
|
|