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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/security/detached-cross-frame-access-expected.txt

Issue 2705783004: Throw security errors for attribute access on detached windows. (Closed)
Patch Set: Bad tests Created 3 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/http/tests/security/detached-cross-frame-access-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/detached-cross-frame-access-expected.txt b/third_party/WebKit/LayoutTests/http/tests/security/detached-cross-frame-access-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..087d264bce6ab864808419115c59eacb472eb80b
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/security/detached-cross-frame-access-expected.txt
@@ -0,0 +1,8 @@
+This is a testharness.js-based test.
+PASS Test cross-origin access on a detached window
+FAIL method call with detached window receiver assert_throws: function "function () {
+ window.requestAnimationFrame.call(detachedWindow, function () { });
+ }" did not throw
+PASS attribute access with detached window receiver
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698