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

Side by Side Diff: LayoutTests/http/tests/security/cross-frame-access-custom-expected.txt

Issue 19932002: Throw exceptions on all failed cross-origin access checks. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: test. 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 CONSOLE MESSAGE: Blocked a frame with origin "http://127.0.0.1:8000" from access ing a frame with origin "http://localhost:8000". Protocols, domains, and ports m ust match.
2 CONSOLE MESSAGE: Blocked a frame with origin "http://127.0.0.1:8000" from access ing a frame with origin "http://localhost:8000". Protocols, domains, and ports m ust match.
3 CONSOLE MESSAGE: Blocked a frame with origin "http://127.0.0.1:8000" from access ing a frame with origin "http://localhost:8000". Protocols, domains, and ports m ust match.
4 CONSOLE MESSAGE: Blocked a frame with origin "http://127.0.0.1:8000" from access ing a frame with origin "http://localhost:8000". Protocols, domains, and ports m ust match.
5 CONSOLE MESSAGE: Blocked a frame with origin "http://127.0.0.1:8000" from access ing a frame with origin "http://localhost:8000". Protocols, domains, and ports m ust match.
6 CONSOLE MESSAGE: Blocked a frame with origin "http://127.0.0.1:8000" from access ing a frame with origin "http://localhost:8000". Protocols, domains, and ports m ust match.
7 CONSOLE MESSAGE: Blocked a frame with origin "http://127.0.0.1:8000" from access ing a frame with origin "http://localhost:8000". Protocols, domains, and ports m ust match.
8 CONSOLE MESSAGE: Blocked a frame with origin "http://127.0.0.1:8000" from access ing a frame with origin "http://localhost:8000". Protocols, domains, and ports m ust match.
9 CONSOLE MESSAGE: Blocked a frame with origin "http://127.0.0.1:8000" from access ing a frame with origin "http://localhost:8000". Protocols, domains, and ports m ust match.
10 CONSOLE MESSAGE: Blocked a frame with origin "http://127.0.0.1:8000" from access ing a frame with origin "http://localhost:8000". Protocols, domains, and ports m ust match.
11 CONSOLE MESSAGE: Blocked a frame with origin "http://127.0.0.1:8000" from access ing a frame with origin "http://localhost:8000". Protocols, domains, and ports m ust match.
12 CONSOLE MESSAGE: Blocked a frame with origin "http://127.0.0.1:8000" from access ing a frame with origin "http://localhost:8000". Protocols, domains, and ports m ust match.
13 CONSOLE MESSAGE: Blocked a frame with origin "http://127.0.0.1:8000" from access ing a frame with origin "http://localhost:8000". Protocols, domains, and ports m ust match.
14 CONSOLE MESSAGE: Blocked a frame with origin "http://127.0.0.1:8000" from access ing a frame with origin "http://localhost:8000". Protocols, domains, and ports m ust match.
15 CONSOLE MESSAGE: Blocked a frame with origin "http://127.0.0.1:8000" from access ing a frame with origin "http://localhost:8000". Protocols, domains, and ports m ust match.
16 CONSOLE MESSAGE: Blocked a frame with origin "http://127.0.0.1:8000" from access ing a frame with origin "http://localhost:8000". Protocols, domains, and ports m ust match.
17 CONSOLE MESSAGE: Blocked a frame with origin "http://127.0.0.1:8000" from access ing a frame with origin "http://localhost:8000". Protocols, domains, and ports m ust match.
18 CONSOLE MESSAGE: Blocked a frame with origin "http://127.0.0.1:8000" from access ing a frame with origin "http://localhost:8000". Protocols, domains, and ports m ust match.
19 1
20 2
21 ----- tests for getting/setting interesting properties ----- 3 ----- tests for getting/setting interesting properties -----
22 4
23 PASS: canGet('targetWindow.Object') should be 'false' and is. 5 PASS: canGet('targetWindow.Object') should be 'false' and is.
24 PASS: canSet('targetWindow.Object') should be 'false' and is. 6 PASS: canSet('targetWindow.Object') should be 'false' and is.
25 PASS: canGet('targetWindow.existingCustomProperty') should be 'false' and is. 7 PASS: canGet('targetWindow.existingCustomProperty') should be 'false' and is.
26 PASS: canSet('targetWindow.existingCustomProperty') should be 'false' and is. 8 PASS: canSet('targetWindow.existingCustomProperty') should be 'false' and is.
27 PASS: canSet('targetWindow.newCustomProperty') should be 'false' and is. 9 PASS: canSet('targetWindow.newCustomProperty') should be 'false' and is.
28 PASS: canGet('targetWindow.hasOwnProperty') should be 'false' and is. 10 PASS: canGet('targetWindow.hasOwnProperty') should be 'false' and is.
29 PASS: canSet('targetWindow.hasOwnProperty') should be 'false' and is. 11 PASS: canSet('targetWindow.hasOwnProperty') should be 'false' and is.
30 PASS: canGet('targetWindow.windowPrototypeCustomProperty') should be 'false' and is. 12 PASS: canGet('targetWindow.windowPrototypeCustomProperty') should be 'false' and is.
31 PASS: canSet('targetWindow.windowPrototypeCustomProperty') should be 'false' and is. 13 PASS: canSet('targetWindow.windowPrototypeCustomProperty') should be 'false' and is.
32 PASS: canGet('targetWindow.objectPrototypeCustomProperty') should be 'false' and is. 14 PASS: canGet('targetWindow.objectPrototypeCustomProperty') should be 'false' and is.
33 PASS: canSet('targetWindow.objectPrototypeCustomProperty') should be 'false' and is. 15 PASS: canSet('targetWindow.objectPrototypeCustomProperty') should be 'false' and is.
34 PASS: canGet('targetWindow.toString') should be 'true' and is. 16 PASS: canGet('targetWindow.toString') should be 'true' and is.
35 PASS: canSet('targetWindow.toString') should be 'false' and is. 17 PASS: canSet('targetWindow.toString') should be 'false' and is.
36 PASS: toString('targetWindow', '') should be '[object Window]' and is. 18 PASS: toString('targetWindow', '') should be '[object Window]' and is.
37 19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698