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

Side by Side Diff: LayoutTests/http/tests/misc/extract-http-content-language-malformed-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 from malformed HTTP "Content-Language" header... 3 ==> Value extracted from malformed HTTP "Content-Language" header...
4 PASS window.getComputedStyle(document.getElementById("x")).webkitLocale == "'es' " || window.getComputedStyle(document.getElementById("x")).webkitLocale == "auto " is true 4 PASS window.getComputedStyle(document.getElementById("x")).webkitLocale == '"es" ' || window.getComputedStyle(document.getElementById("x")).webkitLocale == "auto " is true
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