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; |
} |
} |