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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/http/tests/misc/extract-http-content-language-multiple-expected.txt
diff --git a/LayoutTests/http/tests/misc/extract-http-content-language-multiple-expected.txt b/LayoutTests/http/tests/misc/extract-http-content-language-multiple-expected.txt
index b92a98036b3d97e5320cbfd175a6d3cc30c782c2..40655984693f4f5cc858c8daa1677af3c62e950e 100644
--- a/LayoutTests/http/tests/misc/extract-http-content-language-multiple-expected.txt
+++ b/LayoutTests/http/tests/misc/extract-http-content-language-multiple-expected.txt
@@ -1,9 +1,9 @@
Test for bug 97929: Extract HTTP Content-Language header.
==> Value extracted singly from HTTP "Content-Language" header...
-PASS window.getComputedStyle(document.getElementById("x")).webkitLocale is "'fr'"
+PASS window.getComputedStyle(document.getElementById("x")).webkitLocale is '"fr"'
==> Value set by div "lang" tag...
-PASS window.getComputedStyle(document.getElementById("y")).webkitLocale is "'ar'"
+PASS window.getComputedStyle(document.getElementById("y")).webkitLocale is '"ar"'
==> All done...
PASS successfullyParsed is true
« 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