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

Unified Diff: LayoutTests/http/tests/security/resources/cross-frame-iframe-for-put-test.html

Issue 1291723004: Remove all support for <applet> handling in Chrome. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 5 years, 4 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/resources/cross-frame-iframe-for-put-test.html
diff --git a/LayoutTests/http/tests/security/resources/cross-frame-iframe-for-put-test.html b/LayoutTests/http/tests/security/resources/cross-frame-iframe-for-put-test.html
index 85ff1cbfc553c82d120a5b64d76dbe702aec0cf4..1e243b204016dc0f2972ab0cce06fe44e0e76953 100644
--- a/LayoutTests/http/tests/security/resources/cross-frame-iframe-for-put-test.html
+++ b/LayoutTests/http/tests/security/resources/cross-frame-iframe-for-put-test.html
@@ -77,7 +77,6 @@
var EvalErrorOld = window.EvalError;
var EventOld = window.Event;
var HTMLAnchorElementOld = window.HTMLAnchorElement;
- var HTMLAppletElementOld = window.HTMLAppletElement;
var HTMLAreaElementOld = window.HTMLAreaElement;
var HTMLBaseElementOld = window.HTMLBaseElement;
var HTMLBodyElementOld = window.HTMLBodyElement;
@@ -275,7 +274,6 @@
shouldBe("window.EvalError", "EvalErrorOld");
shouldBe("window.Event", "EventOld");
shouldBe("window.HTMLAnchorElement", "HTMLAnchorElementOld");
- shouldBe("window.HTMLAppletElement", "HTMLAppletElementOld");
shouldBe("window.HTMLAreaElement", "HTMLAreaElementOld");
shouldBe("window.HTMLBaseElement", "HTMLBaseElementOld");
shouldBe("window.HTMLBodyElement", "HTMLBodyElementOld");

Powered by Google App Engine
This is Rietveld 408576698