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

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

Issue 14146002: Remove all generic expected results for which a generic Chromium expected result exists (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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
(Empty)
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
9
10 ----- tests for getting window.history and its properties -----
11
12 PASS: canGet('targetWindow.history.length') should be 'false' and is.
13 PASS: canGet('targetWindow.history.back') should be 'true' and is.
14 PASS: canGet('targetWindow.history.forward') should be 'true' and is.
15 PASS: canGet('targetWindow.history.go') should be 'true' and is.
16 PASS: canGet('targetWindow.history.toString') should be 'true' and is.
17 PASS: toString('targetWindow.history') should be '[object History]' and is.
18 PASS: canGet('targetWindow.__proto__') should be 'false' and is.
19 PASS: canGet('targetWindow.constructor') should be 'false' and is.
20 PASS: canGet('targetWindow.history.existingCustomProperty') should be 'false' an d is.
21 PASS: canGet('targetWindow.history.__proto__.prototypeCustomProperty') should be 'false' and is.
22 PASS: canCall('targetWindow.history.existingCustomFunction') should be 'false' a nd is.
23 PASS: canCall('targetWindow.history.prototypeCustomFunction') should be 'false' and is.
24
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698