| OLD | NEW |
| 1 CONSOLE WARNING: 'Document.defaultCharset' is deprecated and will be removed in
M50, around April 2016. See https://www.chromestatus.com/features/62171245780664
32 for more details. | |
| 2 Initial | 1 Initial |
| 3 | 2 |
| 4 document.charset: KOI8-R | 3 document.charset: KOI8-R |
| 5 | 4 |
| 6 document.defaultCharset: defined | |
| 7 | |
| 8 document.characterSet: KOI8-R | 5 document.characterSet: KOI8-R |
| 9 | 6 |
| 10 document.inputEncoding: KOI8-R | 7 document.inputEncoding: KOI8-R |
| 11 | 8 |
| 12 Setting charset to UTF-8... (expected to have no effect) | 9 Setting charset to UTF-8... (expected to have no effect) |
| 13 | 10 |
| 14 document.charset: KOI8-R | 11 document.charset: KOI8-R |
| 15 | 12 |
| 16 document.defaultCharset: defined | |
| 17 | |
| 18 document.characterSet: KOI8-R | 13 document.characterSet: KOI8-R |
| 19 | 14 |
| 20 document.inputEncoding: KOI8-R | 15 document.inputEncoding: KOI8-R |
| OLD | NEW |