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

Unified Diff: LayoutTests/fast/css/sheet-collection-link.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/sheet-collection-link.html
diff --git a/LayoutTests/fast/css/sheet-collection-link.html b/LayoutTests/fast/css/sheet-collection-link.html
index d21c91263460cde0621deb6efb76857a49bbf6ff..4e55a0c8211d0884c1a6e334726b77d371f80a05 100644
--- a/LayoutTests/fast/css/sheet-collection-link.html
+++ b/LayoutTests/fast/css/sheet-collection-link.html
@@ -10,7 +10,7 @@
for (i = 0; i < sheets.length; i++) {
if (sheets[i].cssRules.length != 1
|| sheets[i].cssRules[0].type != CSSRule.STYLE_RULE
- || sheets[i].cssRules[0].style.getPropertyCSSValue("background-image") == null) {
+ || sheets[i].cssRules[0].style.backgroundImage === "") {
return;
}
}
« no previous file with comments | « LayoutTests/fast/css/script-tests/image-set-parsing-invalid.js ('k') | LayoutTests/fast/css/style-enumerate-properties.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698