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

Unified Diff: LayoutTests/http/tests/security/cross-frame-access-getOwnPropertyDescriptor-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-getOwnPropertyDescriptor-expected.txt
diff --git a/LayoutTests/http/tests/security/cross-frame-access-getOwnPropertyDescriptor-expected.txt b/LayoutTests/http/tests/security/cross-frame-access-getOwnPropertyDescriptor-expected.txt
index cf909f664bb45482c42db8397da5d5af9055ff31..e88cad08c5591d63f91780da55d95fb07c44d71a 100644
--- a/LayoutTests/http/tests/security/cross-frame-access-getOwnPropertyDescriptor-expected.txt
+++ b/LayoutTests/http/tests/security/cross-frame-access-getOwnPropertyDescriptor-expected.txt
@@ -10,10 +10,8 @@ This test checks cross-frame access security of getOwnPropertyDescriptor (https:
PASS: canGetDescriptor(targetWindow, 'Attr') should be 'false' and is.
PASS: canGetDescriptor(targetWindow, 'Audio') should be 'false' and is.
PASS: canGetDescriptor(targetWindow, 'CDATASection') should be 'false' and is.
-PASS: canGetDescriptor(targetWindow, 'CSSPrimitiveValue') should be 'false' and is.
PASS: canGetDescriptor(targetWindow, 'CSSRule') should be 'false' and is.
PASS: canGetDescriptor(targetWindow, 'CSSStyleDeclaration') should be 'false' and is.
-PASS: canGetDescriptor(targetWindow, 'CSSValue') should be 'false' and is.
PASS: canGetDescriptor(targetWindow, 'CharacterData') should be 'false' and is.
PASS: canGetDescriptor(targetWindow, 'Comment') should be 'false' and is.
PASS: canGetDescriptor(targetWindow, 'DOMException') should be 'false' and is.

Powered by Google App Engine
This is Rietveld 408576698