Index: third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-put-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-put-expected.txt b/third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-put-expected.txt |
index 25ccdc396d78eb19aeb7a82e90e211ee1dbf11fe..6d2866f6750f39256bcaa087c75259237972af7a 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-put-expected.txt |
+++ b/third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-put-expected.txt |
@@ -314,7 +314,7 @@ PASS: Unable to set property onsearch: SecurityError: Blocked a frame with origi |
PASS: Unable to set property onselect: SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame. |
PASS: Unable to set property onsubmit: SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame. |
PASS: Unable to set property onunload: SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame. |
-PASS: Unable to set property opener: SecurityError: Failed to set the 'opener' property on 'Window': Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame. |
dcheng
2016/12/07 08:19:07
Note: this should be an easy fix in a followup by
|
+PASS: Unable to set property opener: SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame. |
PASS: Unable to set property outerHeight: SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame. |
PASS: Unable to set property outerWidth: SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame. |
PASS: Unable to set property pageXOffset: SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame. |