Index: third_party/WebKit/LayoutTests/fast/backgrounds/background-shorthand-multiple-layers.html |
diff --git a/third_party/WebKit/LayoutTests/fast/backgrounds/background-shorthand-multiple-layers.html b/third_party/WebKit/LayoutTests/fast/backgrounds/background-shorthand-multiple-layers.html |
index 4a48f0a961f989d055ec75d90b1fe2d37569889c..a249fe849d528aca7f7634bfb7e3b6475a266d2f 100644 |
--- a/third_party/WebKit/LayoutTests/fast/backgrounds/background-shorthand-multiple-layers.html |
+++ b/third_party/WebKit/LayoutTests/fast/backgrounds/background-shorthand-multiple-layers.html |
@@ -7,7 +7,7 @@ |
description("Tests that serialization of background shorthand property with multiple layers is correct."); |
var e = document.getElementById('test'); |
-shouldBe("getComputedStyle(e).background", "'url(dummy://foo) repeat scroll 0% 0% / auto padding-box border-box, rgb(255, 0, 0) url(dummy://bar) repeat scroll 0% 0% / auto padding-box border-box'") |
+shouldBeEqualToString("getComputedStyle(e).background", 'url("dummy://foo") repeat scroll 0% 0% / auto padding-box border-box, rgb(255, 0, 0) url("dummy://bar") repeat scroll 0% 0% / auto padding-box border-box') |
</script> |
</body> |