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

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

Issue 9370040: Merge 107046 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1025/
Patch Set: Created 8 years, 10 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
OLDNEW
1 CONSOLE MESSAGE: Unsafe JavaScript attempt to access frame with URL http://127.0 .0.1:8000/security/cross-frame-access-frameelement.html from frame with URL http ://127.0.0.1:8080/security/resources/cross-frame-access-frameelement-from-iframe .html. Domains, protocols and ports must match. 1 CONSOLE MESSAGE: Unsafe JavaScript attempt to access frame with URL http://127.0 .0.1:8000/security/cross-frame-access-frameelement.html from frame with URL http ://127.0.0.1:8080/security/resources/cross-frame-access-frameelement-from-iframe .html. Domains, protocols and ports must match.
2 2
3 This test checks if frameElement is accessible from the same or cross origin ifr ame. 3 This test checks if frameElement is accessible from the same or cross origin ifr ame.
4 4
5 5
6 6
7 -------- 7 --------
8 Frame: '<!--framePath //<!--frame0-->-->' 8 Frame: '<!--framePath //<!--frame0-->-->'
9 -------- 9 --------
10 [object HTMLIFrameElement] 10 [object HTMLIFrameElement]
11 11
12 -------- 12 --------
13 Frame: '<!--framePath //<!--frame1-->-->' 13 Frame: '<!--framePath //<!--frame1-->-->'
14 -------- 14 --------
15 undefined 15 undefined
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698