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

Side by Side Diff: LayoutTests/http/tests/misc/extract-http-content-language-multiple-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 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 singly from HTTP "Content-Language" header... 3 ==> Value extracted singly from HTTP "Content-Language" header...
4 PASS window.getComputedStyle(document.getElementById("x")).webkitLocale is "'fr' " 4 PASS window.getComputedStyle(document.getElementById("x")).webkitLocale is '"fr" '
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
« no previous file with comments | « LayoutTests/http/tests/misc/extract-http-content-language-multiple.php ('k') | Source/core/css/CSSPrimitiveValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698