| Index: third_party/WebKit/LayoutTests/fast/css/url-with-multi-byte-unicode-escape.html
 | 
| diff --git a/third_party/WebKit/LayoutTests/fast/css/url-with-multi-byte-unicode-escape.html b/third_party/WebKit/LayoutTests/fast/css/url-with-multi-byte-unicode-escape.html
 | 
| index 00d8de20376e2d743937bf40de0069da8e2be322..58af35a684950bdeac02aff42eccea55d0a9d458 100644
 | 
| --- a/third_party/WebKit/LayoutTests/fast/css/url-with-multi-byte-unicode-escape.html
 | 
| +++ b/third_party/WebKit/LayoutTests/fast/css/url-with-multi-byte-unicode-escape.html
 | 
| @@ -13,7 +13,7 @@
 | 
|  <script>
 | 
|      description('Test parsing a CSS URI containing a multi-byte Unicode escape sequence.');
 | 
|      shouldBe('document.styleSheets[0].cssRules.length', '2');
 | 
| -    shouldBeEqualToString('document.styleSheets[0].cssRules[0].style.getPropertyValue("background-image")', 'url(data:' +  decodeURIComponent('%C4%80') + ')');
 | 
| +    shouldBeEqualToString('document.styleSheets[0].cssRules[0].style.getPropertyValue("background-image")', 'url(\"data:' +  decodeURIComponent('%C4%80') + '\")');
 | 
|      shouldBeEqualToString('document.styleSheets[0].cssRules[1].style.getPropertyValue("background-color")', 'green');
 | 
|      shouldBeEqualToString('window.getComputedStyle(document.getElementById("test")).getPropertyValue("background-color")', 'rgb(0, 128, 0)');
 | 
|  </script>
 | 
| 
 |