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

Side by Side Diff: LayoutTests/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-to-data-url-sub-frame-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 subframe can't access a sibling data: URL subframe. 1 This tests that a data: URL subframe can't access a sibling data: URL subframe.
3 2
4 3
5 4
6 -------- 5 --------
7 Frame: 'firstSubFrame' 6 Frame: 'firstSubFrame'
8 -------- 7 --------
9 Inner iframe. 8 Inner iframe.
10 9
11 Pass: Cross frame access from a sibling data: URL was denied. 10 Pass: Cross frame access from a sibling data: URL was denied.
12 11
13 -------- 12 --------
14 Frame: 'secondSubFrame' 13 Frame: 'secondSubFrame'
15 -------- 14 --------
16 Inner iframe. 15 Inner iframe.
17 16
18 Test 17 Test
19 18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698