Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / content-language-dynamically-added-expected.txt
blobe9ef7b484c62df8636ec600aba67b2e37c686bee
1 Test for bug 76701: map http-equiv content-language to -webkit-locale. This particular test tests that a dynamically added content-language is processed. This expectation may change, see bug. The HTML 5 spec decrees that http-equiv content-language be processed when it is inserted into the document. In Firefox and IE adding the meta element dynamically doesn't seem to affect the page, but in Firefox the meta content-language displayed in "Page Information" is affected.
3 PASS languageOfNode('x') is "auto"
4 PASS languageOfNode('y') is "\"ar\""
5 PASS languageOfNode('x') is "\"ja\""
6 PASS languageOfNode('y') is "\"ar\""
7 PASS successfullyParsed is true
9 TEST COMPLETE