| 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. |
| 1 This test setting various attributes of documents to JavaScript null. | 2 This test setting various attributes of documents to JavaScript null. |
| 2 | 3 |
| 3 TEST SUCCEEDED: Got the expected exception (9). [tested Document.xmlVersion] | 4 TEST SUCCEEDED: Got the expected exception (9). [tested Document.xmlVersion] |
| 4 TEST SUCCEEDED: The value was null. [tested Document.documentURI] | 5 TEST SUCCEEDED: The value was null. [tested Document.documentURI] |
| 5 TEST SUCCEEDED: The value was the string 'UTF-8'. [tested Document.charset] | 6 TEST SUCCEEDED: The value was the string 'UTF-8'. [tested Document.charset] |
| 6 TEST SUCCEEDED: The value was undefined. [tested Document.defaultCharset] | 7 TEST SUCCEEDED: The value was undefined. [tested Document.defaultCharset] |
| 7 TEST SUCCEEDED: The value was the string 'UTF-8'. [tested Document.characterSet] | 8 TEST SUCCEEDED: The value was the string 'UTF-8'. [tested Document.characterSet] |
| 8 TEST SUCCEEDED: The value was the string 'UTF-8'. [tested Document.inputEncoding
] | 9 TEST SUCCEEDED: The value was the string 'UTF-8'. [tested Document.inputEncoding
] |
| 9 TEST SUCCEEDED: The value was null. [tested Document.selectedStylesheetSet] | 10 TEST SUCCEEDED: The value was null. [tested Document.selectedStylesheetSet] |
| 10 | 11 |
| 11 TEST SUCCEEDED: The value was 'null'. [tested HTMLDocument.title] | 12 TEST SUCCEEDED: The value was 'null'. [tested HTMLDocument.title] |
| 12 TEST SUCCEEDED: The value was the empty string. [tested HTMLDocument.cookie] | 13 TEST SUCCEEDED: The value was the empty string. [tested HTMLDocument.cookie] |
| 13 TEST SUCCEEDED: The value was the empty string. [tested HTMLDocument.bgColor] | 14 TEST SUCCEEDED: The value was the empty string. [tested HTMLDocument.bgColor] |
| 14 TEST SUCCEEDED: The value was the empty string. [tested HTMLDocument.fgColor] | 15 TEST SUCCEEDED: The value was the empty string. [tested HTMLDocument.fgColor] |
| 15 TEST SUCCEEDED: The value was the empty string. [tested HTMLDocument.alinkColor] | 16 TEST SUCCEEDED: The value was the empty string. [tested HTMLDocument.alinkColor] |
| 16 TEST SUCCEEDED: The value was the empty string. [tested HTMLDocument.linkColor] | 17 TEST SUCCEEDED: The value was the empty string. [tested HTMLDocument.linkColor] |
| 17 TEST SUCCEEDED: The value was the empty string. [tested HTMLDocument.vlinkColor] | 18 TEST SUCCEEDED: The value was the empty string. [tested HTMLDocument.vlinkColor] |
| 18 TEST SUCCEEDED: The value was the empty string. [tested HTMLDocument.dir] | 19 TEST SUCCEEDED: The value was the empty string. [tested HTMLDocument.dir] |
| 19 TEST SUCCEEDED: The value was the string 'off'. [tested HTMLDocument.designMode] | 20 TEST SUCCEEDED: The value was the string 'off'. [tested HTMLDocument.designMode] |
| 20 | 21 |
| 21 | 22 |
| OLD | NEW |