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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-custom.html

Issue 1685543002: Supports "class string" based on @@toStringTag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated test expectations. Created 4 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/cross-frame-access-custom.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-custom.html b/third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-custom.html
index 7ebc7291c3932c279bf1f6730c56822e88d32291..1ff96e2dcc7d1d5198f97133b61172f5b2a80858 100644
--- a/third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-custom.html
+++ b/third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-custom.html
@@ -38,7 +38,7 @@ window.onload = function()
shouldBeFalse("canSet('targetWindow.objectPrototypeCustomProperty')");
// window object itself
- shouldBeTrue("canGet('targetWindow.toString')");
+ shouldBeFalse("canGet('targetWindow.toString')");
shouldBeFalse("canSet('targetWindow.toString')");
shouldBe("toString('targetWindow')", "'[exception]'");
}

Powered by Google App Engine
This is Rietveld 408576698