| OLD | NEW |
| 1 CONSOLE WARNING: Setting 'Element.prefix' is deprecated, as it is read-only per
DOM (http://dom.spec.whatwg.org/#element). | |
| 2 This test setting various attributes of a elements to JavaScript null. | 1 This test setting various attributes of a elements to JavaScript null. |
| 3 | 2 |
| 4 TEST SUCCEEDED: The value was null. [tested Node.nodeValue] | 3 TEST SUCCEEDED: The value was null. [tested Node.nodeValue] |
| 5 TEST SUCCEEDED: The value was null. [tested Node.prefix] | |
| 6 TEST SUCCEEDED: The value was the empty string. [tested Node.textContent] | 4 TEST SUCCEEDED: The value was the empty string. [tested Node.textContent] |
| 7 | 5 |
| 8 TEST SUCCEEDED: The value was the string 'null'. [tested Element.id] | 6 TEST SUCCEEDED: The value was the string 'null'. [tested Element.id] |
| 9 TEST SUCCEEDED: The value was the string 'null'. [tested Element.className] | 7 TEST SUCCEEDED: The value was the string 'null'. [tested Element.className] |
| 10 TEST SUCCEEDED: The value was the empty string. [tested Element.innerHTML] | 8 TEST SUCCEEDED: The value was the empty string. [tested Element.innerHTML] |
| 11 TEST SUCCEEDED: Exception (NoModificationAllowedError: Failed to set the 'outerH
TML' property on 'Element': This element has no parent node.) was thrown as expe
cted. [tested Element.outerHTML] | 9 TEST SUCCEEDED: Exception (NoModificationAllowedError: Failed to set the 'outerH
TML' property on 'Element': This element has no parent node.) was thrown as expe
cted. [tested Element.outerHTML] |
| 12 | 10 |
| 13 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLElement.accessKey] | 11 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLElement.accessKey] |
| 14 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLElement.title] | 12 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLElement.title] |
| 15 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLElement.lang] | 13 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLElement.lang] |
| (...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 308 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan
g] | 306 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan
g] |
| 309 | 307 |
| 310 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLUListElement.type] | 308 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLUListElement.type] |
| 311 | 309 |
| 312 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLVideoElement.mediaG
roup] | 310 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLVideoElement.mediaG
roup] |
| 313 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV
ideoElement.poster] | 311 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV
ideoElement.poster] |
| 314 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLVideoElement.preloa
d] | 312 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLVideoElement.preloa
d] |
| 315 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV
ideoElement.src] | 313 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV
ideoElement.src] |
| 316 | 314 |
| 317 | 315 |
| OLD | NEW |