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

Unified Diff: LayoutTests/http/tests/security/resources/cross-frame-iframe-for-put-test.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
« no previous file with comments | « LayoutTests/http/tests/security/cross-frame-access-put-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/security/resources/cross-frame-iframe-for-put-test.html
diff --git a/LayoutTests/http/tests/security/resources/cross-frame-iframe-for-put-test.html b/LayoutTests/http/tests/security/resources/cross-frame-iframe-for-put-test.html
index 2bb502fac04f1beafacf4cd5be58bd82a2af04d0..4d65aadb43a8e3a02f9880d9fbd53abe962e83db 100644
--- a/LayoutTests/http/tests/security/resources/cross-frame-iframe-for-put-test.html
+++ b/LayoutTests/http/tests/security/resources/cross-frame-iframe-for-put-test.html
@@ -63,10 +63,8 @@
var CDATASectionOld = window.CDATASection;
var CharacterDataOld = window.CharacterData;
var CommentOld = window.Comment;
- var CSSPrimitiveValueOld = window.CSSPrimitiveValue;
var CSSRuleOld = window.CSSRule;
var CSSStyleDeclarationOld = window.CSSStyleDeclaration;
- var CSSValueOld = window.CSSValue;
var DocumentFragmentOld = window.DocumentFragment;
var DocumentOld = window.Document;
var DocumentTypeOld = window.DocumentType;
@@ -264,10 +262,8 @@
shouldBe("window.CDATASection", "CDATASectionOld");
shouldBe("window.CharacterData", "CharacterDataOld");
shouldBe("window.Comment", "CommentOld");
- shouldBe("window.CSSPrimitiveValue", "CSSPrimitiveValueOld");
shouldBe("window.CSSRule", "CSSRuleOld");
shouldBe("window.CSSStyleDeclaration", "CSSStyleDeclarationOld");
- shouldBe("window.CSSValue", "CSSValueOld");
shouldBe("window.Document", "DocumentOld");
shouldBe("window.DocumentFragment", "DocumentFragmentOld");
shouldBe("window.DocumentType", "DocumentTypeOld");
« no previous file with comments | « LayoutTests/http/tests/security/cross-frame-access-put-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698