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

Unified Diff: LayoutTests/fast/dom/global-constructors.html

Issue 692433003: Don't require getPropertyCSSValue in fast 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
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);
« no previous file with comments | « LayoutTests/fast/dom/gc-9-expected.txt ('k') | LayoutTests/fast/dom/non-numeric-values-numeric-parameters-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698