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

Unified Diff: LayoutTests/fast/css/getComputedStyle/computed-style-properties-expected.txt

Issue 1090423007: Serialize <string> with double quotes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for landing Created 5 years, 8 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/getComputedStyle/computed-style-properties-expected.txt
diff --git a/LayoutTests/fast/css/getComputedStyle/computed-style-properties-expected.txt b/LayoutTests/fast/css/getComputedStyle/computed-style-properties-expected.txt
index ad5488450cac9d42668c07eebe38484a00953e2a..71ca2e22ffb4a4948f503c3d404796624301ae64 100644
--- a/LayoutTests/fast/css/getComputedStyle/computed-style-properties-expected.txt
+++ b/LayoutTests/fast/css/getComputedStyle/computed-style-properties-expected.txt
@@ -10,14 +10,14 @@ Subheading B
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', 'before', 'content') is "\"text\""
+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
PASS computedStyleFor('counter1', 'before', 'counter-increment') is 'section 1'
PASS computedStyleFor('subcounter2', 'before', 'counter-increment') is 'subsection 1'
-PASS computedStyleFor('subcounter2', 'before', 'content') is "counter(section) '.' counter(subsection) '. '"
+PASS computedStyleFor('subcounter2', 'before', 'content') is "counter(section) \".\" counter(subsection) \". \""
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698