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"); |