blob: 5981ef8725bc2e03c7be7336806b31c2f75841f7 [file] [log] [blame]
Test for bug 76701: map HTTP-EQUIV content-language to -webkit-locale. This particular test tests that in the event of multiple content-languages, the final content-language is used as the pragma-set default language. This expectation may change, see bug. The HTML5 spec decrees that the first successfully processed one be used. Firefox and IE seem to use the final one.
PASS languageOfNode('x') is "zh_CN"
PASS languageOfNode('y') is "ar"
PASS successfullyParsed is true
TEST COMPLETE