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

Unified Diff: LayoutTests/fast/dom/wrapper-identity-expected.txt

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/fast/dom/wrapper-identity-expected.txt
diff --git a/LayoutTests/fast/dom/wrapper-identity-expected.txt b/LayoutTests/fast/dom/wrapper-identity-expected.txt
index 3b50281392182cec68a3bfc969efe209238657d9..7913987ef582f9a17f7ff2b2cc6e0bc9bf99890f 100644
--- a/LayoutTests/fast/dom/wrapper-identity-expected.txt
+++ b/LayoutTests/fast/dom/wrapper-identity-expected.txt
@@ -28,7 +28,6 @@ PASS var object = window['Element']; isEqualJS(object, object); is true
PASS var object = window['EvalError']; isEqualJS(object, object); is true
PASS var object = window['Event']; isEqualJS(object, object); is true
PASS var object = window['HTMLAnchorElement']; isEqualJS(object, object); is true
-PASS var object = window['HTMLAppletElement']; isEqualJS(object, object); is true
PASS var object = window['HTMLAreaElement']; isEqualJS(object, object); is true
PASS var object = window['HTMLBRElement']; isEqualJS(object, object); is true
PASS var object = window['HTMLBaseElement']; isEqualJS(object, object); is true

Powered by Google App Engine
This is Rietveld 408576698