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

Unified 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, 10 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-expected.txt
diff --git a/LayoutTests/http/tests/misc/extract-http-content-language-expected.txt b/LayoutTests/http/tests/misc/extract-http-content-language-expected.txt
index 1f1678e1b0b5eede440b51be9e523e64de10391a..dadb7a239829dc2ba3c3d01dd95005a73fbb3f0d 100644
--- a/LayoutTests/http/tests/misc/extract-http-content-language-expected.txt
+++ b/LayoutTests/http/tests/misc/extract-http-content-language-expected.txt
@@ -1,9 +1,9 @@
Test for bug 97929: Extract HTTP Content-Language header.
==> Value extracted from HTTP "Content-Language" header...
-PASS window.getComputedStyle(document.getElementById("x")).webkitLocale is "zh-CN"
+PASS window.getComputedStyle(document.getElementById("x")).webkitLocale is "'zh-CN'"
==> 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

Powered by Google App Engine
This is Rietveld 408576698