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

Side by Side Diff: LayoutTests/http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-subframe-expected.txt

Issue 207143002: Make FrameTree::uniqueName() more unique. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Use name() instead of uniqueName() for find() Created 6 years, 9 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 ALERT: PASS: Exception thrown successfully. 1 ALERT: PASS: Exception thrown successfully.
2 The scenario for this test is that you have an iframe with content from a foreig n domain. In that foreign content is an iframe which loads a data: URL. This tes ts that the data: URL loaded iframe does not have access to the main frame using top.document. 2 The scenario for this test is that you have an iframe with content from a foreig n domain. In that foreign content is an iframe which loads a data: URL. This tes ts that the data: URL loaded iframe does not have access to the main frame using top.document.
3 3
4 Pass: Cross frame access from a data: URL on a different domain was denied. 4 Pass: Cross frame access from a data: URL on a different domain was denied.
5 5
6 6
7 7
8 -------- 8 --------
9 Frame: 'aFrame' 9 Frame: 'aFrame'
10 -------- 10 --------
11 Inner iframe on a foreign domain. 11 Inner iframe on a foreign domain.
12 12
13 13
14 14
15 -------- 15 --------
16 Frame: 'aFrame' 16 Frame: '<!--framePath //aFrame/<!--frame0-->-->'
17 -------- 17 --------
18 Inner-inner iframe. This iframe (which is data: URL and whose parent is on a for eign domain) is the frame attempting to access the main frame. It should not hav e access to it. 18 Inner-inner iframe. This iframe (which is data: URL and whose parent is on a for eign domain) is the frame attempting to access the main frame. It should not hav e access to it.
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/history/resources/frameset-dest.html ('k') | Source/core/page/FrameTree.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698