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

Unified Diff: LayoutTests/fast/css/content-language-dynamically-added-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/fast/css/content-language-dynamically-added-expected.txt
diff --git a/LayoutTests/fast/css/content-language-dynamically-added-expected.txt b/LayoutTests/fast/css/content-language-dynamically-added-expected.txt
index c297846885c37fd6620a835a2b9e3592cc95f43f..65893b2b3615adf8966c1ac67a159c68f228e5c6 100644
--- a/LayoutTests/fast/css/content-language-dynamically-added-expected.txt
+++ b/LayoutTests/fast/css/content-language-dynamically-added-expected.txt
@@ -1,9 +1,9 @@
Test for bug 76701: map http-equiv content-language to -webkit-locale. This particular test tests that a dynamically added content-language is processed. This expectation may change, see bug. The HTML 5 spec decrees that http-equiv content-language be processed when it is inserted into the document. In Firefox and IE adding the meta element dynamically doesn't seem to affect the page, but in Firefox the meta content-language displayed in "Page Information" is affected.
PASS languageOfNode('x') is "auto"
-PASS languageOfNode('y') is "ar"
-PASS languageOfNode('x') is "ja"
-PASS languageOfNode('y') is "ar"
+PASS languageOfNode('y') is "'ar'"
+PASS languageOfNode('x') is "'ja'"
+PASS languageOfNode('y') is "'ar'"
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698