Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / dom / wrapper-classes-expected.txt
1 This tests wrapper class names for JavaScript.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 PASS successfullyParsed is true
7
8 TEST COMPLETE
9 Basics
10
11 PASS classString(document.createAttribute()) is "Attr"
12 FAIL classString(document.createAttribute().__proto__) should be AttrPrototype. Was Object.
13 PASS classString(document.createAttribute().constructor) is "Function"
14 PASS document.createAttribute().constructor.name is "Attr"
15 PASS classString(document.createComment('')) is "Comment"
16 FAIL classString(document.createComment('').__proto__) should be CommentPrototype. Was Object.
17 PASS classString(document.createComment('').constructor) is "Function"
18 PASS document.createComment('').constructor.name is "Comment"
19 PASS classString(document.createDocumentFragment()) is "DocumentFragment"
20 FAIL classString(document.createDocumentFragment().__proto__) should be DocumentFragmentPrototype. Was Object.
21 PASS classString(document.createDocumentFragment().constructor) is "Function"
22 PASS document.createDocumentFragment().constructor.name is "DocumentFragment"
23 PASS classString(document.implementation) is "DOMImplementation"
24 FAIL classString(document.implementation.__proto__) should be DOMImplementationPrototype. Was Object.
25 PASS classString(document.implementation.constructor) is "Function"
26 PASS document.implementation.constructor.name is "DOMImplementation"
27 PASS classString(root.attributes) is "NamedNodeMap"
28 FAIL classString(root.attributes.__proto__) should be NamedNodeMapPrototype. Was Object.
29 PASS classString(root.attributes.constructor) is "Function"
30 PASS root.attributes.constructor.name is "NamedNodeMap"
31 PASS classString(document.createNodeIterator(root, 0, null, false)) is "NodeIterator"
32 FAIL classString(document.createNodeIterator(root, 0, null, false).__proto__) should be NodeIteratorPrototype. Was Object.
33 PASS classString(document.createNodeIterator(root, 0, null, false).constructor) is "Function"
34 PASS document.createNodeIterator(root, 0, null, false).constructor.name is "NodeIterator"
35 PASS classString(document.getElementsByTagName('div')) is "HTMLCollection"
36 FAIL classString(document.getElementsByTagName('div').__proto__) should be HTMLCollectionPrototype. Was Object.
37 PASS classString(document.getElementsByTagName('div').constructor) is "Function"
38 PASS document.getElementsByTagName('div').constructor.name is "HTMLCollection"
39 PASS classString(document.createRange()) is "Range"
40 FAIL classString(document.createRange().__proto__) should be RangePrototype. Was Object.
41 PASS classString(document.createRange().constructor) is "Function"
42 PASS document.createRange().constructor.name is "Range"
43 PASS classString(document.createTextNode('')) is "Text"
44 FAIL classString(document.createTextNode('').__proto__) should be TextPrototype. Was Object.
45 PASS classString(document.createTextNode('').constructor) is "Function"
46 PASS document.createTextNode('').constructor.name is "Text"
47 PASS classString(document.createTreeWalker(root, 0, null, false)) is "TreeWalker"
48 FAIL classString(document.createTreeWalker(root, 0, null, false).__proto__) should be TreeWalkerPrototype. Was Object.
49 PASS classString(document.createTreeWalker(root, 0, null, false).constructor) is "Function"
50 PASS document.createTreeWalker(root, 0, null, false).constructor.name is "TreeWalker"
51
52 XML
53
54 PASS classString(xmlDocument) is "XMLDocument"
55 FAIL classString(xmlDocument.__proto__) should be XMLDocumentPrototype. Was Object.
56 PASS classString(xmlDocument.constructor) is "Function"
57 PASS xmlDocument.constructor.name is "XMLDocument"
58 PASS classString(xmlDocument.createCDATASection()) is "CDATASection"
59 FAIL classString(xmlDocument.createCDATASection().__proto__) should be CDATASectionPrototype. Was Object.
60 PASS classString(xmlDocument.createCDATASection().constructor) is "Function"
61 PASS xmlDocument.createCDATASection().constructor.name is "CDATASection"
62 PASS classString(xmlDocument.createElementNS('x', 'x', 'x')) is "Element"
63 FAIL classString(xmlDocument.createElementNS('x', 'x', 'x').__proto__) should be ElementPrototype. Was Object.
64 PASS classString(xmlDocument.createElementNS('x', 'x', 'x').constructor) is "Function"
65 PASS xmlDocument.createElementNS('x', 'x', 'x').constructor.name is "Element"
66 PASS classString(xmlDocument.createProcessingInstruction('x', '')) is "ProcessingInstruction"
67 FAIL classString(xmlDocument.createProcessingInstruction('x', '').__proto__) should be ProcessingInstructionPrototype. Was Object.
68 PASS classString(xmlDocument.createProcessingInstruction('x', '').constructor) is "Function"
69 PASS xmlDocument.createProcessingInstruction('x', '').constructor.name is "ProcessingInstruction"
70
71 Events
72
73 PASS classString(document.createEvent('Event')) is "Event"
74 FAIL classString(document.createEvent('Event').__proto__) should be EventPrototype. Was Object.
75 PASS classString(document.createEvent('Event').constructor) is "Function"
76 PASS document.createEvent('Event').constructor.name is "Event"
77 PASS classString(document.createEvent('KeyboardEvent')) is "KeyboardEvent"
78 FAIL classString(document.createEvent('KeyboardEvent').__proto__) should be KeyboardEventPrototype. Was Object.
79 PASS classString(document.createEvent('KeyboardEvent').constructor) is "Function"
80 PASS document.createEvent('KeyboardEvent').constructor.name is "KeyboardEvent"
81 PASS classString(document.createEvent('MouseEvent')) is "MouseEvent"
82 FAIL classString(document.createEvent('MouseEvent').__proto__) should be MouseEventPrototype. Was Object.
83 PASS classString(document.createEvent('MouseEvent').constructor) is "Function"
84 PASS document.createEvent('MouseEvent').constructor.name is "MouseEvent"
85 PASS classString(document.createEvent('MutationEvent')) is "MutationEvent"
86 FAIL classString(document.createEvent('MutationEvent').__proto__) should be MutationEventPrototype. Was Object.
87 PASS classString(document.createEvent('MutationEvent').constructor) is "Function"
88 PASS document.createEvent('MutationEvent').constructor.name is "MutationEvent"
89 PASS classString(document.createEvent('OverflowEvent')) is "OverflowEvent"
90 FAIL classString(document.createEvent('OverflowEvent').__proto__) should be OverflowEventPrototype. Was Object.
91 PASS classString(document.createEvent('OverflowEvent').constructor) is "Function"
92 PASS document.createEvent('OverflowEvent').constructor.name is "OverflowEvent"
93 PASS classString(document.createEvent('TextEvent')) is "TextEvent"
94 FAIL classString(document.createEvent('TextEvent').__proto__) should be TextEventPrototype. Was Object.
95 PASS classString(document.createEvent('TextEvent').constructor) is "Function"
96 PASS document.createEvent('TextEvent').constructor.name is "TextEvent"
97 PASS classString(document.createEvent('UIEvent')) is "UIEvent"
98 FAIL classString(document.createEvent('UIEvent').__proto__) should be UIEventPrototype. Was Object.
99 PASS classString(document.createEvent('UIEvent').constructor) is "Function"
100 PASS document.createEvent('UIEvent').constructor.name is "UIEvent"
101 PASS classString(document.createEvent('WheelEvent')) is "WheelEvent"
102 FAIL classString(document.createEvent('WheelEvent').__proto__) should be WheelEventPrototype. Was Object.
103 PASS classString(document.createEvent('WheelEvent').constructor) is "Function"
104 PASS document.createEvent('WheelEvent').constructor.name is "WheelEvent"
105
106 CSS DOM
107
108 PASS classString(document.styleSheets) is "StyleSheetList"
109 FAIL classString(document.styleSheets.__proto__) should be StyleSheetListPrototype. Was Object.
110 PASS classString(document.styleSheets.constructor) is "Function"
111 PASS document.styleSheets.constructor.name is "StyleSheetList"
112 PASS classString(stylesheet) is "CSSStyleSheet"
113 FAIL classString(stylesheet.__proto__) should be CSSStyleSheetPrototype. Was Object.
114 PASS classString(stylesheet.constructor) is "Function"
115 PASS stylesheet.constructor.name is "CSSStyleSheet"
116 PASS classString(stylesheet.cssRules) is "CSSRuleList"
117 FAIL classString(stylesheet.cssRules.__proto__) should be CSSRuleListPrototype. Was Object.
118 PASS classString(stylesheet.cssRules.constructor) is "Function"
119 PASS stylesheet.cssRules.constructor.name is "CSSRuleList"
120 PASS classString(stylesheet.cssRules.item(0)) is "CSSStyleRule"
121 FAIL classString(stylesheet.cssRules.item(0).__proto__) should be CSSStyleRulePrototype. Was Object.
122 PASS classString(stylesheet.cssRules.item(0).constructor) is "Function"
123 PASS stylesheet.cssRules.item(0).constructor.name is "CSSStyleRule"
124 PASS classString(stylesheet.cssRules.item(0).style) is "CSSStyleDeclaration"
125 FAIL classString(stylesheet.cssRules.item(0).style.__proto__) should be CSSStyleDeclarationPrototype. Was Object.
126 PASS classString(stylesheet.cssRules.item(0).style.constructor) is "Function"
127 PASS stylesheet.cssRules.item(0).style.constructor.name is "CSSStyleDeclaration"
128 PASS classString(stylesheet.media) is "MediaList"
129 FAIL classString(stylesheet.media.__proto__) should be MediaListPrototype. Was Object.
130 PASS classString(stylesheet.media.constructor) is "Function"
131 PASS stylesheet.media.constructor.name is "MediaList"
132
133 XPath
134
135 PASS classString(document.createExpression('//*', document.createNSResolver(document))) is "XPathExpression"
136 FAIL classString(document.createExpression('//*', document.createNSResolver(document)).__proto__) should be XPathExpressionPrototype. Was Object.
137 PASS classString(document.createExpression('//*', document.createNSResolver(document)).constructor) is "Function"
138 PASS document.createExpression('//*', document.createNSResolver(document)).constructor.name is "XPathExpression"
139 PASS classString(document.evaluate('//*', document, document.createNSResolver(document), 0, null)) is "XPathResult"
140 FAIL classString(document.evaluate('//*', document, document.createNSResolver(document), 0, null).__proto__) should be XPathResultPrototype. Was Object.
141 PASS classString(document.evaluate('//*', document, document.createNSResolver(document), 0, null).constructor) is "Function"
142 PASS document.evaluate('//*', document, document.createNSResolver(document), 0, null).constructor.name is "XPathResult"
143
144 Other
145
146 FAIL classString(window) should be Window. Was global.
147 FAIL classString(window.__proto__) should be WindowPrototype. Was Object.
148 PASS classString(window.constructor) is "Function"
149 PASS window.constructor.name is "Window"
150
151 HTML DOM
152
153 PASS classString(root.children) is "HTMLCollection"
154 FAIL classString(root.children.__proto__) should be HTMLCollectionPrototype. Was Object.
155 PASS classString(root.children.constructor) is "Function"
156 PASS root.children.constructor.name is "HTMLCollection"
157 PASS classString(document) is "HTMLDocument"
158 FAIL classString(document.__proto__) should be HTMLDocumentPrototype. Was Object.
159 PASS classString(document.constructor) is "Function"
160 PASS document.constructor.name is "HTMLDocument"
161 PASS classString(document.createElement('select').options) is "HTMLOptionsCollection"
162 FAIL classString(document.createElement('select').options.__proto__) should be HTMLOptionsCollectionPrototype. Was Object.
163 PASS classString(document.createElement('select').options.constructor) is "Function"
164 PASS document.createElement('select').options.constructor.name is "HTMLOptionsCollection"
165
166 HTML Elements
167
168 PASS tagClassString('a') is "HTMLAnchorElement"
169 FAIL tagPrototypeClassString('a') should be HTMLAnchorElementPrototype. Was Object.
170 PASS tagConstructorClassString('a') is "Function"
171 PASS tagConstructorName('a') is "HTMLAnchorElement"
172 PASS tagClassString('abbr') is "HTMLElement"
173 FAIL tagPrototypeClassString('abbr') should be HTMLElementPrototype. Was Object.
174 PASS tagConstructorClassString('abbr') is "Function"
175 PASS tagConstructorName('abbr') is "HTMLElement"
176 PASS tagClassString('acronym') is "HTMLElement"
177 FAIL tagPrototypeClassString('acronym') should be HTMLElementPrototype. Was Object.
178 PASS tagConstructorClassString('acronym') is "Function"
179 PASS tagConstructorName('acronym') is "HTMLElement"
180 PASS tagClassString('address') is "HTMLElement"
181 FAIL tagPrototypeClassString('address') should be HTMLElementPrototype. Was Object.
182 PASS tagConstructorClassString('address') is "Function"
183 PASS tagConstructorName('address') is "HTMLElement"
184 PASS tagClassString('applet') is "HTMLAppletElement"
185 FAIL tagPrototypeClassString('applet') should be HTMLAppletElementPrototype. Was Object.
186 PASS tagConstructorClassString('applet') is "Function"
187 PASS tagConstructorName('applet') is "HTMLAppletElement"
188 PASS tagClassString('area') is "HTMLAreaElement"
189 FAIL tagPrototypeClassString('area') should be HTMLAreaElementPrototype. Was Object.
190 PASS tagConstructorClassString('area') is "Function"
191 PASS tagConstructorName('area') is "HTMLAreaElement"
192 PASS tagClassString('article') is "HTMLElement"
193 FAIL tagPrototypeClassString('article') should be HTMLElementPrototype. Was Object.
194 PASS tagConstructorClassString('article') is "Function"
195 PASS tagConstructorName('article') is "HTMLElement"
196 PASS tagClassString('aside') is "HTMLElement"
197 FAIL tagPrototypeClassString('aside') should be HTMLElementPrototype. Was Object.
198 PASS tagConstructorClassString('aside') is "Function"
199 PASS tagConstructorName('aside') is "HTMLElement"
200 PASS tagClassString('b') is "HTMLElement"
201 FAIL tagPrototypeClassString('b') should be HTMLElementPrototype. Was Object.
202 PASS tagConstructorClassString('b') is "Function"
203 PASS tagConstructorName('b') is "HTMLElement"
204 PASS tagClassString('base') is "HTMLBaseElement"
205 FAIL tagPrototypeClassString('base') should be HTMLBaseElementPrototype. Was Object.
206 PASS tagConstructorClassString('base') is "Function"
207 PASS tagConstructorName('base') is "HTMLBaseElement"
208 PASS tagClassString('basefont') is "HTMLElement"
209 FAIL tagPrototypeClassString('basefont') should be HTMLElementPrototype. Was Object.
210 PASS tagConstructorClassString('basefont') is "Function"
211 PASS tagConstructorName('basefont') is "HTMLElement"
212 PASS tagClassString('bdo') is "HTMLElement"
213 FAIL tagPrototypeClassString('bdo') should be HTMLElementPrototype. Was Object.
214 PASS tagConstructorClassString('bdo') is "Function"
215 PASS tagConstructorName('bdo') is "HTMLElement"
216 PASS tagClassString('big') is "HTMLElement"
217 FAIL tagPrototypeClassString('big') should be HTMLElementPrototype. Was Object.
218 PASS tagConstructorClassString('big') is "Function"
219 PASS tagConstructorName('big') is "HTMLElement"
220 PASS tagClassString('blockquote') is "HTMLQuoteElement"
221 FAIL tagPrototypeClassString('blockquote') should be HTMLQuoteElementPrototype. Was Object.
222 PASS tagConstructorClassString('blockquote') is "Function"
223 PASS tagConstructorName('blockquote') is "HTMLQuoteElement"
224 PASS tagClassString('body') is "HTMLBodyElement"
225 FAIL tagPrototypeClassString('body') should be HTMLBodyElementPrototype. Was Object.
226 PASS tagConstructorClassString('body') is "Function"
227 PASS tagConstructorName('body') is "HTMLBodyElement"
228 PASS tagClassString('br') is "HTMLBRElement"
229 FAIL tagPrototypeClassString('br') should be HTMLBRElementPrototype. Was Object.
230 PASS tagConstructorClassString('br') is "Function"
231 PASS tagConstructorName('br') is "HTMLBRElement"
232 PASS tagClassString('button') is "HTMLButtonElement"
233 FAIL tagPrototypeClassString('button') should be HTMLButtonElementPrototype. Was Object.
234 PASS tagConstructorClassString('button') is "Function"
235 PASS tagConstructorName('button') is "HTMLButtonElement"
236 PASS tagClassString('canvas') is "HTMLCanvasElement"
237 FAIL tagPrototypeClassString('canvas') should be HTMLCanvasElementPrototype. Was Object.
238 PASS tagConstructorClassString('canvas') is "Function"
239 PASS tagConstructorName('canvas') is "HTMLCanvasElement"
240 PASS tagClassString('caption') is "HTMLTableCaptionElement"
241 FAIL tagPrototypeClassString('caption') should be HTMLTableCaptionElementPrototype. Was Object.
242 PASS tagConstructorClassString('caption') is "Function"
243 PASS tagConstructorName('caption') is "HTMLTableCaptionElement"
244 PASS tagClassString('center') is "HTMLElement"
245 FAIL tagPrototypeClassString('center') should be HTMLElementPrototype. Was Object.
246 PASS tagConstructorClassString('center') is "Function"
247 PASS tagConstructorName('center') is "HTMLElement"
248 PASS tagClassString('cite') is "HTMLElement"
249 FAIL tagPrototypeClassString('cite') should be HTMLElementPrototype. Was Object.
250 PASS tagConstructorClassString('cite') is "Function"
251 PASS tagConstructorName('cite') is "HTMLElement"
252 PASS tagClassString('code') is "HTMLElement"
253 FAIL tagPrototypeClassString('code') should be HTMLElementPrototype. Was Object.
254 PASS tagConstructorClassString('code') is "Function"
255 PASS tagConstructorName('code') is "HTMLElement"
256 PASS tagClassString('col') is "HTMLTableColElement"
257 FAIL tagPrototypeClassString('col') should be HTMLTableColElementPrototype. Was Object.
258 PASS tagConstructorClassString('col') is "Function"
259 PASS tagConstructorName('col') is "HTMLTableColElement"
260 PASS tagClassString('colgroup') is "HTMLTableColElement"
261 FAIL tagPrototypeClassString('colgroup') should be HTMLTableColElementPrototype. Was Object.
262 PASS tagConstructorClassString('colgroup') is "Function"
263 PASS tagConstructorName('colgroup') is "HTMLTableColElement"
264 PASS tagClassString('dd') is "HTMLElement"
265 FAIL tagPrototypeClassString('dd') should be HTMLElementPrototype. Was Object.
266 PASS tagConstructorClassString('dd') is "Function"
267 PASS tagConstructorName('dd') is "HTMLElement"
268 PASS tagClassString('del') is "HTMLModElement"
269 FAIL tagPrototypeClassString('del') should be HTMLModElementPrototype. Was Object.
270 PASS tagConstructorClassString('del') is "Function"
271 PASS tagConstructorName('del') is "HTMLModElement"
272 PASS tagClassString('dfn') is "HTMLElement"
273 FAIL tagPrototypeClassString('dfn') should be HTMLElementPrototype. Was Object.
274 PASS tagConstructorClassString('dfn') is "Function"
275 PASS tagConstructorName('dfn') is "HTMLElement"
276 PASS tagClassString('dir') is "HTMLDirectoryElement"
277 FAIL tagPrototypeClassString('dir') should be HTMLDirectoryElementPrototype. Was Object.
278 PASS tagConstructorClassString('dir') is "Function"
279 PASS tagConstructorName('dir') is "HTMLDirectoryElement"
280 PASS tagClassString('div') is "HTMLDivElement"
281 FAIL tagPrototypeClassString('div') should be HTMLDivElementPrototype. Was Object.
282 PASS tagConstructorClassString('div') is "Function"
283 PASS tagConstructorName('div') is "HTMLDivElement"
284 PASS tagClassString('dl') is "HTMLDListElement"
285 FAIL tagPrototypeClassString('dl') should be HTMLDListElementPrototype. Was Object.
286 PASS tagConstructorClassString('dl') is "Function"
287 PASS tagConstructorName('dl') is "HTMLDListElement"
288 PASS tagClassString('dt') is "HTMLElement"
289 FAIL tagPrototypeClassString('dt') should be HTMLElementPrototype. Was Object.
290 PASS tagConstructorClassString('dt') is "Function"
291 PASS tagConstructorName('dt') is "HTMLElement"
292 PASS tagClassString('em') is "HTMLElement"
293 FAIL tagPrototypeClassString('em') should be HTMLElementPrototype. Was Object.
294 PASS tagConstructorClassString('em') is "Function"
295 PASS tagConstructorName('em') is "HTMLElement"
296 PASS tagClassString('embed') is "HTMLEmbedElement"
297 FAIL tagPrototypeClassString('embed') should be HTMLEmbedElementPrototype. Was Object.
298 PASS tagConstructorClassString('embed') is "Function"
299 PASS tagConstructorName('embed') is "HTMLEmbedElement"
300 PASS tagClassString('fieldset') is "HTMLFieldSetElement"
301 FAIL tagPrototypeClassString('fieldset') should be HTMLFieldSetElementPrototype. Was Object.
302 PASS tagConstructorClassString('fieldset') is "Function"
303 PASS tagConstructorName('fieldset') is "HTMLFieldSetElement"
304 PASS tagClassString('font') is "HTMLFontElement"
305 FAIL tagPrototypeClassString('font') should be HTMLFontElementPrototype. Was Object.
306 PASS tagConstructorClassString('font') is "Function"
307 PASS tagConstructorName('font') is "HTMLFontElement"
308 PASS tagClassString('footer') is "HTMLElement"
309 FAIL tagPrototypeClassString('footer') should be HTMLElementPrototype. Was Object.
310 PASS tagConstructorClassString('footer') is "Function"
311 PASS tagConstructorName('footer') is "HTMLElement"
312 PASS tagClassString('form') is "HTMLFormElement"
313 FAIL tagPrototypeClassString('form') should be HTMLFormElementPrototype. Was Object.
314 PASS tagConstructorClassString('form') is "Function"
315 PASS tagConstructorName('form') is "HTMLFormElement"
316 PASS tagClassString('frame') is "HTMLFrameElement"
317 FAIL tagPrototypeClassString('frame') should be HTMLFrameElementPrototype. Was Object.
318 PASS tagConstructorClassString('frame') is "Function"
319 PASS tagConstructorName('frame') is "HTMLFrameElement"
320 PASS tagClassString('frameset') is "HTMLFrameSetElement"
321 FAIL tagPrototypeClassString('frameset') should be HTMLFrameSetElementPrototype. Was Object.
322 PASS tagConstructorClassString('frameset') is "Function"
323 PASS tagConstructorName('frameset') is "HTMLFrameSetElement"
324 PASS tagClassString('head') is "HTMLHeadElement"
325 FAIL tagPrototypeClassString('head') should be HTMLHeadElementPrototype. Was Object.
326 PASS tagConstructorClassString('head') is "Function"
327 PASS tagConstructorName('head') is "HTMLHeadElement"
328 PASS tagClassString('h1') is "HTMLHeadingElement"
329 FAIL tagPrototypeClassString('h1') should be HTMLHeadingElementPrototype. Was Object.
330 PASS tagConstructorClassString('h1') is "Function"
331 PASS tagConstructorName('h1') is "HTMLHeadingElement"
332 PASS tagClassString('h2') is "HTMLHeadingElement"
333 FAIL tagPrototypeClassString('h2') should be HTMLHeadingElementPrototype. Was Object.
334 PASS tagConstructorClassString('h2') is "Function"
335 PASS tagConstructorName('h2') is "HTMLHeadingElement"
336 PASS tagClassString('h3') is "HTMLHeadingElement"
337 FAIL tagPrototypeClassString('h3') should be HTMLHeadingElementPrototype. Was Object.
338 PASS tagConstructorClassString('h3') is "Function"
339 PASS tagConstructorName('h3') is "HTMLHeadingElement"
340 PASS tagClassString('h4') is "HTMLHeadingElement"
341 FAIL tagPrototypeClassString('h4') should be HTMLHeadingElementPrototype. Was Object.
342 PASS tagConstructorClassString('h4') is "Function"
343 PASS tagConstructorName('h4') is "HTMLHeadingElement"
344 PASS tagClassString('h5') is "HTMLHeadingElement"
345 FAIL tagPrototypeClassString('h5') should be HTMLHeadingElementPrototype. Was Object.
346 PASS tagConstructorClassString('h5') is "Function"
347 PASS tagConstructorName('h5') is "HTMLHeadingElement"
348 PASS tagClassString('h6') is "HTMLHeadingElement"
349 FAIL tagPrototypeClassString('h6') should be HTMLHeadingElementPrototype. Was Object.
350 PASS tagConstructorClassString('h6') is "Function"
351 PASS tagConstructorName('h6') is "HTMLHeadingElement"
352 PASS tagClassString('head') is "HTMLHeadElement"
353 FAIL tagPrototypeClassString('head') should be HTMLHeadElementPrototype. Was Object.
354 PASS tagConstructorClassString('head') is "Function"
355 PASS tagConstructorName('head') is "HTMLHeadElement"
356 PASS tagClassString('header') is "HTMLElement"
357 FAIL tagPrototypeClassString('header') should be HTMLElementPrototype. Was Object.
358 PASS tagConstructorClassString('header') is "Function"
359 PASS tagConstructorName('header') is "HTMLElement"
360 PASS tagClassString('hgroup') is "HTMLElement"
361 FAIL tagPrototypeClassString('hgroup') should be HTMLElementPrototype. Was Object.
362 PASS tagConstructorClassString('hgroup') is "Function"
363 PASS tagConstructorName('hgroup') is "HTMLElement"
364 PASS tagClassString('hr') is "HTMLHRElement"
365 FAIL tagPrototypeClassString('hr') should be HTMLHRElementPrototype. Was Object.
366 PASS tagConstructorClassString('hr') is "Function"
367 PASS tagConstructorName('hr') is "HTMLHRElement"
368 PASS tagClassString('html') is "HTMLHtmlElement"
369 FAIL tagPrototypeClassString('html') should be HTMLHtmlElementPrototype. Was Object.
370 PASS tagConstructorClassString('html') is "Function"
371 PASS tagConstructorName('html') is "HTMLHtmlElement"
372 PASS tagClassString('i') is "HTMLElement"
373 FAIL tagPrototypeClassString('i') should be HTMLElementPrototype. Was Object.
374 PASS tagConstructorClassString('i') is "Function"
375 PASS tagConstructorName('i') is "HTMLElement"
376 PASS tagClassString('iframe') is "HTMLIFrameElement"
377 FAIL tagPrototypeClassString('iframe') should be HTMLIFrameElementPrototype. Was Object.
378 PASS tagConstructorClassString('iframe') is "Function"
379 PASS tagConstructorName('iframe') is "HTMLIFrameElement"
380 PASS tagClassString('image') is "HTMLUnknownElement"
381 FAIL tagPrototypeClassString('image') should be HTMLUnknownElementPrototype. Was Object.
382 PASS tagConstructorClassString('image') is "Function"
383 PASS tagConstructorName('image') is "HTMLUnknownElement"
384 PASS tagClassString('img') is "HTMLImageElement"
385 FAIL tagPrototypeClassString('img') should be HTMLImageElementPrototype. Was Object.
386 PASS tagConstructorClassString('img') is "Function"
387 PASS tagConstructorName('img') is "HTMLImageElement"
388 PASS tagClassString('input') is "HTMLInputElement"
389 FAIL tagPrototypeClassString('input') should be HTMLInputElementPrototype. Was Object.
390 PASS tagConstructorClassString('input') is "Function"
391 PASS tagConstructorName('input') is "HTMLInputElement"
392 PASS tagClassString('ins') is "HTMLModElement"
393 FAIL tagPrototypeClassString('ins') should be HTMLModElementPrototype. Was Object.
394 PASS tagConstructorClassString('ins') is "Function"
395 PASS tagConstructorName('ins') is "HTMLModElement"
396 PASS tagClassString('kbd') is "HTMLElement"
397 FAIL tagPrototypeClassString('kbd') should be HTMLElementPrototype. Was Object.
398 PASS tagConstructorClassString('kbd') is "Function"
399 PASS tagConstructorName('kbd') is "HTMLElement"
400 PASS tagClassString('keygen') is "HTMLKeygenElement"
401 FAIL tagPrototypeClassString('keygen') should be HTMLKeygenElementPrototype. Was Object.
402 PASS tagConstructorClassString('keygen') is "Function"
403 PASS tagConstructorName('keygen') is "HTMLKeygenElement"
404 PASS tagClassString('label') is "HTMLLabelElement"
405 FAIL tagPrototypeClassString('label') should be HTMLLabelElementPrototype. Was Object.
406 PASS tagConstructorClassString('label') is "Function"
407 PASS tagConstructorName('label') is "HTMLLabelElement"
408 PASS tagClassString('layer') is "HTMLElement"
409 FAIL tagPrototypeClassString('layer') should be HTMLElementPrototype. Was Object.
410 PASS tagConstructorClassString('layer') is "Function"
411 PASS tagConstructorName('layer') is "HTMLElement"
412 PASS tagClassString('legend') is "HTMLLegendElement"
413 FAIL tagPrototypeClassString('legend') should be HTMLLegendElementPrototype. Was Object.
414 PASS tagConstructorClassString('legend') is "Function"
415 PASS tagConstructorName('legend') is "HTMLLegendElement"
416 PASS tagClassString('li') is "HTMLLIElement"
417 FAIL tagPrototypeClassString('li') should be HTMLLIElementPrototype. Was Object.
418 PASS tagConstructorClassString('li') is "Function"
419 PASS tagConstructorName('li') is "HTMLLIElement"
420 PASS tagClassString('link') is "HTMLLinkElement"
421 FAIL tagPrototypeClassString('link') should be HTMLLinkElementPrototype. Was Object.
422 PASS tagConstructorClassString('link') is "Function"
423 PASS tagConstructorName('link') is "HTMLLinkElement"
424 PASS tagClassString('listing') is "HTMLPreElement"
425 FAIL tagPrototypeClassString('listing') should be HTMLPreElementPrototype. Was Object.
426 PASS tagConstructorClassString('listing') is "Function"
427 PASS tagConstructorName('listing') is "HTMLPreElement"
428 PASS tagClassString('main') is "HTMLElement"
429 FAIL tagPrototypeClassString('main') should be HTMLElementPrototype. Was Object.
430 PASS tagConstructorClassString('main') is "Function"
431 PASS tagConstructorName('main') is "HTMLElement"
432 PASS tagClassString('map') is "HTMLMapElement"
433 FAIL tagPrototypeClassString('map') should be HTMLMapElementPrototype. Was Object.
434 PASS tagConstructorClassString('map') is "Function"
435 PASS tagConstructorName('map') is "HTMLMapElement"
436 PASS tagClassString('marquee') is "HTMLMarqueeElement"
437 FAIL tagPrototypeClassString('marquee') should be HTMLMarqueeElementPrototype. Was Object.
438 PASS tagConstructorClassString('marquee') is "Function"
439 PASS tagConstructorName('marquee') is "HTMLMarqueeElement"
440 PASS tagClassString('menu') is "HTMLMenuElement"
441 FAIL tagPrototypeClassString('menu') should be HTMLMenuElementPrototype. Was Object.
442 PASS tagConstructorClassString('menu') is "Function"
443 PASS tagConstructorName('menu') is "HTMLMenuElement"
444 PASS tagClassString('meta') is "HTMLMetaElement"
445 FAIL tagPrototypeClassString('meta') should be HTMLMetaElementPrototype. Was Object.
446 PASS tagConstructorClassString('meta') is "Function"
447 PASS tagConstructorName('meta') is "HTMLMetaElement"
448 PASS tagClassString('nav') is "HTMLElement"
449 FAIL tagPrototypeClassString('nav') should be HTMLElementPrototype. Was Object.
450 PASS tagConstructorClassString('nav') is "Function"
451 PASS tagConstructorName('nav') is "HTMLElement"
452 PASS tagClassString('nobr') is "HTMLElement"
453 FAIL tagPrototypeClassString('nobr') should be HTMLElementPrototype. Was Object.
454 PASS tagConstructorClassString('nobr') is "Function"
455 PASS tagConstructorName('nobr') is "HTMLElement"
456 PASS tagClassString('noembed') is "HTMLElement"
457 FAIL tagPrototypeClassString('noembed') should be HTMLElementPrototype. Was Object.
458 PASS tagConstructorClassString('noembed') is "Function"
459 PASS tagConstructorName('noembed') is "HTMLElement"
460 PASS tagClassString('noframes') is "HTMLElement"
461 FAIL tagPrototypeClassString('noframes') should be HTMLElementPrototype. Was Object.
462 PASS tagConstructorClassString('noframes') is "Function"
463 PASS tagConstructorName('noframes') is "HTMLElement"
464 PASS tagClassString('nolayer') is "HTMLElement"
465 FAIL tagPrototypeClassString('nolayer') should be HTMLElementPrototype. Was Object.
466 PASS tagConstructorClassString('nolayer') is "Function"
467 PASS tagConstructorName('nolayer') is "HTMLElement"
468 PASS tagClassString('noscript') is "HTMLElement"
469 FAIL tagPrototypeClassString('noscript') should be HTMLElementPrototype. Was Object.
470 PASS tagConstructorClassString('noscript') is "Function"
471 PASS tagConstructorName('noscript') is "HTMLElement"
472 PASS tagClassString('object') is "HTMLObjectElement"
473 FAIL tagPrototypeClassString('object') should be HTMLObjectElementPrototype. Was Object.
474 PASS tagConstructorClassString('object') is "Function"
475 PASS tagConstructorName('object') is "HTMLObjectElement"
476 PASS tagClassString('ol') is "HTMLOListElement"
477 FAIL tagPrototypeClassString('ol') should be HTMLOListElementPrototype. Was Object.
478 PASS tagConstructorClassString('ol') is "Function"
479 PASS tagConstructorName('ol') is "HTMLOListElement"
480 PASS tagClassString('optgroup') is "HTMLOptGroupElement"
481 FAIL tagPrototypeClassString('optgroup') should be HTMLOptGroupElementPrototype. Was Object.
482 PASS tagConstructorClassString('optgroup') is "Function"
483 PASS tagConstructorName('optgroup') is "HTMLOptGroupElement"
484 PASS tagClassString('option') is "HTMLOptionElement"
485 FAIL tagPrototypeClassString('option') should be HTMLOptionElementPrototype. Was Object.
486 PASS tagConstructorClassString('option') is "Function"
487 PASS tagConstructorName('option') is "HTMLOptionElement"
488 PASS tagClassString('p') is "HTMLParagraphElement"
489 FAIL tagPrototypeClassString('p') should be HTMLParagraphElementPrototype. Was Object.
490 PASS tagConstructorClassString('p') is "Function"
491 PASS tagConstructorName('p') is "HTMLParagraphElement"
492 PASS tagClassString('param') is "HTMLParamElement"
493 FAIL tagPrototypeClassString('param') should be HTMLParamElementPrototype. Was Object.
494 PASS tagConstructorClassString('param') is "Function"
495 PASS tagConstructorName('param') is "HTMLParamElement"
496 PASS tagClassString('plaintext') is "HTMLElement"
497 FAIL tagPrototypeClassString('plaintext') should be HTMLElementPrototype. Was Object.
498 PASS tagConstructorClassString('plaintext') is "Function"
499 PASS tagConstructorName('plaintext') is "HTMLElement"
500 PASS tagClassString('pre') is "HTMLPreElement"
501 FAIL tagPrototypeClassString('pre') should be HTMLPreElementPrototype. Was Object.
502 PASS tagConstructorClassString('pre') is "Function"
503 PASS tagConstructorName('pre') is "HTMLPreElement"
504 PASS tagClassString('q') is "HTMLQuoteElement"
505 FAIL tagPrototypeClassString('q') should be HTMLQuoteElementPrototype. Was Object.
506 PASS tagConstructorClassString('q') is "Function"
507 PASS tagConstructorName('q') is "HTMLQuoteElement"
508 PASS tagClassString('rp') is "HTMLElement"
509 FAIL tagPrototypeClassString('rp') should be HTMLElementPrototype. Was Object.
510 PASS tagConstructorClassString('rp') is "Function"
511 PASS tagConstructorName('rp') is "HTMLElement"
512 PASS tagClassString('rt') is "HTMLElement"
513 FAIL tagPrototypeClassString('rt') should be HTMLElementPrototype. Was Object.
514 PASS tagConstructorClassString('rt') is "Function"
515 PASS tagConstructorName('rt') is "HTMLElement"
516 PASS tagClassString('ruby') is "HTMLElement"
517 FAIL tagPrototypeClassString('ruby') should be HTMLElementPrototype. Was Object.
518 PASS tagConstructorClassString('ruby') is "Function"
519 PASS tagConstructorName('ruby') is "HTMLElement"
520 PASS tagClassString('s') is "HTMLElement"
521 FAIL tagPrototypeClassString('s') should be HTMLElementPrototype. Was Object.
522 PASS tagConstructorClassString('s') is "Function"
523 PASS tagConstructorName('s') is "HTMLElement"
524 PASS tagClassString('samp') is "HTMLElement"
525 FAIL tagPrototypeClassString('samp') should be HTMLElementPrototype. Was Object.
526 PASS tagConstructorClassString('samp') is "Function"
527 PASS tagConstructorName('samp') is "HTMLElement"
528 PASS tagClassString('script') is "HTMLScriptElement"
529 FAIL tagPrototypeClassString('script') should be HTMLScriptElementPrototype. Was Object.
530 PASS tagConstructorClassString('script') is "Function"
531 PASS tagConstructorName('script') is "HTMLScriptElement"
532 PASS tagClassString('section') is "HTMLElement"
533 FAIL tagPrototypeClassString('section') should be HTMLElementPrototype. Was Object.
534 PASS tagConstructorClassString('section') is "Function"
535 PASS tagConstructorName('section') is "HTMLElement"
536 PASS tagClassString('select') is "HTMLSelectElement"
537 FAIL tagPrototypeClassString('select') should be HTMLSelectElementPrototype. Was Object.
538 PASS tagConstructorClassString('select') is "Function"
539 PASS tagConstructorName('select') is "HTMLSelectElement"
540 PASS tagClassString('small') is "HTMLElement"
541 FAIL tagPrototypeClassString('small') should be HTMLElementPrototype. Was Object.
542 PASS tagConstructorClassString('small') is "Function"
543 PASS tagConstructorName('small') is "HTMLElement"
544 PASS tagClassString('span') is "HTMLSpanElement"
545 FAIL tagPrototypeClassString('span') should be HTMLSpanElementPrototype. Was Object.
546 PASS tagConstructorClassString('span') is "Function"
547 PASS tagConstructorName('span') is "HTMLSpanElement"
548 PASS tagClassString('strike') is "HTMLElement"
549 FAIL tagPrototypeClassString('strike') should be HTMLElementPrototype. Was Object.
550 PASS tagConstructorClassString('strike') is "Function"
551 PASS tagConstructorName('strike') is "HTMLElement"
552 PASS tagClassString('strong') is "HTMLElement"
553 FAIL tagPrototypeClassString('strong') should be HTMLElementPrototype. Was Object.
554 PASS tagConstructorClassString('strong') is "Function"
555 PASS tagConstructorName('strong') is "HTMLElement"
556 PASS tagClassString('style') is "HTMLStyleElement"
557 FAIL tagPrototypeClassString('style') should be HTMLStyleElementPrototype. Was Object.
558 PASS tagConstructorClassString('style') is "Function"
559 PASS tagConstructorName('style') is "HTMLStyleElement"
560 PASS tagClassString('sub') is "HTMLElement"
561 FAIL tagPrototypeClassString('sub') should be HTMLElementPrototype. Was Object.
562 PASS tagConstructorClassString('sub') is "Function"
563 PASS tagConstructorName('sub') is "HTMLElement"
564 PASS tagClassString('sup') is "HTMLElement"
565 FAIL tagPrototypeClassString('sup') should be HTMLElementPrototype. Was Object.
566 PASS tagConstructorClassString('sup') is "Function"
567 PASS tagConstructorName('sup') is "HTMLElement"
568 PASS tagClassString('table') is "HTMLTableElement"
569 FAIL tagPrototypeClassString('table') should be HTMLTableElementPrototype. Was Object.
570 PASS tagConstructorClassString('table') is "Function"
571 PASS tagConstructorName('table') is "HTMLTableElement"
572 PASS tagClassString('tbody') is "HTMLTableSectionElement"
573 FAIL tagPrototypeClassString('tbody') should be HTMLTableSectionElementPrototype. Was Object.
574 PASS tagConstructorClassString('tbody') is "Function"
575 PASS tagConstructorName('tbody') is "HTMLTableSectionElement"
576 PASS tagClassString('td') is "HTMLTableCellElement"
577 FAIL tagPrototypeClassString('td') should be HTMLTableCellElementPrototype. Was Object.
578 PASS tagConstructorClassString('td') is "Function"
579 PASS tagConstructorName('td') is "HTMLTableCellElement"
580 PASS tagClassString('textarea') is "HTMLTextAreaElement"
581 FAIL tagPrototypeClassString('textarea') should be HTMLTextAreaElementPrototype. Was Object.
582 PASS tagConstructorClassString('textarea') is "Function"
583 PASS tagConstructorName('textarea') is "HTMLTextAreaElement"
584 PASS tagClassString('tfoot') is "HTMLTableSectionElement"
585 FAIL tagPrototypeClassString('tfoot') should be HTMLTableSectionElementPrototype. Was Object.
586 PASS tagConstructorClassString('tfoot') is "Function"
587 PASS tagConstructorName('tfoot') is "HTMLTableSectionElement"
588 PASS tagClassString('th') is "HTMLTableCellElement"
589 FAIL tagPrototypeClassString('th') should be HTMLTableCellElementPrototype. Was Object.
590 PASS tagConstructorClassString('th') is "Function"
591 PASS tagConstructorName('th') is "HTMLTableCellElement"
592 PASS tagClassString('thead') is "HTMLTableSectionElement"
593 FAIL tagPrototypeClassString('thead') should be HTMLTableSectionElementPrototype. Was Object.
594 PASS tagConstructorClassString('thead') is "Function"
595 PASS tagConstructorName('thead') is "HTMLTableSectionElement"
596 PASS tagClassString('title') is "HTMLTitleElement"
597 FAIL tagPrototypeClassString('title') should be HTMLTitleElementPrototype. Was Object.
598 PASS tagConstructorClassString('title') is "Function"
599 PASS tagConstructorName('title') is "HTMLTitleElement"
600 PASS tagClassString('tr') is "HTMLTableRowElement"
601 FAIL tagPrototypeClassString('tr') should be HTMLTableRowElementPrototype. Was Object.
602 PASS tagConstructorClassString('tr') is "Function"
603 PASS tagConstructorName('tr') is "HTMLTableRowElement"
604 PASS tagClassString('tt') is "HTMLElement"
605 FAIL tagPrototypeClassString('tt') should be HTMLElementPrototype. Was Object.
606 PASS tagConstructorClassString('tt') is "Function"
607 PASS tagConstructorName('tt') is "HTMLElement"
608 PASS tagClassString('u') is "HTMLElement"
609 FAIL tagPrototypeClassString('u') should be HTMLElementPrototype. Was Object.
610 PASS tagConstructorClassString('u') is "Function"
611 PASS tagConstructorName('u') is "HTMLElement"
612 PASS tagClassString('ul') is "HTMLUListElement"
613 FAIL tagPrototypeClassString('ul') should be HTMLUListElementPrototype. Was Object.
614 PASS tagConstructorClassString('ul') is "Function"
615 PASS tagConstructorName('ul') is "HTMLUListElement"
616 PASS tagClassString('var') is "HTMLElement"
617 FAIL tagPrototypeClassString('var') should be HTMLElementPrototype. Was Object.
618 PASS tagConstructorClassString('var') is "Function"
619 PASS tagConstructorName('var') is "HTMLElement"
620 PASS tagClassString('wbr') is "HTMLElement"
621 FAIL tagPrototypeClassString('wbr') should be HTMLElementPrototype. Was Object.
622 PASS tagConstructorClassString('wbr') is "Function"
623 PASS tagConstructorName('wbr') is "HTMLElement"
624 PASS tagClassString('xmp') is "HTMLPreElement"
625 FAIL tagPrototypeClassString('xmp') should be HTMLPreElementPrototype. Was Object.
626 PASS tagConstructorClassString('xmp') is "Function"
627 PASS tagConstructorName('xmp') is "HTMLPreElement"
628