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 |