Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / element-attribute-js-null-expected.txt
blobe413953c06443c78e9aa886a53ac8601683b7664
1 This test setting various attributes of a elements to JavaScript null.
3 TEST SUCCEEDED: The value was null. [tested Node.nodeValue]
4 TEST SUCCEEDED: The value was the empty string. [tested Node.textContent]
6 TEST SUCCEEDED: The value was the string 'null'. [tested Element.id]
7 TEST SUCCEEDED: The value was the string 'null'. [tested Element.className]
8 TEST SUCCEEDED: The value was the empty string. [tested Element.innerHTML]
9 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]
11 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLElement.accessKey]
12 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLElement.title]
13 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLElement.lang]
14 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.dir]
15 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.innerText]
16 TEST SUCCEEDED: Exception (NoModificationAllowedError: Failed to set the 'outerText' property on 'HTMLElement': The element has no parent.) was thrown as expected. [tested HTMLElement.outerText]
17 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]
19 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.charset]
20 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.coords]
21 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.download]
22 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLAnchorElement.href]
23 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.hreflang]
24 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.name]
25 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.ping]
26 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.rel]
27 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.rev]
28 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.shape]
29 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.target]
30 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAnchorElement.type]
32 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.alt]
33 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.coords]
34 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLAreaElement.href]
35 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.ping]
36 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.shape]
37 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.target]
39 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAudioElement.mediaGroup]
40 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLAudioElement.preload]
41 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLAudioElement.src]
43 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLBaseElement.href]
44 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLBaseElement.target]
46 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLBlockquoteElement.cite]
48 TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.aLink]
49 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLBodyElement.background]
50 TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.bgColor]
51 TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.link]
52 TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.text]
53 TEST SUCCEEDED: The value was the empty string. [tested HTMLBodyElement.vLink]
55 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLBRElement.clear]
57 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLButtonElement.formAction]
58 TEST SUCCEEDED: The value was the string 'application/x-www-form-urlencoded'. [tested HTMLButtonElement.formEnctype]
59 TEST SUCCEEDED: The value was the string 'get'. [tested HTMLButtonElement.formMethod]
60 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLButtonElement.formTarget]
61 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLButtonElement.name]
62 TEST SUCCEEDED: The value was the string 'submit'. [tested HTMLButtonElement.type]
63 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLButtonElement.value]
65 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLDivElement.align]
67 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLEmbedElement.align]
68 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLEmbedElement.height]
69 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLEmbedElement.name]
70 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLEmbedElement.src]
71 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLEmbedElement.type]
72 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLEmbedElement.width]
74 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFieldSetElement.name]
76 TEST SUCCEEDED: The value was the empty string. [tested HTMLFontElement.color]
77 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFontElement.face]
78 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFontElement.size]
80 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFormElement.acceptCharset]
81 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLFormElement.action]
82 TEST SUCCEEDED: The value was the string 'on'. [tested HTMLFormElement.autocomplete]
83 TEST SUCCEEDED: The value was the string 'application/x-www-form-urlencoded'. [tested HTMLFormElement.enctype]
84 TEST SUCCEEDED: The value was the string 'application/x-www-form-urlencoded'. [tested HTMLFormElement.encoding]
85 TEST SUCCEEDED: The value was the string 'get'. [tested HTMLFormElement.method]
86 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFormElement.name]
87 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFormElement.target]
89 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFrameElement.frameBorder]
90 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLFrameElement.longDesc]
91 TEST SUCCEEDED: The value was the empty string. [tested HTMLFrameElement.marginHeight]
92 TEST SUCCEEDED: The value was the empty string. [tested HTMLFrameElement.marginWidth]
93 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFrameElement.name]
94 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFrameElement.scrolling]
95 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLFrameElement.src]
97 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFrameSetElement.cols]
98 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFrameSetElement.rows]
100 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLHeadingElement.align]
102 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLHRElement.align]
103 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLHRElement.color]
104 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLHRElement.size]
105 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLHRElement.width]
107 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLHtmlElement.version]
109 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLIFrameElement.align]
110 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLIFrameElement.frameBorder]
111 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLIFrameElement.height]
112 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLIFrameElement.longDesc]
113 TEST SUCCEEDED: The value was the empty string. [tested HTMLIFrameElement.marginHeight]
114 TEST SUCCEEDED: The value was the empty string. [tested HTMLIFrameElement.marginWidth]
115 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLIFrameElement.name]
116 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLIFrameElement.scrolling]
117 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLIFrameElement.src]
118 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLIFrameElement.srcdoc]
119 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLIFrameElement.width]
121 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLImageElement.align]
122 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLImageElement.alt]
123 TEST SUCCEEDED: The value was the empty string. [tested HTMLImageElement.border]
124 TEST SUCCEEDED: The value was null. [tested HTMLImageElement.crossOrigin]
125 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLImageElement.longDesc]
126 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLImageElement.lowsrc]
127 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLImageElement.name]
128 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLImageElement.src]
129 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLImageElement.srcset]
130 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLImageElement.useMap]
132 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.accept]
133 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.align]
134 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.alt]
135 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.autocomplete]
136 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.defaultValue]
137 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.dirName]
138 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLInputElement.formAction]
139 TEST SUCCEEDED: The value was the string 'application/x-www-form-urlencoded'. [tested HTMLInputElement.formEnctype]
140 TEST SUCCEEDED: The value was the string 'get'. [tested HTMLInputElement.formMethod]
141 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.formTarget]
142 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.max]
143 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.min]
144 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.name]
145 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.pattern]
146 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.placeholder]
147 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLInputElement.src]
148 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.step]
149 TEST SUCCEEDED: The value was the string 'text'. [tested HTMLInputElement.type]
150 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.useMap]
152 TEST SUCCEEDED: The value was the empty string. [tested HTMLInputElement.value]
154 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLKeygenElement.challenge]
155 TEST SUCCEEDED: The value was the empty string. [tested HTMLKeygenElement.keytype]
156 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLKeygenElement.name]
158 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLabelElement.htmlFor]
160 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLegendElement.align]
162 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLIElement.type]
164 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLinkElement.charset]
165 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLLinkElement.href]
166 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLinkElement.hreflang]
167 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLinkElement.media]
168 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLinkElement.rel]
169 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLinkElement.rev]
170 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLinkElement.target]
171 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLinkElement.type]
173 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLMapElement.name]
175 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLMarqueeElement.behavior]
176 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLMarqueeElement.bgColor]
177 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLMarqueeElement.direction]
178 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLMarqueeElement.height]
179 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLMarqueeElement.width]
181 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLMetaElement.content]
182 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLMetaElement.httpEquiv]
183 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLMetaElement.name]
184 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLMetaElement.scheme]
186 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLModElement.cite]
187 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLModElement.dateTime]
189 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLObjectElement.code]
190 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLObjectElement.align]
191 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLObjectElement.archive]
192 TEST SUCCEEDED: The value was the empty string. [tested HTMLObjectElement.border]
193 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLObjectElement.codeBase]
194 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLObjectElement.codeType]
195 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLObjectElement.data]
196 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLObjectElement.height]
197 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLObjectElement.name]
198 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLObjectElement.standby]
199 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLObjectElement.type]
200 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLObjectElement.useMap]
201 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLObjectElement.width]
203 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLOListElement.type]
205 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLOptGroupElement.label]
207 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLOptionElement.text]
208 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLOptionElement.label]
209 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLOptionElement.value]
211 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLOutputElement.name]
212 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLOutputElement.defaultValue]
213 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLOutputElement.value]
215 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLParagraphElement.align]
217 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLParamElement.name]
218 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLParamElement.type]
219 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLParamElement.value]
220 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLParamElement.valueType]
222 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLQuoteElement.cite]
224 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLScriptElement.text]
225 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLScriptElement.htmlFor]
226 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLScriptElement.event]
227 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLScriptElement.charset]
228 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLScriptElement.src]
229 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLScriptElement.type]
230 TEST SUCCEEDED: The value was null. [tested HTMLScriptElement.crossOrigin]
231 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLScriptElement.nonce]
233 TEST SUCCEEDED: The value was the empty string. [tested HTMLSelectElement.value]
234 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLSelectElement.name]
236 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLSourceElement.src]
237 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLSourceElement.type]
239 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLStyleElement.media]
240 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLStyleElement.type]
242 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableCaptionElement.align]
244 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableCellElement.abbr]
245 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableCellElement.align]
246 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableCellElement.axis]
247 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableCellElement.bgColor]
248 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableCellElement.ch]
249 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableCellElement.chOff]
250 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableCellElement.headers]
251 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableCellElement.height]
252 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableCellElement.scope]
253 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableCellElement.vAlign]
254 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableCellElement.width]
256 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableColElement.align]
257 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableColElement.ch]
258 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableColElement.chOff]
259 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableColElement.vAlign]
260 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableColElement.width]
262 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableElement.align]
263 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableElement.bgColor]
264 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableElement.border]
265 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableElement.cellPadding]
266 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableElement.cellSpacing]
267 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableElement.frame]
268 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableElement.rules]
269 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableElement.summary]
270 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableElement.width]
272 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableRowElement.align]
273 TEST SUCCEEDED: The value was the empty string. [tested HTMLTableRowElement.bgColor]
274 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableRowElement.ch]
275 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableRowElement.chOff]
276 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableRowElement.vAlign]
278 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableSectionElement.align]
279 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableSectionElement.ch]
280 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableSectionElement.chOff]
281 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableSectionElement.vAlign]
283 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTextAreaElement.defaultValue]
284 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTextAreaElement.dirName]
285 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTextAreaElement.inputMode]
286 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTextAreaElement.name]
287 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTextAreaElement.placeholder]
288 TEST SUCCEEDED: The value was the empty string. [tested HTMLTextAreaElement.value]
289 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTextAreaElement.wrap]
291 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTitleElement.text]
293 TEST SUCCEEDED: The value was the string 'subtitles'. [tested HTMLTrackElement.kind]
294 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.label]
295 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLTrackElement.src]
296 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclang]
298 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLUListElement.type]
300 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLVideoElement.mediaGroup]
301 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLVideoElement.poster]
302 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLVideoElement.preload]
303 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLVideoElement.src]