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

Unified Diff: LayoutTests/http/tests/security/cross-frame-access-put-expected.txt

Issue 1291723004: Remove all support for <applet> handling in Chrome. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Hopefully all the tests 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/cross-frame-access-put-expected.txt
diff --git a/LayoutTests/http/tests/security/cross-frame-access-put-expected.txt b/LayoutTests/http/tests/security/cross-frame-access-put-expected.txt
index d0164d298a8b8108d122626256c0f67ef634596f..71d0a106e8925e3cb2e6943bf9c79b3a7a32e848 100644
--- a/LayoutTests/http/tests/security/cross-frame-access-put-expected.txt
+++ b/LayoutTests/http/tests/security/cross-frame-access-put-expected.txt
@@ -16,7 +16,6 @@ ALERT: PASS: window.EntityReference should be 'undefined' and is.
ALERT: PASS: window.EvalError should be 'function EvalError() { [native code] }' and is.
ALERT: PASS: window.Event should be 'function Event() { [native code] }' and is.
ALERT: PASS: window.HTMLAnchorElement should be 'function HTMLAnchorElement() { [native code] }' and is.
-ALERT: PASS: window.HTMLAppletElement should be 'function HTMLAppletElement() { [native code] }' and is.
ALERT: PASS: window.HTMLAreaElement should be 'function HTMLAreaElement() { [native code] }' and is.
ALERT: PASS: window.HTMLBaseElement should be 'function HTMLBaseElement() { [native code] }' and is.
ALERT: PASS: window.HTMLBodyElement should be 'function HTMLBodyElement() { [native code] }' and is.
@@ -203,7 +202,6 @@ PASS: Unable to set property Element: SecurityError: Blocked a frame with origin
PASS: Unable to set property EvalError: SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame.
PASS: Unable to set property Event: SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame.
PASS: Unable to set property HTMLAnchorElement: SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame.
-PASS: Unable to set property HTMLAppletElement: SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame.
PASS: Unable to set property HTMLAreaElement: SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame.
PASS: Unable to set property HTMLBaseElement: SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame.
PASS: Unable to set property HTMLBodyElement: SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame.

Powered by Google App Engine
This is Rietveld 408576698