| 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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 empty string. [tested HTMLLabelElement.accessK
ey] | 153 TEST SUCCEEDED: The value was the empty string. [tested HTMLLabelElement.accessK
ey] |
| 154 TEST SUCCEEDED: The value was the empty string. [tested HTMLLabelElement.htmlFor
] | 154 TEST SUCCEEDED: The value was the empty string. [tested HTMLLabelElement.htmlFor
] |
| 155 | 155 |
| 156 TEST SUCCEEDED: The value was the empty string. [tested HTMLLegendElement.access
Key] | 156 TEST SUCCEEDED: The value was the empty string. [tested HTMLLegendElement.access
Key] |
| 157 TEST SUCCEEDED: The value was the empty string. [tested HTMLLegendElement.align] | 157 TEST SUCCEEDED: The value was the empty string. [tested HTMLLegendElement.align] |
| 158 | 158 |
| 159 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLIElement.type] | 159 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLIElement.type] |
| 160 | 160 |
| 161 TEST SUCCEEDED: The value was the empty string. [tested HTMLLinkElement.charset] | 161 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLinkElement.charset
] |
| 162 TEST SUCCEEDED: The value was the empty string. [tested HTMLLinkElement.href] | 162 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLL
inkElement.href] |
| 163 TEST SUCCEEDED: The value was the empty string. [tested HTMLLinkElement.hreflang
] | 163 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLinkElement.hreflan
g] |
| 164 TEST SUCCEEDED: The value was the empty string. [tested HTMLLinkElement.media] | 164 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLinkElement.media] |
| 165 TEST SUCCEEDED: The value was the empty string. [tested HTMLLinkElement.rel] | 165 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLinkElement.rel] |
| 166 TEST SUCCEEDED: The value was the empty string. [tested HTMLLinkElement.rev] | 166 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLinkElement.rev] |
| 167 TEST SUCCEEDED: The value was the empty string. [tested HTMLLinkElement.target] | 167 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLinkElement.target] |
| 168 TEST SUCCEEDED: The value was the empty string. [tested HTMLLinkElement.type] | 168 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLinkElement.type] |
| 169 | 169 |
| 170 TEST SUCCEEDED: The value was the empty string. [tested HTMLMapElement.name] | 170 TEST SUCCEEDED: The value was the empty string. [tested HTMLMapElement.name] |
| 171 | 171 |
| 172 TEST SUCCEEDED: The value was the empty string. [tested HTMLMetaElement.content] | 172 TEST SUCCEEDED: The value was the empty string. [tested HTMLMetaElement.content] |
| 173 TEST SUCCEEDED: The value was the empty string. [tested HTMLMetaElement.httpEqui
v] | 173 TEST SUCCEEDED: The value was the empty string. [tested HTMLMetaElement.httpEqui
v] |
| 174 TEST SUCCEEDED: The value was the empty string. [tested HTMLMetaElement.name] | 174 TEST SUCCEEDED: The value was the empty string. [tested HTMLMetaElement.name] |
| 175 TEST SUCCEEDED: The value was the empty string. [tested HTMLMetaElement.scheme] | 175 TEST SUCCEEDED: The value was the empty string. [tested HTMLMetaElement.scheme] |
| 176 | 176 |
| 177 TEST SUCCEEDED: The value was the empty string. [tested HTMLModElement.cite] | 177 TEST SUCCEEDED: The value was the empty string. [tested HTMLModElement.cite] |
| 178 TEST SUCCEEDED: The value was the empty string. [tested HTMLModElement.dateTime] | 178 TEST SUCCEEDED: The value was the empty string. [tested HTMLModElement.dateTime] |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 279 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan
g] | 279 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan
g] |
| 280 | 280 |
| 281 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLUListElement.type] | 281 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLUListElement.type] |
| 282 | 282 |
| 283 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLVideoElement.mediaG
roup] | 283 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] | 284 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] | 285 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] | 286 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV
ideoElement.src] |
| 287 | 287 |
| 288 | 288 |
| OLD | NEW |