| OLD | NEW |
| 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 |
| OLD | NEW |