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: Setting 'Element.prefix' is deprecated, as it is read-only per
DOM (http://dom.spec.whatwg.org/#element). |
2 CONSOLE WARNING: 'HTMLHeadElement.profile' is deprecated. The reflected attribut
e has no effect. | |
3 This test setting various attributes of a elements to JavaScript null. | 2 This test setting various attributes of a elements to JavaScript null. |
4 | 3 |
5 TEST SUCCEEDED: The value was null. [tested Node.nodeValue] | 4 TEST SUCCEEDED: The value was null. [tested Node.nodeValue] |
6 TEST SUCCEEDED: The value was null. [tested Node.prefix] | 5 TEST SUCCEEDED: The value was null. [tested Node.prefix] |
7 TEST SUCCEEDED: The value was the empty string. [tested Node.textContent] | 6 TEST SUCCEEDED: The value was the empty string. [tested Node.textContent] |
8 | 7 |
9 TEST SUCCEEDED: The value was the string 'null'. [tested Element.id] | 8 TEST SUCCEEDED: The value was the string 'null'. [tested Element.id] |
10 TEST SUCCEEDED: The value was the string 'null'. [tested Element.className] | 9 TEST SUCCEEDED: The value was the string 'null'. [tested Element.className] |
11 TEST SUCCEEDED: The value was the empty string. [tested Element.innerHTML] | 10 TEST SUCCEEDED: The value was the empty string. [tested Element.innerHTML] |
12 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] | 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] |
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
103 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLF
rameElement.longDesc] | 102 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLF
rameElement.longDesc] |
104 TEST SUCCEEDED: The value was the empty string. [tested HTMLFrameElement.marginH
eight] | 103 TEST SUCCEEDED: The value was the empty string. [tested HTMLFrameElement.marginH
eight] |
105 TEST SUCCEEDED: The value was the empty string. [tested HTMLFrameElement.marginW
idth] | 104 TEST SUCCEEDED: The value was the empty string. [tested HTMLFrameElement.marginW
idth] |
106 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFrameElement.name] | 105 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFrameElement.name] |
107 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFrameElement.scroll
ing] | 106 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFrameElement.scroll
ing] |
108 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLF
rameElement.src] | 107 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLF
rameElement.src] |
109 | 108 |
110 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFrameSetElement.col
s] | 109 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFrameSetElement.col
s] |
111 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFrameSetElement.row
s] | 110 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFrameSetElement.row
s] |
112 | 111 |
113 TEST SUCCEEDED: The value was the empty string. [tested HTMLHeadElement.profile] | |
114 | |
115 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLHeadingElement.alig
n] | 112 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLHeadingElement.alig
n] |
116 | 113 |
117 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLHRElement.align] | 114 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLHRElement.align] |
118 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLHRElement.color] | 115 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLHRElement.color] |
119 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLHRElement.size] | 116 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLHRElement.size] |
120 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLHRElement.width] | 117 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLHRElement.width] |
121 | 118 |
122 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLHtmlElement.version
] | 119 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLHtmlElement.version
] |
123 | 120 |
124 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLIFrameElement.align
] | 121 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLIFrameElement.align
] |
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
311 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan
g] | 308 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan
g] |
312 | 309 |
313 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLUListElement.type] | 310 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLUListElement.type] |
314 | 311 |
315 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLVideoElement.mediaG
roup] | 312 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLVideoElement.mediaG
roup] |
316 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV
ideoElement.poster] | 313 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV
ideoElement.poster] |
317 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLVideoElement.preloa
d] | 314 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLVideoElement.preloa
d] |
318 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV
ideoElement.src] | 315 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV
ideoElement.src] |
319 | 316 |
320 | 317 |
OLD | NEW |