Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / content-language-multiple-expected.txt
blobc835c28711ddd42f1e10f933dc25214de3a18874
1 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.
3 PASS languageOfNode('x') is "\"zh_CN\""
4 PASS languageOfNode('y') is "\"ar\""
5 PASS successfullyParsed is true
7 TEST COMPLETE