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

Unified Diff: LayoutTests/http/tests/security/cross-frame-access-get-expected.txt

Issue 711043004: Don't test CSSValue in http/tests/security tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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: LayoutTests/http/tests/security/cross-frame-access-get-expected.txt
diff --git a/LayoutTests/http/tests/security/cross-frame-access-get-expected.txt b/LayoutTests/http/tests/security/cross-frame-access-get-expected.txt
index af84deb6cc21fc22968e975cf4413d4a01707db2..2ef28d67b33ed87a45220360d55422838155df8a 100644
--- a/LayoutTests/http/tests/security/cross-frame-access-get-expected.txt
+++ b/LayoutTests/http/tests/security/cross-frame-access-get-expected.txt
@@ -30,10 +30,8 @@ PASS: canGet('targetWindow.window') should be 'true' and is.
PASS: canGet('targetWindow.Attr') should be 'false' and is.
PASS: canGet('targetWindow.Audio') should be 'false' and is.
PASS: canGet('targetWindow.CDATASection') should be 'false' and is.
-PASS: canGet('targetWindow.CSSPrimitiveValue') should be 'false' and is.
PASS: canGet('targetWindow.CSSRule') should be 'false' and is.
PASS: canGet('targetWindow.CSSStyleDeclaration') should be 'false' and is.
-PASS: canGet('targetWindow.CSSValue') should be 'false' and is.
PASS: canGet('targetWindow.CharacterData') should be 'false' and is.
PASS: canGet('targetWindow.Comment') should be 'false' and is.
PASS: canGet('targetWindow.DOMException') should be 'false' and is.

Powered by Google App Engine
This is Rietveld 408576698