Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / xml-lang-ignored-in-html-expected.txt
blobec171a76757de5e6e6ddf169b4e66c798345c483
1 This tests that the attribute in no namespace with no prefix and with the literal localname "xml:lang" is ignored in HTML. See bug 67586.
3 PASS languageOfNode('m1') is "auto"
4 PASS languageOfNode('n1') is "\"ko\""
5 PASS languageOfNode('o1') is "\"ar\""
6 PASS languageOfNode('o2') is "\"ar\""
7 PASS successfullyParsed is true
9 TEST COMPLETE