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

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

Issue 21263002: Add back captureEvents and releaseEvents (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 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 1a5beb3ba61a58ada0aaf32e04d5d795fd9c16fe..85f62f0c70c8c759586b45e68faa313b20487ec0 100644
--- a/LayoutTests/http/tests/security/cross-frame-access-put-expected.txt
+++ b/LayoutTests/http/tests/security/cross-frame-access-put-expected.txt
@@ -163,6 +163,7 @@ ALERT: PASS: window.alert should be 'function alert() { [native code] }' and is.
ALERT: PASS: window.atob should be 'function atob() { [native code] }' and is.
ALERT: PASS: window.blur should be 'function () { [native code] }' and is.
ALERT: PASS: window.btoa should be 'function btoa() { [native code] }' and is.
+ALERT: PASS: window.captureEvents should be 'function captureEvents() { [native code] }' and is.
ALERT: PASS: window.clearInterval should be 'function clearInterval() { [native code] }' and is.
ALERT: PASS: window.clearTimeout should be 'function clearTimeout() { [native code] }' and is.
ALERT: PASS: window.close should be 'function () { [native code] }' and is.
@@ -178,6 +179,7 @@ ALERT: PASS: window.moveTo should be 'function moveTo() { [native code] }' and i
ALERT: PASS: window.open should be 'function open() { [native code] }' and is.
ALERT: PASS: window.print should be 'function print() { [native code] }' and is.
ALERT: PASS: window.prompt should be 'function prompt() { [native code] }' and is.
+ALERT: PASS: window.releaseEvents should be 'function releaseEvents() { [native code] }' and is.
ALERT: PASS: window.removeEventListener should be 'function removeEventListener() { [native code] }' and is.
ALERT: PASS: window.resizeBy should be 'function resizeBy() { [native code] }' and is.
ALERT: PASS: window.resizeTo should be 'function resizeTo() { [native code] }' and is.
@@ -351,6 +353,7 @@ PASS: Unable to set property alert: SecurityError: Blocked a frame with origin "
PASS: Unable to set property atob: SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a frame with origin "http://localhost:8000". Protocols, domains, and ports must match.
PASS: Unable to set property blur: SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a frame with origin "http://localhost:8000". Protocols, domains, and ports must match.
PASS: Unable to set property btoa: SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a frame with origin "http://localhost:8000". Protocols, domains, and ports must match.
+PASS: Unable to set property captureEvents: SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a frame with origin "http://localhost:8000". Protocols, domains, and ports must match.
PASS: Unable to set property clearInterval: SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a frame with origin "http://localhost:8000". Protocols, domains, and ports must match.
PASS: Unable to set property clearTimeout: SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a frame with origin "http://localhost:8000". Protocols, domains, and ports must match.
PASS: Unable to set property close: SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a frame with origin "http://localhost:8000". Protocols, domains, and ports must match.
@@ -367,6 +370,7 @@ PASS: Unable to set property moveTo: SecurityError: Blocked a frame with origin
PASS: Unable to set property open: SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a frame with origin "http://localhost:8000". Protocols, domains, and ports must match.
PASS: Unable to set property print: SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a frame with origin "http://localhost:8000". Protocols, domains, and ports must match.
PASS: Unable to set property prompt: SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a frame with origin "http://localhost:8000". Protocols, domains, and ports must match.
+PASS: Unable to set property releaseEvents: SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a frame with origin "http://localhost:8000". Protocols, domains, and ports must match.
PASS: Unable to set property removeEventListener: SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a frame with origin "http://localhost:8000". Protocols, domains, and ports must match.
PASS: Unable to set property resizeBy: SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a frame with origin "http://localhost:8000". Protocols, domains, and ports must match.
PASS: Unable to set property resizeTo: SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a frame with origin "http://localhost:8000". Protocols, domains, and ports must match.

Powered by Google App Engine
This is Rietveld 408576698