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

Side by Side Diff: LayoutTests/http/tests/misc/extract-http-content-language-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 Test for bug 97929: Extract HTTP Content-Language header. 1 Test for bug 97929: Extract HTTP Content-Language header.
2 2
3 ==> Value extracted from HTTP "Content-Language" header... 3 ==> Value extracted from HTTP "Content-Language" header...
4 PASS window.getComputedStyle(document.getElementById("x")).webkitLocale is "zh-C N" 4 PASS window.getComputedStyle(document.getElementById("x")).webkitLocale is "'zh- CN'"
5 ==> Value set by div "lang" tag... 5 ==> Value set by div "lang" tag...
6 PASS window.getComputedStyle(document.getElementById("y")).webkitLocale is "ar" 6 PASS window.getComputedStyle(document.getElementById("y")).webkitLocale is "'ar' "
7 ==> All done... 7 ==> All done...
8 PASS successfullyParsed is true 8 PASS successfullyParsed is true
9 9
10 TEST COMPLETE 10 TEST COMPLETE
11 11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698