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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-properties-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/getComputedStyle/computed-style-properties-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-properties-expected.txt b/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-properties-expected.txt
index 71ca2e22ffb4a4948f503c3d404796624301ae64..fb8bca9ced3db4b2e536bfefbceb6a6ac5eb3603 100644
--- a/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-properties-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-properties-expected.txt
@@ -11,7 +11,7 @@ Heading B
PASS computedStyleFor('outline', null, 'outline-offset') is '5px'
PASS computedStyleFor('content', 'before', 'content') is "\"text\""
-PASS computedStyleFor('content', 'after', 'content') is "\"test \" url(data:image/gif;base64,R0lGODlhAQABAJAAAP8AAAAAACwAAAAAAQABAAACAgQBADs=)"
+PASS computedStyleFor('content', 'after', 'content') is "\"test \" url(\"data:image/gif;base64,R0lGODlhAQABAJAAAP8AAAAAACwAAAAAAQABAAACAgQBADs=\")"
PASS computedStyleFor('counter', null, 'counter-reset') is 'section 0'
PASS str.indexOf('subsection 0') != -1 is true
PASS str.indexOf('anothercounter 5') != -1 is true

Powered by Google App Engine
This is Rietveld 408576698