summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/dom/element-attribute-js-null-expected.txt
blob: 8ac9dcd22c5cc11937d4f419b2452a7f048bfb3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
This test setting various attributes of a elements to JavaScript null.

TEST SUCCEEDED: The value was null. [tested Node.nodeValue]
TEST SUCCEEDED: The value was the empty string. [tested Node.textContent]

TEST SUCCEEDED: The value was the string 'null'. [tested Element.id]
TEST SUCCEEDED: The value was the string 'null'. [tested Element.className]
TEST SUCCEEDED: The value was the empty string. [tested Element.innerHTML]
TEST SUCCEEDED: Exception (NoModificationAllowedError: Failed to set the 'outerHTML' property on 'Element': This element has no parent node.) was thrown as expected. [tested Element.outerHTML]

TEST SUCCEEDED: The value was the string 'null'. [tested HTMLElement.accessKey]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLElement.title]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLElement.lang]
TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.dir]
TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.innerText]
TEST SUCCEEDED: Exception (NoModificationAllowedError: Failed to set the 'outerText' property on 'HTMLElement': The element has no parent.) was thrown as expected. [tested HTMLElement.outerText]
TEST SUCCEEDED: Exception (SyntaxError: Failed to set the 'contentEditable' property on 'HTMLElement': The value provided ('null') is not one of 'true', 'false', 'plaintext-only', or 'inherit'.) was thrown as expected. [tested HTMLElement.contentEditable]

TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.charset]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.coords]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.download]
TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLAnchorElement.href]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.hreflang]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.name]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.ping]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.rel]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.rev]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.shape]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.target]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.type]

TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.alt]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.coords]
TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLAreaElement.href]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.ping]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.shape]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.target]

TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLAudioElement.preload]
TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLAudioElement.src]

TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLBaseElement.href]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLBaseElement.target]

TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLBlockquoteElement.cite]

TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.aLink]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLBodyElement.background]
TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.bgColor]
TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.link]
TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.text]
TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.vLink]

TEST SUCCEEDED: The value was the string 'null'. [tested HTMLBRElement.clear]

TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLButtonElement.formAction]
TEST SUCCEEDED: The value was the string 'application/x-www-form-urlencoded'. [tested HTMLButtonElement.formEnctype]
TEST SUCCEEDED: The value was the string 'get'. [tested HTMLButtonElement.formMethod]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLButtonElement.formTarget]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLButtonElement.name]
TEST SUCCEEDED: The value was the string 'submit'. [tested HTMLButtonElement.type]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLButtonElement.value]

TEST SUCCEEDED: The value was the string 'null'. [tested HTMLDivElement.align]

TEST SUCCEEDED: The value was the string 'null'. [tested HTMLEmbedElement.align]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLEmbedElement.height]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLEmbedElement.name]
TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLEmbedElement.src]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLEmbedElement.type]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLEmbedElement.width]

TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFieldSetElement.name]

TEST SUCCEEDED: The value was the empty string. [tested HTMLFontElement.color]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFontElement.face]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFontElement.size]

TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFormElement.acceptCharset]
TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLFormElement.action]
TEST SUCCEEDED: The value was the string 'on'. [tested HTMLFormElement.autocomplete]
TEST SUCCEEDED: The value was the string 'application/x-www-form-urlencoded'. [tested HTMLFormElement.enctype]
TEST SUCCEEDED: The value was the string 'application/x-www-form-urlencoded'. [tested HTMLFormElement.encoding]
TEST SUCCEEDED: The value was the string 'get'. [tested HTMLFormElement.method]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFormElement.name]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFormElement.target]

TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFrameElement.frameBorder]
TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLFrameElement.longDesc]
TEST SUCCEEDED: The value was the empty string. [tested HTMLFrameElement.marginHeight]
TEST SUCCEEDED: The value was the empty string. [tested HTMLFrameElement.marginWidth]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFrameElement.name]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFrameElement.scrolling]
TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLFrameElement.src]

TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFrameSetElement.cols]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFrameSetElement.rows]

TEST SUCCEEDED: The value was the string 'null'. [tested HTMLHeadingElement.align]

TEST SUCCEEDED: The value was the string 'null'. [tested HTMLHRElement.align]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLHRElement.color]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLHRElement.size]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLHRElement.width]

TEST SUCCEEDED: The value was the string 'null'. [tested HTMLHtmlElement.version]

TEST SUCCEEDED: The value was the string 'null'. [tested HTMLIFrameElement.align]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLIFrameElement.frameBorder]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLIFrameElement.height]
TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLIFrameElement.longDesc]
TEST SUCCEEDED: The value was the empty string. [tested HTMLIFrameElement.marginHeight]
TEST SUCCEEDED: The value was the empty string. [tested HTMLIFrameElement.marginWidth]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLIFrameElement.name]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLIFrameElement.scrolling]
TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLIFrameElement.src]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLIFrameElement.srcdoc]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLIFrameElement.width]

TEST SUCCEEDED: The value was the string 'null'. [tested HTMLImageElement.align]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLImageElement.alt]
TEST SUCCEEDED: The value was the empty string. [tested HTMLImageElement.border]
TEST SUCCEEDED: The value was null. [tested HTMLImageElement.crossOrigin]
TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLImageElement.longDesc]
TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLImageElement.lowsrc]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLImageElement.name]
TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLImageElement.src]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLImageElement.srcset]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLImageElement.useMap]

TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.accept]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.align]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.alt]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.autocomplete]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.defaultValue]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.dirName]
TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLInputElement.formAction]
TEST SUCCEEDED: The value was the string 'application/x-www-form-urlencoded'. [tested HTMLInputElement.formEnctype]
TEST SUCCEEDED: The value was the string 'get'. [tested HTMLInputElement.formMethod]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.formTarget]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.max]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.min]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.name]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.pattern]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.placeholder]
TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLInputElement.src]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.step]
TEST SUCCEEDED: The value was the string 'text'. [tested HTMLInputElement.type]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.useMap]

TEST SUCCEEDED: The value was the empty string. [tested HTMLInputElement.value]

TEST SUCCEEDED: The value was the string 'null'. [tested HTMLKeygenElement.challenge]
TEST SUCCEEDED: The value was the empty string. [tested HTMLKeygenElement.keytype]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLKeygenElement.name]

TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLabelElement.htmlFor]

TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLegendElement.align]

TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLIElement.type]

TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLinkElement.charset]
TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLLinkElement.href]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLinkElement.hreflang]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLinkElement.media]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLinkElement.rel]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLinkElement.rev]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLinkElement.target]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLinkElement.type]

TEST SUCCEEDED: The value was the string 'null'. [tested HTMLMapElement.name]

TEST SUCCEEDED: The value was the string 'null'. [tested HTMLMarqueeElement.behavior]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLMarqueeElement.bgColor]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLMarqueeElement.direction]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLMarqueeElement.height]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLMarqueeElement.width]

TEST SUCCEEDED: The value was the string 'null'. [tested HTMLMetaElement.content]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLMetaElement.httpEquiv]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLMetaElement.name]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLMetaElement.scheme]

TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLModElement.cite]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLModElement.dateTime]

TEST SUCCEEDED: The value was the string 'null'. [tested HTMLObjectElement.code]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLObjectElement.align]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLObjectElement.archive]
TEST SUCCEEDED: The value was the empty string. [tested HTMLObjectElement.border]
TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLObjectElement.codeBase]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLObjectElement.codeType]
TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLObjectElement.data]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLObjectElement.height]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLObjectElement.name]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLObjectElement.standby]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLObjectElement.type]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLObjectElement.useMap]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLObjectElement.width]

TEST SUCCEEDED: The value was the string 'null'. [tested HTMLOListElement.type]

TEST SUCCEEDED: The value was the string 'null'. [tested HTMLOptGroupElement.label]

TEST SUCCEEDED: The value was the string 'null'. [tested HTMLOptionElement.text]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLOptionElement.label]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLOptionElement.value]

TEST SUCCEEDED: The value was the string 'null'. [tested HTMLOutputElement.name]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLOutputElement.defaultValue]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLOutputElement.value]

TEST SUCCEEDED: The value was the string 'null'. [tested HTMLParagraphElement.align]

TEST SUCCEEDED: The value was the string 'null'. [tested HTMLParamElement.name]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLParamElement.type]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLParamElement.value]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLParamElement.valueType]

TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLQuoteElement.cite]

TEST SUCCEEDED: The value was the string 'null'. [tested HTMLScriptElement.text]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLScriptElement.htmlFor]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLScriptElement.event]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLScriptElement.charset]
TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLScriptElement.src]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLScriptElement.type]
TEST SUCCEEDED: The value was null. [tested HTMLScriptElement.crossOrigin]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLScriptElement.nonce]

TEST SUCCEEDED: The value was the empty string. [tested HTMLSelectElement.value]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLSelectElement.name]

TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLSourceElement.src]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLSourceElement.type]

TEST SUCCEEDED: The value was the string 'null'. [tested HTMLStyleElement.media]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLStyleElement.type]

TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableCaptionElement.align]

TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableCellElement.abbr]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableCellElement.align]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableCellElement.axis]
TEST SUCCEEDED: The value was the empty string. [tested HTMLTableCellElement.bgColor]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableCellElement.ch]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableCellElement.chOff]
TEST SUCCEEDED: The value was the empty string. [tested HTMLTableCellElement.headers]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableCellElement.height]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableCellElement.scope]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableCellElement.vAlign]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableCellElement.width]

TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableColElement.align]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableColElement.ch]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableColElement.chOff]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableColElement.vAlign]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableColElement.width]

TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableElement.align]
TEST SUCCEEDED: The value was the empty string. [tested HTMLTableElement.bgColor]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableElement.border]
TEST SUCCEEDED: The value was the empty string. [tested HTMLTableElement.cellPadding]
TEST SUCCEEDED: The value was the empty string. [tested HTMLTableElement.cellSpacing]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableElement.frame]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableElement.rules]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableElement.summary]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableElement.width]

TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableRowElement.align]
TEST SUCCEEDED: The value was the empty string. [tested HTMLTableRowElement.bgColor]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableRowElement.ch]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableRowElement.chOff]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableRowElement.vAlign]

TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableSectionElement.align]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableSectionElement.ch]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableSectionElement.chOff]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableSectionElement.vAlign]

TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTextAreaElement.defaultValue]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTextAreaElement.dirName]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTextAreaElement.inputMode]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTextAreaElement.name]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTextAreaElement.placeholder]
TEST SUCCEEDED: The value was the empty string. [tested HTMLTextAreaElement.value]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTextAreaElement.wrap]

TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTitleElement.text]

TEST SUCCEEDED: The value was the string 'subtitles'. [tested HTMLTrackElement.kind]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.label]
TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLTrackElement.src]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclang]

TEST SUCCEEDED: The value was the string 'null'. [tested HTMLUListElement.type]

TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLVideoElement.poster]
TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLVideoElement.preload]
TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLVideoElement.src]