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

Unified Diff: LayoutTests/fast/dom/Window/resources/window-properties.js

Issue 711473003: Remove more testing of getPropertyCSSValue (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/fast/dom/Window/resources/window-properties.js
diff --git a/LayoutTests/fast/dom/Window/resources/window-properties.js b/LayoutTests/fast/dom/Window/resources/window-properties.js
index 428d3533157899d7a3164f5e37d88a09f6b29a5a..0c207638784d34a890bdc65f3706021bc9a77056 100644
--- a/LayoutTests/fast/dom/Window/resources/window-properties.js
+++ b/LayoutTests/fast/dom/Window/resources/window-properties.js
@@ -38,17 +38,13 @@ var propertyInfo = [
["CSSImportRule", "object"],
["CSSMediaRule", "object"],
["CSSPageRule", "object"],
- ["CSSPrimitiveValue", "object"],
["CSSRule", "object"],
["CSSRuleList", "object"],
["CSSStyleDeclaration", "object"],
["CSSStyleRule", "object"],
["CSSStyleSheet", "object"],
- ["CSSValue", "object"],
- ["CSSValueList", "object"],
["CharacterData", "object"],
["Comment", "object"],
- ["Counter", "object"],
["DOMException", "object"],
["DOMImplementation", "object"],
["DOMParser", "object"],
@@ -125,7 +121,6 @@ var propertyInfo = [
["ProcessingInstruction", "object"],
["ProgressEvent", "object"],
["Range", "object"],
- ["Rect", "object"],
["SVGAngle", "object"],
["SVGGradientElement", "object"],
["SVGLength", "object"],

Powered by Google App Engine
This is Rietveld 408576698