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

Side by Side Diff: LayoutTests/http/tests/security/dataURL/xss-DENIED-to-data-url-from-data-url-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 "null" from accessing a frame with origin "null". Protocols, domains, and ports must match.
2 This tests that a data: URL loaded in an iframe inside another data: URL loaded iframe doesn't have access to its parent, the first data: URL loaded iframe. 1 This tests that a data: URL loaded in an iframe inside another data: URL loaded iframe doesn't have access to its parent, the first data: URL loaded iframe.
3 2
4 3
5 4
6 -------- 5 --------
7 Frame: 'aFrame' 6 Frame: 'aFrame'
8 -------- 7 --------
9 PASS: Cross frame access from a data: URL was denied. 8 PASS: Cross frame access from a data: URL was denied.
10 9
11 Inner iframe. 10 Inner iframe.
12 11
13 12
14 13
15 -------- 14 --------
16 Frame: 'innerFrame' 15 Frame: 'innerFrame'
17 -------- 16 --------
18 Inner-inner iframe. 17 Inner-inner iframe.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698