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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/background-position-serialize-expected.txt

Issue 1363233003: Make sure <url>s are being serialized according to spec (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix interpolation tests 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: 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;

Powered by Google App Engine
This is Rietveld 408576698