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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/security/detached-window-cross-origin-access-expected.txt

Issue 2706923002: Rework security checks to be based on Window rather than Frame. (Closed)
Patch Set: Do not hardcode V8Window::wrapperTypeInfo Created 3 years, 7 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
(Empty)
1 This is a testharness.js-based test.
2 PASS Test that cross-origin access on a detached window throws a SecurityError.
3 FAIL method call with detached window receiver should throw assert_throws: funct ion "function () {
4 window.requestAnimationFrame.call(detachedWindow, function () { });
5 }" did not throw
6 FAIL attribute access with detached window receiver should throw assert_throws: function "function () {
7 Object.getOwnPropertyDescriptor(window, "document").get.call(detachedWindo w);
8 }" did not throw
9 Harness: the test ran to completion.
10
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698