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

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

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-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-custom-expected.txt b/third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-custom-expected.txt
index 2f0a2c8413c7217e9b3b0db79f67e1539d978ead..921e5ac0ae0976331dc42675b93c4e35cafa8aae 100644
--- a/third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-custom-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-custom-expected.txt
@@ -13,7 +13,7 @@ PASS: canGet('targetWindow.windowPrototypeCustomProperty') should be 'false' and
PASS: canSet('targetWindow.windowPrototypeCustomProperty') should be 'false' and is.
PASS: canGet('targetWindow.objectPrototypeCustomProperty') should be 'false' and is.
PASS: canSet('targetWindow.objectPrototypeCustomProperty') should be 'false' and is.
-PASS: canGet('targetWindow.toString') should be 'true' and is.
+PASS: canGet('targetWindow.toString') should be 'false' and is.
PASS: canSet('targetWindow.toString') should be 'false' and is.
PASS: toString('targetWindow') should be '[exception]' and is.

Powered by Google App Engine
This is Rietveld 408576698