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

Unified Diff: LayoutTests/fast/dom/wrapper-classes.html

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/wrapper-classes.html
diff --git a/LayoutTests/fast/dom/wrapper-classes.html b/LayoutTests/fast/dom/wrapper-classes.html
index 8d094f48cee076467adf32134bd040e010b063a7..84d6eb79974cb3f927e9d070d09df8f5d00a31ea 100644
--- a/LayoutTests/fast/dom/wrapper-classes.html
+++ b/LayoutTests/fast/dom/wrapper-classes.html
@@ -4,8 +4,6 @@
<style id="style" media="screen">
.non-existent-class {
color: rgb(0, 0, 0);
- clip: rect(0, 0, 1, 1);
- content: counter(dummy, square);
}
</style>
</head>
@@ -120,11 +118,6 @@ function runTest()
test("stylesheet.cssRules", "CSSRuleList");
test("stylesheet.cssRules.item(0)", "CSSStyleRule");
test("stylesheet.cssRules.item(0).style", "CSSStyleDeclaration");
- test("stylesheet.cssRules.item(0).style.getPropertyCSSValue('color')", "CSSPrimitiveValue");
- test("stylesheet.cssRules.item(0).style.getPropertyCSSValue('color').getRGBColorValue()", "RGBColor");
- test("stylesheet.cssRules.item(0).style.getPropertyCSSValue('clip').getRectValue()", "Rect");
- test("stylesheet.cssRules.item(0).style.getPropertyCSSValue('content')", "CSSValueList");
- test("stylesheet.cssRules.item(0).style.getPropertyCSSValue('content').item(0).getCounterValue()", "Counter");
test("stylesheet.media", "MediaList");
debug('');
@@ -276,10 +269,8 @@ function runTest()
// CSSMediaRule
// CSSPageRule
// CSSRule
- // CSSVariablesRule
// WebKitCSSKeyframeRule
// WebKitCSSKeyframesRule
- // CSSValue
// SVGColor
// SVGPaint
// SVGZoomEvent
« no previous file with comments | « LayoutTests/fast/dom/script-tests/domListEnumeration.js ('k') | LayoutTests/fast/dom/wrapper-classes-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698