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

Unified Diff: LayoutTests/fast/css/lang-mapped-to-webkit-locale-dynamic-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/lang-mapped-to-webkit-locale-dynamic-expected.txt
diff --git a/LayoutTests/fast/css/lang-mapped-to-webkit-locale-dynamic-expected.txt b/LayoutTests/fast/css/lang-mapped-to-webkit-locale-dynamic-expected.txt
index 9dee1efd6b17805e0daf5608a2f26ddbb329eedc..8bdd2c447a1d95933ff24c0335aa624480a7ad48 100644
--- a/LayoutTests/fast/css/lang-mapped-to-webkit-locale-dynamic-expected.txt
+++ b/LayoutTests/fast/css/lang-mapped-to-webkit-locale-dynamic-expected.txt
@@ -6,17 +6,17 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS successfullyParsed is true
TEST COMPLETE
-PASS localeOfNode('x1') is "'ko'"
-PASS localeOfNode('x2') is "'ko'"
-PASS localeOfNode('x3') is "'ar'"
-PASS localeOfNode('x1') is "'ja'"
-PASS localeOfNode('x2') is "'ja'"
-PASS localeOfNode('x3') is "'ar'"
+PASS localeOfNode('x1') is "\"ko\""
+PASS localeOfNode('x2') is "\"ko\""
+PASS localeOfNode('x3') is "\"ar\""
+PASS localeOfNode('x1') is "\"ja\""
+PASS localeOfNode('x2') is "\"ja\""
+PASS localeOfNode('x3') is "\"ar\""
PASS localeOfNode('x3') is "auto"
-PASS localeOfNode('x3') is "'ja'"
-PASS localeOfNode('x2') is "'zh'"
-PASS localeOfNode('x2') is "'ja'"
-PASS localeOfNode('x2') is "'ja'"
+PASS localeOfNode('x3') is "\"ja\""
+PASS localeOfNode('x2') is "\"zh\""
+PASS localeOfNode('x2') is "\"ja\""
+PASS localeOfNode('x2') is "\"ja\""
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698