| OLD | NEW |
| 1 CONSOLE WARNING: Setting 'Document.charset' is deprecated. Please use '<meta cha
rset="UTF-8">' instead. | |
| 2 Initial | 1 Initial |
| 3 | 2 |
| 4 document.charset: KOI8-R | 3 document.charset: KOI8-R |
| 5 | 4 |
| 6 document.defaultCharset: defined | 5 document.defaultCharset: defined |
| 7 | 6 |
| 8 document.characterSet: KOI8-R | 7 document.characterSet: KOI8-R |
| 9 | 8 |
| 10 document.inputEncoding: KOI8-R | 9 document.inputEncoding: KOI8-R |
| 11 | 10 |
| 12 Setting charset to UTF-8... | 11 Setting charset to UTF-8... (expected to have no effect) |
| 13 | 12 |
| 14 document.charset: UTF-8 | 13 document.charset: KOI8-R |
| 15 | 14 |
| 16 document.defaultCharset: defined | 15 document.defaultCharset: defined |
| 17 | 16 |
| 18 document.characterSet: UTF-8 | 17 document.characterSet: KOI8-R |
| 19 | 18 |
| 20 document.inputEncoding: UTF-8 | 19 document.inputEncoding: KOI8-R |
| 21 | |
| 22 Setting characterSet to KOI8-R (expected to fail, matching Firefox)... | |
| 23 | |
| 24 document.charset: UTF-8 | |
| 25 | |
| 26 document.defaultCharset: defined | |
| 27 | |
| 28 document.characterSet: UTF-8 | |
| 29 | |
| 30 document.inputEncoding: UTF-8 | |
| OLD | NEW |