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