| Verify :lang()'s equal ignoring ascii case |
| |
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
| |
| |
| PASS document.querySelector(':lang(AÃ )') is document.getElementById('a') |
| PASS document.querySelector(':lang(aÀ)') is null |
| PASS document.querySelector(':lang(AÀ)') is null |
| PASS document.querySelector(':lang(CÄ)') is document.getElementById('c') |
| PASS document.querySelector(':lang(cČ)') is null |
| PASS document.querySelector(':lang(CČ)') is null |
| PASS document.querySelector(':lang(eê)') is document.getElementById('e') |
| PASS document.querySelector(':lang(eÊ)') is null |
| PASS document.querySelector(':lang(EÊ)') is null |
| PASS document.querySelector(':lang(Iį)') is document.getElementById('i') |
| PASS document.querySelector(':lang(iÄ®)') is null |
| PASS document.querySelector(':lang(IÄ®)') is null |
| PASS document.querySelector(':lang(uû)') is document.getElementById('u') |
| PASS document.querySelector(':lang(uÛ)') is null |
| PASS document.querySelector(':lang(UÛ)') is null |
| PASS document.querySelector(':lang(oø)') is document.getElementById('o') |
| PASS document.querySelector(':lang(oØ)') is null |
| PASS document.querySelector(':lang(OØ)') is null |
| PASS successfullyParsed is true |
| |
| TEST COMPLETE |
| |