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

Unified Diff: LayoutTests/fast/css/style-enumerate-properties.html

Issue 714693002: Don't require getPropertyCSSValue in fast/css 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/css/style-enumerate-properties.html
diff --git a/LayoutTests/fast/css/style-enumerate-properties.html b/LayoutTests/fast/css/style-enumerate-properties.html
index 9a64af46b0e232072b7f57b6c0dc382b05d7a97a..6d1cd22c21a280435017ed70b149ccb265ea759f 100644
--- a/LayoutTests/fast/css/style-enumerate-properties.html
+++ b/LayoutTests/fast/css/style-enumerate-properties.html
@@ -25,7 +25,6 @@
shouldBeTrue("'WebkitTransform' in document.body.style");
shouldBeFalse("'bogus-random-String' in document.body.style");
shouldBeTrue("'cssText' in document.body.style");
- shouldBeTrue("'getPropertyCSSValue' in document.body.style");
// Test CSS property order.
var started;
« no previous file with comments | « LayoutTests/fast/css/sheet-collection-link.html ('k') | LayoutTests/fast/css/style-enumerate-properties-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698