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 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
240 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLScriptElement.text] | 240 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLScriptElement.text] |
241 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLScriptElement.htmlF
or] | 241 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLScriptElement.htmlF
or] |
242 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLScriptElement.event
] | 242 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLScriptElement.event
] |
243 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLScriptElement.chars
et] | 243 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLScriptElement.chars
et] |
244 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLS
criptElement.src] | 244 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLS
criptElement.src] |
245 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLScriptElement.type] | 245 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLScriptElement.type] |
246 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLScriptElement.cross
Origin] | 246 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLScriptElement.cross
Origin] |
247 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLScriptElement.nonce
] | 247 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLScriptElement.nonce
] |
248 | 248 |
249 TEST SUCCEEDED: The value was the empty string. [tested HTMLSelectElement.value] | 249 TEST SUCCEEDED: The value was the empty string. [tested HTMLSelectElement.value] |
250 TEST SUCCEEDED: The value was the empty string. [tested HTMLSelectElement.name] | 250 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLSelectElement.name] |
251 | 251 |
252 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLSourceElement.media
] | 252 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLSourceElement.media
] |
253 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLS
ourceElement.src] | 253 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLS
ourceElement.src] |
254 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLSourceElement.type] | 254 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLSourceElement.type] |
255 | 255 |
256 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLStyleElement.media] | 256 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLStyleElement.media] |
257 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLStyleElement.type] | 257 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLStyleElement.type] |
258 | 258 |
259 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableCaptionElement.
align] | 259 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableCaptionElement.
align] |
260 | 260 |
(...skipping 49 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 |