| 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] |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 143 TEST SUCCEEDED: The value was the empty string. [tested HTMLInputElement.accessK
ey] | 143 TEST SUCCEEDED: The value was the empty string. [tested HTMLInputElement.accessK
ey] |
| 144 TEST SUCCEEDED: The value was the empty string. [tested HTMLInputElement.align] | 144 TEST SUCCEEDED: The value was the empty string. [tested HTMLInputElement.align] |
| 145 TEST SUCCEEDED: The value was the empty string. [tested HTMLInputElement.alt] | 145 TEST SUCCEEDED: The value was the empty string. [tested HTMLInputElement.alt] |
| 146 TEST SUCCEEDED: The value was the empty string. [tested HTMLInputElement.default
Value] | 146 TEST SUCCEEDED: The value was the empty string. [tested HTMLInputElement.default
Value] |
| 147 TEST SUCCEEDED: The value was the empty string. [tested HTMLInputElement.name] | 147 TEST SUCCEEDED: The value was the empty string. [tested HTMLInputElement.name] |
| 148 TEST SUCCEEDED: The value was the empty string. [tested HTMLInputElement.src] | 148 TEST SUCCEEDED: The value was the empty string. [tested HTMLInputElement.src] |
| 149 TEST SUCCEEDED: The value was the string 'text'. [tested HTMLInputElement.type] | 149 TEST SUCCEEDED: The value was the string 'text'. [tested HTMLInputElement.type] |
| 150 TEST SUCCEEDED: The value was the empty string. [tested HTMLInputElement.useMap] | 150 TEST SUCCEEDED: The value was the empty string. [tested HTMLInputElement.useMap] |
| 151 TEST SUCCEEDED: The value was the empty string. [tested HTMLInputElement.value] | 151 TEST SUCCEEDED: The value was the empty string. [tested HTMLInputElement.value] |
| 152 | 152 |
| 153 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLKeygenElement.chall
enge] |
| 154 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLKeygenElement.keyty
pe] |
| 155 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLKeygenElement.name] |
| 156 |
| 153 TEST SUCCEEDED: The value was the empty string. [tested HTMLLabelElement.accessK
ey] | 157 TEST SUCCEEDED: The value was the empty string. [tested HTMLLabelElement.accessK
ey] |
| 154 TEST SUCCEEDED: The value was the empty string. [tested HTMLLabelElement.htmlFor
] | 158 TEST SUCCEEDED: The value was the empty string. [tested HTMLLabelElement.htmlFor
] |
| 155 | 159 |
| 156 TEST SUCCEEDED: The value was the empty string. [tested HTMLLegendElement.access
Key] | 160 TEST SUCCEEDED: The value was the empty string. [tested HTMLLegendElement.access
Key] |
| 157 TEST SUCCEEDED: The value was the empty string. [tested HTMLLegendElement.align] | 161 TEST SUCCEEDED: The value was the empty string. [tested HTMLLegendElement.align] |
| 158 | 162 |
| 159 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLIElement.type] | 163 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLIElement.type] |
| 160 | 164 |
| 161 TEST SUCCEEDED: The value was the empty string. [tested HTMLLinkElement.charset] | 165 TEST SUCCEEDED: The value was the empty string. [tested HTMLLinkElement.charset] |
| 162 TEST SUCCEEDED: The value was the empty string. [tested HTMLLinkElement.href] | 166 TEST SUCCEEDED: The value was the empty string. [tested HTMLLinkElement.href] |
| (...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 279 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan
g] | 283 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan
g] |
| 280 | 284 |
| 281 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLUListElement.type] | 285 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLUListElement.type] |
| 282 | 286 |
| 283 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLVideoElement.mediaG
roup] | 287 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLVideoElement.mediaG
roup] |
| 284 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV
ideoElement.poster] | 288 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV
ideoElement.poster] |
| 285 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLVideoElement.preloa
d] | 289 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLVideoElement.preloa
d] |
| 286 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV
ideoElement.src] | 290 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV
ideoElement.src] |
| 287 | 291 |
| 288 | 292 |
| OLD | NEW |