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

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

Issue 91383002: Switch V8WindowCustom to the new-style ExceptionState (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Expectations. Created 7 years 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 This test checks if frameElement is accessible from the same or cross origin ifr ame. 1 This test checks if frameElement is accessible from the same or cross origin ifr ame.
2 2
3 3
4 4
5 -------- 5 --------
6 Frame: '<!--framePath //<!--frame0-->-->' 6 Frame: '<!--framePath //<!--frame0-->-->'
7 -------- 7 --------
8 [object HTMLIFrameElement] 8 [object HTMLIFrameElement]
9 9
10 -------- 10 --------
11 Frame: '<!--framePath //<!--frame1-->-->' 11 Frame: '<!--framePath //<!--frame1-->-->'
12 -------- 12 --------
13 'window.frameElement' access threw: 'SecurityError: Blocked a frame with origin "http://127.0.0.1:8080" from accessing a cross-origin frame.'. 13 'window.frameElement' access threw: 'SecurityError: Failed to read the 'frame' p roperty from 'Window': Blocked a frame with origin "http://127.0.0.1:8080" from accessing a cross-origin frame.'.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698