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

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

Issue 143673005: Remove Entity interface (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 11 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 1281d536b0c1b48149bf957ccaeed742a4eb1666..434c5e8d02feb7d5eaee208d00828109a2a4e8a1 100644
--- a/LayoutTests/http/tests/security/cross-frame-access-put-expected.txt
+++ b/LayoutTests/http/tests/security/cross-frame-access-put-expected.txt
@@ -13,7 +13,7 @@ ALERT: PASS: window.DOMException should be 'function DOMException() { [native co
ALERT: PASS: window.DOMImplementation should be 'function DOMImplementation() { [native code] }' and is.
ALERT: PASS: window.DOMParser should be 'function DOMParser() { [native code] }' and is.
ALERT: PASS: window.Element should be 'function Element() { [native code] }' and is.
-ALERT: PASS: window.Entity should be 'function Entity() { [native code] }' and is.
+ALERT: PASS: window.Entity should be 'undefined' and is.
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.
@@ -206,7 +206,6 @@ PASS: Unable to set property DOMException: SecurityError: Blocked a frame with o
PASS: Unable to set property DOMImplementation: SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame.
PASS: Unable to set property DOMParser: SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame.
PASS: Unable to set property Element: SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame.
-PASS: Unable to set property Entity: SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame.
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.

Powered by Google App Engine
This is Rietveld 408576698