| OLD | NEW |
| 1 CONSOLE WARNING: Setting 'Element.prefix' is deprecated, as it is read-only per
DOM (http://dom.spec.whatwg.org/#element). |
| 1 CONSOLE WARNING: 'HTMLHeadElement.profile' is deprecated. The reflected attribut
e has no effect. | 2 CONSOLE WARNING: 'HTMLHeadElement.profile' is deprecated. The reflected attribut
e has no effect. |
| 2 This test setting various attributes of a elements to JavaScript null. | 3 This test setting various attributes of a elements to JavaScript null. |
| 3 | 4 |
| 4 TEST SUCCEEDED: The value was null. [tested Node.nodeValue] | 5 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 null. [tested Node.prefix] |
| 6 TEST SUCCEEDED: The value was the empty string. [tested Node.textContent] | 7 TEST SUCCEEDED: The value was the empty string. [tested Node.textContent] |
| 7 | 8 |
| 8 TEST SUCCEEDED: The value was the string 'null'. [tested Element.id] | 9 TEST SUCCEEDED: The value was the string 'null'. [tested Element.id] |
| 9 TEST SUCCEEDED: The value was the string 'null'. [tested Element.className] | 10 TEST SUCCEEDED: The value was the string 'null'. [tested Element.className] |
| 10 TEST SUCCEEDED: The value was the empty string. [tested Element.innerHTML] | 11 TEST SUCCEEDED: The value was the empty string. [tested Element.innerHTML] |
| (...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 310 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan
g] | 311 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan
g] |
| 311 | 312 |
| 312 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLUListElement.type] | 313 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLUListElement.type] |
| 313 | 314 |
| 314 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLVideoElement.mediaG
roup] | 315 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLVideoElement.mediaG
roup] |
| 315 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV
ideoElement.poster] | 316 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV
ideoElement.poster] |
| 316 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLVideoElement.preloa
d] | 317 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLVideoElement.preloa
d] |
| 317 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV
ideoElement.src] | 318 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV
ideoElement.src] |
| 318 | 319 |
| 319 | 320 |
| OLD | NEW |