| 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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 | 110 |
| 111 TEST SUCCEEDED: The value was the empty string. [tested HTMLHeadElement.profile] | 111 TEST SUCCEEDED: The value was the empty string. [tested HTMLHeadElement.profile] |
| 112 | 112 |
| 113 TEST SUCCEEDED: The value was the empty string. [tested HTMLHeadingElement.align
] | 113 TEST SUCCEEDED: The value was the empty string. [tested HTMLHeadingElement.align
] |
| 114 | 114 |
| 115 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLHRElement.align] | 115 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLHRElement.align] |
| 116 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLHRElement.color] | 116 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLHRElement.color] |
| 117 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLHRElement.size] | 117 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLHRElement.size] |
| 118 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLHRElement.width] | 118 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLHRElement.width] |
| 119 | 119 |
| 120 TEST SUCCEEDED: The value was the empty string. [tested HTMLHtmlElement.version] | 120 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLHtmlElement.version
] |
| 121 | 121 |
| 122 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLIFrameElement.align
] | 122 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLIFrameElement.align
] |
| 123 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLIFrameElement.frame
Border] | 123 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLIFrameElement.frame
Border] |
| 124 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLIFrameElement.heigh
t] | 124 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLIFrameElement.heigh
t] |
| 125 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLI
FrameElement.longDesc] | 125 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLI
FrameElement.longDesc] |
| 126 TEST SUCCEEDED: The value was the empty string. [tested HTMLIFrameElement.margin
Height] | 126 TEST SUCCEEDED: The value was the empty string. [tested HTMLIFrameElement.margin
Height] |
| 127 TEST SUCCEEDED: The value was the empty string. [tested HTMLIFrameElement.margin
Width] | 127 TEST SUCCEEDED: The value was the empty string. [tested HTMLIFrameElement.margin
Width] |
| 128 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLIFrameElement.name] | 128 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLIFrameElement.name] |
| 129 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLIFrameElement.scrol
ling] | 129 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLIFrameElement.scrol
ling] |
| 130 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLI
FrameElement.src] | 130 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLI
FrameElement.src] |
| (...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 310 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan
g] | 310 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan
g] |
| 311 | 311 |
| 312 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLUListElement.type] | 312 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLUListElement.type] |
| 313 | 313 |
| 314 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLVideoElement.mediaG
roup] | 314 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] | 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 'auto'. [tested HTMLVideoElement.preloa
d] | 316 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] | 317 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV
ideoElement.src] |
| 318 | 318 |
| 319 | 319 |
| OLD | NEW |