Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(194)

Unified Diff: LayoutTests/http/tests/security/xssAuditor/object-embed-tag.html

Issue 205523003: Remove beforeload events. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove more tests Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/http/tests/security/xssAuditor/object-embed-tag.html
diff --git a/LayoutTests/http/tests/security/xssAuditor/object-embed-tag.html b/LayoutTests/http/tests/security/xssAuditor/object-embed-tag.html
index 4008fbf02579d6e8e5d6ac8b9b88a4941bdc6f69..b9012d9fb15dfec165d64300b82b984bf6dbf9de 100644
--- a/LayoutTests/http/tests/security/xssAuditor/object-embed-tag.html
+++ b/LayoutTests/http/tests/security/xssAuditor/object-embed-tag.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/security/xssAuditor/resources/dummy.swf' /><embed id='embed' name='plugin' type='application/x-webkit-test-netscape' src='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' /><embed id='embed' name='plugin' type='application/x-webkit-test-netscape' src='http://127.0.0.1:8000/security/xssAuditor/resources/dummy.swf' /></object>">
</iframe>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698