OLD | NEW |
1 This test setting various attributes of a elements to JavaScript null. | 1 This test setting various attributes of a elements to JavaScript null. |
2 | 2 |
3 TEST SUCCEEDED: The value was null. [tested Node.nodeValue] | 3 TEST SUCCEEDED: The value was null. [tested Node.nodeValue] |
4 TEST SUCCEEDED: The value was null. [tested Node.prefix] | 4 TEST SUCCEEDED: The value was null. [tested Node.prefix] |
5 TEST SUCCEEDED: The value was the empty string. [tested Node.textContent] | 5 TEST SUCCEEDED: The value was the empty string. [tested Node.textContent] |
6 | 6 |
7 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.title] | 7 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.title] |
8 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.id] | 8 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.id] |
9 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.lang] | 9 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.lang] |
10 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.dir] | 10 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.dir] |
11 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.className] | 11 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.className] |
12 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.innerHTML] | 12 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.innerHTML] |
13 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.innerText] | 13 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.innerText] |
14 TEST SUCCEEDED: Exception (Error: SyntaxError: DOM Exception 12) was thrown as e
xpected. [tested HTMLElement.contentEditable] | 14 TEST SUCCEEDED: Exception (SyntaxError: An invalid or illegal string was specifi
ed.) was thrown as expected. [tested HTMLElement.contentEditable] |
15 | 15 |
16 TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.access
Key] | 16 TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.access
Key] |
17 TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.charse
t] | 17 TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.charse
t] |
18 TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.coords
] | 18 TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.coords
] |
19 TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.href] | 19 TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.href] |
20 TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.hrefla
ng] | 20 TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.hrefla
ng] |
21 TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.name] | 21 TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.name] |
22 TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.rel] | 22 TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.rel] |
23 TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.rev] | 23 TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.rev] |
24 TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.shape] | 24 TEST SUCCEEDED: The value was the empty string. [tested HTMLAnchorElement.shape] |
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
248 TEST SUCCEEDED: The value was the empty string. [tested HTMLTextAreaElement.defa
ultValue] | 248 TEST SUCCEEDED: The value was the empty string. [tested HTMLTextAreaElement.defa
ultValue] |
249 TEST SUCCEEDED: The value was the empty string. [tested HTMLTextAreaElement.acce
ssKey] | 249 TEST SUCCEEDED: The value was the empty string. [tested HTMLTextAreaElement.acce
ssKey] |
250 TEST SUCCEEDED: The value was the empty string. [tested HTMLTextAreaElement.name
] | 250 TEST SUCCEEDED: The value was the empty string. [tested HTMLTextAreaElement.name
] |
251 TEST SUCCEEDED: The value was the empty string. [tested HTMLTextAreaElement.valu
e] | 251 TEST SUCCEEDED: The value was the empty string. [tested HTMLTextAreaElement.valu
e] |
252 | 252 |
253 TEST SUCCEEDED: The value was the empty string. [tested HTMLTitleElement.text] | 253 TEST SUCCEEDED: The value was the empty string. [tested HTMLTitleElement.text] |
254 | 254 |
255 TEST SUCCEEDED: The value was the empty string. [tested HTMLUListElement.type] | 255 TEST SUCCEEDED: The value was the empty string. [tested HTMLUListElement.type] |
256 | 256 |
257 | 257 |
OLD | NEW |