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

Unified Diff: LayoutTests/http/tests/security/cross-frame-access-put.html

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-put.html
diff --git a/LayoutTests/http/tests/security/cross-frame-access-put.html b/LayoutTests/http/tests/security/cross-frame-access-put.html
index 176068ef317b019e63a3db01b9f22997e78c07a0..9ba59e07f8dabdaa85b90a6b84d5090166edd73f 100644
--- a/LayoutTests/http/tests/security/cross-frame-access-put.html
+++ b/LayoutTests/http/tests/security/cross-frame-access-put.html
@@ -32,10 +32,8 @@ window.onload = function()
setForbiddenProperty(targetWindow, "CDATASection");
setForbiddenProperty(targetWindow, "CharacterData");
setForbiddenProperty(targetWindow, "Comment");
- setForbiddenProperty(targetWindow, "CSSPrimitiveValue");
setForbiddenProperty(targetWindow, "CSSRule");
setForbiddenProperty(targetWindow, "CSSStyleDeclaration");
- setForbiddenProperty(targetWindow, "CSSValue");
setForbiddenProperty(targetWindow, "Document");
setForbiddenProperty(targetWindow, "DocumentFragment");
setForbiddenProperty(targetWindow, "DocumentType");

Powered by Google App Engine
This is Rietveld 408576698