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 |