| 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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 167 TEST SUCCEEDED: The value was the empty string. [tested HTMLLinkElement.target] | 167 TEST SUCCEEDED: The value was the empty string. [tested HTMLLinkElement.target] |
| 168 TEST SUCCEEDED: The value was the empty string. [tested HTMLLinkElement.type] | 168 TEST SUCCEEDED: The value was the empty string. [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 string 'null' resolved as a URL. [tested HTMLM
odElement.cite] |
| 178 TEST SUCCEEDED: The value was the empty string. [tested HTMLModElement.dateTime] | 178 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLModElement.dateTime
] |
| 179 | 179 |
| 180 TEST SUCCEEDED: The value was the empty string. [tested HTMLObjectElement.code] | 180 TEST SUCCEEDED: The value was the empty string. [tested HTMLObjectElement.code] |
| 181 TEST SUCCEEDED: The value was the empty string. [tested HTMLObjectElement.align] | 181 TEST SUCCEEDED: The value was the empty string. [tested HTMLObjectElement.align] |
| 182 TEST SUCCEEDED: The value was the empty string. [tested HTMLObjectElement.archiv
e] | 182 TEST SUCCEEDED: The value was the empty string. [tested HTMLObjectElement.archiv
e] |
| 183 TEST SUCCEEDED: The value was the empty string. [tested HTMLObjectElement.border
] | 183 TEST SUCCEEDED: The value was the empty string. [tested HTMLObjectElement.border
] |
| 184 TEST SUCCEEDED: The value was the empty string. [tested HTMLObjectElement.codeBa
se] | 184 TEST SUCCEEDED: The value was the empty string. [tested HTMLObjectElement.codeBa
se] |
| 185 TEST SUCCEEDED: The value was the empty string. [tested HTMLObjectElement.codeTy
pe] | 185 TEST SUCCEEDED: The value was the empty string. [tested HTMLObjectElement.codeTy
pe] |
| 186 TEST SUCCEEDED: The value was the empty string. [tested HTMLObjectElement.data] | 186 TEST SUCCEEDED: The value was the empty string. [tested HTMLObjectElement.data] |
| 187 TEST SUCCEEDED: The value was the empty string. [tested HTMLObjectElement.height
] | 187 TEST SUCCEEDED: The value was the empty string. [tested HTMLObjectElement.height
] |
| 188 TEST SUCCEEDED: The value was the empty string. [tested HTMLObjectElement.name] | 188 TEST SUCCEEDED: The value was the empty string. [tested HTMLObjectElement.name] |
| (...skipping 90 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 |