Index: third_party/WebKit/LayoutTests/fast/css/url-with-multi-byte-unicode-escape-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/css/url-with-multi-byte-unicode-escape-expected.txt b/third_party/WebKit/LayoutTests/fast/css/url-with-multi-byte-unicode-escape-expected.txt |
index ca7318c2c9a88f0f3574ada4b55b3d03f542bdae..611b5cd2434b368c8ef50d36b261c890bfcbd6aa 100644 |
--- a/third_party/WebKit/LayoutTests/fast/css/url-with-multi-byte-unicode-escape-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/css/url-with-multi-byte-unicode-escape-expected.txt |
@@ -4,7 +4,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE |
PASS document.styleSheets[0].cssRules.length is 2 |
-PASS document.styleSheets[0].cssRules[0].style.getPropertyValue("background-image") is "url(data:Ā)" |
+PASS document.styleSheets[0].cssRules[0].style.getPropertyValue("background-image") is "url(\"data:Ā\")" |
PASS document.styleSheets[0].cssRules[1].style.getPropertyValue("background-color") is "green" |
PASS window.getComputedStyle(document.getElementById("test")).getPropertyValue("background-color") is "rgb(0, 128, 0)" |
PASS successfullyParsed is true |