Index: third_party/WebKit/LayoutTests/fast/css/background-position-serialize-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/css/background-position-serialize-expected.txt b/third_party/WebKit/LayoutTests/fast/css/background-position-serialize-expected.txt |
index 23f8e770f78e2a52cc5ec1ce6c783743a17bfa67..7fae4b421de93aab0a247c706adab210c38f693e 100644 |
--- a/third_party/WebKit/LayoutTests/fast/css/background-position-serialize-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/css/background-position-serialize-expected.txt |
@@ -59,4 +59,4 @@ PASS: t.style.cssText should be background-position: 10px 15px, 20px 25px, 30px |
t.setAttribute('style', 'background: url(about:blank) 80% 80%;'); |
t.style.backgroundPositionY = '50px' |
style.cssText = |
-background: url(about:blank) 80% 50px; |
+background: url("about:blank") 80% 50px; |