| OLD | NEW |
| 1 Test for bug 97929: Extract HTTP Content-Language header. | 1 Test for bug 97929: Extract HTTP Content-Language header. |
| 2 | 2 |
| 3 ==> Value extracted from meta "http-equiv" and overriding HTTP "Content-Language
"... | 3 ==> Value extracted from meta "http-equiv" and overriding HTTP "Content-Language
"... |
| 4 PASS window.getComputedStyle(document.getElementById("x")).webkitLocale is "'en-
GB'" | 4 PASS window.getComputedStyle(document.getElementById("x")).webkitLocale is '"en-
GB"' |
| 5 ==> Value set by div "lang" tag... | 5 ==> Value set by div "lang" tag... |
| 6 PASS window.getComputedStyle(document.getElementById("y")).webkitLocale is "'ar'
" | 6 PASS window.getComputedStyle(document.getElementById("y")).webkitLocale is '"ar"
' |
| 7 ==> All done... | 7 ==> All done... |
| 8 PASS successfullyParsed is true | 8 PASS successfullyParsed is true |
| 9 | 9 |
| 10 TEST COMPLETE | 10 TEST COMPLETE |
| 11 | 11 |
| OLD | NEW |