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

Side by Side 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, 9 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 unified diff | Download patch
OLDNEW
1 This tests mapping of lang/xml:lang to -webkit-locale with dynamic attribute cha nges. WebKit bug 76364 1 This tests mapping of lang/xml:lang to -webkit-locale with dynamic attribute cha nges. WebKit bug 76364
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS successfullyParsed is true 6 PASS successfullyParsed is true
7 7
8 TEST COMPLETE 8 TEST COMPLETE
9 PASS localeOfNode('x1') is "ko" 9 PASS localeOfNode('x1') is "'ko'"
10 PASS localeOfNode('x2') is "ko" 10 PASS localeOfNode('x2') is "'ko'"
11 PASS localeOfNode('x3') is "ar" 11 PASS localeOfNode('x3') is "'ar'"
12 PASS localeOfNode('x1') is "ja" 12 PASS localeOfNode('x1') is "'ja'"
13 PASS localeOfNode('x2') is "ja" 13 PASS localeOfNode('x2') is "'ja'"
14 PASS localeOfNode('x3') is "ar" 14 PASS localeOfNode('x3') is "'ar'"
15 PASS localeOfNode('x3') is "auto" 15 PASS localeOfNode('x3') is "auto"
16 PASS localeOfNode('x3') is "ja" 16 PASS localeOfNode('x3') is "'ja'"
17 PASS localeOfNode('x2') is "zh" 17 PASS localeOfNode('x2') is "'zh'"
18 PASS localeOfNode('x2') is "ja" 18 PASS localeOfNode('x2') is "'ja'"
19 PASS localeOfNode('x2') is "ja" 19 PASS localeOfNode('x2') is "'ja'"
20 PASS successfullyParsed is true 20 PASS successfullyParsed is true
21 21
22 TEST COMPLETE 22 TEST COMPLETE
23 23
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698