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

Side by Side Diff: LayoutTests/fast/css/content-language-dynamically-changed-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, 9 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 76701: map http-equiv content-language to -webkit-locale. This part icular test tests that dynamic changes to the meta element have no effect. This expectation may change, see bug. The HTML 5 spec decrees that the pragma-set def ault language be set only when the meta element is inserted into the document. I n Firefox and IE changing the element dynamically doesn't seem to affect the pag e, but in Firefox the meta content-language displayed in "Page Information" is a ffected. 1 Test for bug 76701: map http-equiv content-language to -webkit-locale. This part icular test tests that dynamic changes to the meta element have no effect. This expectation may change, see bug. The HTML 5 spec decrees that the pragma-set def ault language be set only when the meta element is inserted into the document. I n Firefox and IE changing the element dynamically doesn't seem to affect the pag e, but in Firefox the meta content-language displayed in "Page Information" is a ffected.
2 2
3 PASS languageOfNode('x') is "zh" 3 PASS languageOfNode('x') is "'zh'"
4 PASS languageOfNode('y') is "ar" 4 PASS languageOfNode('y') is "'ar'"
5 FAIL languageOfNode('x') should be zh. Was ja. 5 FAIL languageOfNode('x') should be 'zh'. Was 'ja'.
6 PASS languageOfNode('y') is "ar" 6 PASS languageOfNode('y') is "'ar'"
7 FAIL languageOfNode('x') should be zh. Was ja. 7 FAIL languageOfNode('x') should be 'zh'. Was 'ja'.
8 PASS languageOfNode('y') is "ar" 8 PASS languageOfNode('y') is "'ar'"
9 FAIL languageOfNode('x') should be zh. Was ja. 9 FAIL languageOfNode('x') should be 'zh'. Was 'ja'.
10 PASS languageOfNode('y') is "ar" 10 PASS languageOfNode('y') is "'ar'"
11 PASS successfullyParsed is true 11 PASS successfullyParsed is true
12 12
13 TEST COMPLETE 13 TEST COMPLETE
14 14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698