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

Unified Diff: LayoutTests/fast/css/lang-mapped-to-webkit-locale-dynamic-expected.txt

Issue 973623002: Fix serialization of content property to always quote (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add another method Created 5 years, 10 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 52e138d1c27e70047ef2aa39f494d47e24610859..9dee1efd6b17805e0daf5608a2f26ddbb329eedc 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