Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Unified Diff: LayoutTests/fast/css/url-with-multi-byte-unicode-escape-expected.txt

Issue 1306283006: BackgroundImage incorrectly returns empty url() when created on-the-fly (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/css/url-with-multi-byte-unicode-escape-expected.txt
diff --git a/LayoutTests/fast/css/url-with-multi-byte-unicode-escape-expected.txt b/LayoutTests/fast/css/url-with-multi-byte-unicode-escape-expected.txt
index af8b6b8cfaf270c8d0e6f8ef2fe6febf181e487b..ca7318c2c9a88f0f3574ada4b55b3d03f542bdae 100644
--- a/LayoutTests/fast/css/url-with-multi-byte-unicode-escape-expected.txt
+++ b/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:%C4%80)"
+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
« no previous file with comments | « LayoutTests/fast/css/url-with-multi-byte-unicode-escape.html ('k') | LayoutTests/fast/innerHTML/innerHTML-uri-resolution.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698