| Index: LayoutTests/fast/dom/global-constructors.html
|
| diff --git a/LayoutTests/fast/dom/global-constructors.html b/LayoutTests/fast/dom/global-constructors.html
|
| index 97d2fadbde9e18a0e909d83729fc7e5978ced6ce..25c56e07eab0a3f4a2b382f53ecf1df38c41ed64 100644
|
| --- a/LayoutTests/fast/dom/global-constructors.html
|
| +++ b/LayoutTests/fast/dom/global-constructors.html
|
| @@ -58,10 +58,6 @@ function test()
|
|
|
| cssRule = document.styleSheets[0].cssRules[0];
|
| shouldBe("window.CSSRule.prototype.isPrototypeOf(cssRule)", true);
|
| -
|
| - cssPrimitiveValue = cssRule.style.getPropertyCSSValue("color");
|
| - shouldBe("window.CSSValue.prototype.isPrototypeOf(cssPrimitiveValue)", true);
|
| - shouldBe("window.CSSPrimitiveValue.prototype.isPrototypeOf(cssPrimitiveValue)", true);
|
|
|
| cssStyleDeclaration = cssRule.style;
|
| shouldBe("window.CSSStyleDeclaration.prototype.isPrototypeOf(cssStyleDeclaration)", true);
|
|
|