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

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

Issue 2713413002: Blink bindings: use v8 to enforce method call access checks (Closed)
Patch Set: Restore comment Created 3 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
OLDNEW
1 1
2 PASS: targetWindow.dispatchEvent(new CustomEvent("click")); should have thrown a n exception, and did: SecurityError: Blocked a frame with origin "http://127.0.0 .1:8000" from accessing a cross-origin frame. 2 PASS: targetWindow.dispatchEvent(new CustomEvent("click")); should have thrown a n exception, and did: SecurityError: Blocked a frame with origin "http://127.0.0 .1:8000" from accessing a cross-origin frame.
3 PASS: window.dispatchEvent.call(targetWindow, new CustomEvent("click")); should have thrown an exception, and did: SecurityError: Failed to execute 'dispatchEve nt' on 'EventTarget': Blocked a frame with origin "http://127.0.0.1:8000" from a ccessing a cross-origin frame. 3 PASS: window.dispatchEvent.call(targetWindow, new CustomEvent("click")); should have thrown an exception, and did: SecurityError: Blocked a frame with origin "h ttp://127.0.0.1:8000" from accessing a cross-origin frame.
4 4
5 5
6 -------- 6 --------
7 Frame: '<!--framePath //<!--frame0-->-->' 7 Frame: '<!--framePath //<!--frame0-->-->'
8 -------- 8 --------
9 9
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698