OLD | NEW |
1 Test for bug 76701: map HTTP-EQUIV content-language to -webkit-locale. This part
icular test tests that in the event of multiple content-languages, the final con
tent-language is used as the pragma-set default language. This expectation may c
hange, see bug. The HTML5 spec decrees that the first successfully processed one
be used. Firefox and IE seem to use the final one. | 1 Test for bug 76701: map HTTP-EQUIV content-language to -webkit-locale. This part
icular test tests that in the event of multiple content-languages, the final con
tent-language is used as the pragma-set default language. This expectation may c
hange, see bug. The HTML5 spec decrees that the first successfully processed one
be used. Firefox and IE seem to use the final one. |
2 | 2 |
3 PASS languageOfNode('x') is "'zh_CN'" | 3 PASS languageOfNode('x') is "\"zh_CN\"" |
4 PASS languageOfNode('y') is "'ar'" | 4 PASS languageOfNode('y') is "\"ar\"" |
5 PASS successfullyParsed is true | 5 PASS successfullyParsed is true |
6 | 6 |
7 TEST COMPLETE | 7 TEST COMPLETE |
8 | 8 |
OLD | NEW |