Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(729)

Side by Side Diff: LayoutTests/fast/dom/wrapper-classes-expected.txt

Issue 14146002: Remove all generic expected results for which a generic Chromium expected result exists (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
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 Basics
7
8 PASS jsWrapperClass(document.createAttribute()) is 'Attr'
9 PASS jsWrapperClass(document.createAttribute().__proto__) is 'AttrPrototype'
10 PASS jsWrapperClass(document.createAttribute().constructor) is 'AttrConstructor'
11 PASS jsWrapperClass(document.createComment()) is 'Comment'
12 PASS jsWrapperClass(document.createComment().__proto__) is 'CommentPrototype'
13 PASS jsWrapperClass(document.createComment().constructor) is 'CommentConstructor '
14 PASS jsWrapperClass(document.createDocumentFragment()) is 'DocumentFragment'
15 PASS jsWrapperClass(document.createDocumentFragment().__proto__) is 'DocumentFra gmentPrototype'
16 PASS jsWrapperClass(document.createDocumentFragment().constructor) is 'DocumentF ragmentConstructor'
17 PASS jsWrapperClass(document.implementation) is 'DOMImplementation'
18 PASS jsWrapperClass(document.implementation.__proto__) is 'DOMImplementationProt otype'
19 PASS jsWrapperClass(document.implementation.constructor) is 'DOMImplementationCo nstructor'
20 PASS jsWrapperClass(root.attributes) is 'NamedNodeMap'
21 PASS jsWrapperClass(root.attributes.__proto__) is 'NamedNodeMapPrototype'
22 FAIL jsWrapperClass(root.attributes.constructor) should be NamedNodeMapConstruct or. Was Function.
23 PASS jsWrapperClass(document.createNodeIterator(root, 0, null, false)) is 'NodeI terator'
24 PASS jsWrapperClass(document.createNodeIterator(root, 0, null, false).__proto__) is 'NodeIteratorPrototype'
25 PASS jsWrapperClass(document.createNodeIterator(root, 0, null, false).constructo r) is 'NodeIteratorConstructor'
26 PASS jsWrapperClass(document.getElementsByTagName('div')) is 'NodeList'
27 PASS jsWrapperClass(document.getElementsByTagName('div').__proto__) is 'NodeList Prototype'
28 PASS jsWrapperClass(document.getElementsByTagName('div').constructor) is 'NodeLi stConstructor'
29 PASS jsWrapperClass(document.createRange()) is 'Range'
30 PASS jsWrapperClass(document.createRange().__proto__) is 'RangePrototype'
31 PASS jsWrapperClass(document.createRange().constructor) is 'RangeConstructor'
32 PASS jsWrapperClass(document.createTextNode()) is 'Text'
33 PASS jsWrapperClass(document.createTextNode().__proto__) is 'TextPrototype'
34 PASS jsWrapperClass(document.createTextNode().constructor) is 'TextConstructor'
35 PASS jsWrapperClass(document.createTreeWalker(root, 0, null, false)) is 'TreeWal ker'
36 PASS jsWrapperClass(document.createTreeWalker(root, 0, null, false).__proto__) i s 'TreeWalkerPrototype'
37 PASS jsWrapperClass(document.createTreeWalker(root, 0, null, false).constructor) is 'TreeWalkerConstructor'
38
39 XML
40
41 PASS jsWrapperClass(xmlDocument) is 'Document'
42 PASS jsWrapperClass(xmlDocument.__proto__) is 'DocumentPrototype'
43 PASS jsWrapperClass(xmlDocument.constructor) is 'DocumentConstructor'
44 PASS jsWrapperClass(xmlDocument.createCDATASection()) is 'CDATASection'
45 PASS jsWrapperClass(xmlDocument.createCDATASection().__proto__) is 'CDATASection Prototype'
46 PASS jsWrapperClass(xmlDocument.createCDATASection().constructor) is 'CDATASecti onConstructor'
47 PASS jsWrapperClass(xmlDocument.createElementNS('x', 'x', 'x')) is 'Element'
48 PASS jsWrapperClass(xmlDocument.createElementNS('x', 'x', 'x').__proto__) is 'El ementPrototype'
49 PASS jsWrapperClass(xmlDocument.createElementNS('x', 'x', 'x').constructor) is ' ElementConstructor'
50 PASS jsWrapperClass(xmlDocument.createEntityReference()) is 'EntityReference'
51 PASS jsWrapperClass(xmlDocument.createEntityReference().__proto__) is 'EntityRef erencePrototype'
52 PASS jsWrapperClass(xmlDocument.createEntityReference().constructor) is 'EntityR eferenceConstructor'
53 PASS jsWrapperClass(xmlDocument.createProcessingInstruction()) is 'ProcessingIns truction'
54 PASS jsWrapperClass(xmlDocument.createProcessingInstruction().__proto__) is 'Pro cessingInstructionPrototype'
55 PASS jsWrapperClass(xmlDocument.createProcessingInstruction().constructor) is 'P rocessingInstructionConstructor'
56
57 Events
58
59 PASS jsWrapperClass(document.createEvent('Event')) is 'Event'
60 PASS jsWrapperClass(document.createEvent('Event').__proto__) is 'EventPrototype'
61 PASS jsWrapperClass(document.createEvent('Event').constructor) is 'EventConstruc tor'
62 PASS jsWrapperClass(document.createEvent('KeyboardEvent')) is 'KeyboardEvent'
63 PASS jsWrapperClass(document.createEvent('KeyboardEvent').__proto__) is 'Keyboar dEventPrototype'
64 PASS jsWrapperClass(document.createEvent('KeyboardEvent').constructor) is 'Keybo ardEventConstructor'
65 PASS jsWrapperClass(document.createEvent('MouseEvent')) is 'MouseEvent'
66 PASS jsWrapperClass(document.createEvent('MouseEvent').__proto__) is 'MouseEvent Prototype'
67 PASS jsWrapperClass(document.createEvent('MouseEvent').constructor) is 'MouseEve ntConstructor'
68 PASS jsWrapperClass(document.createEvent('MutationEvent')) is 'MutationEvent'
69 PASS jsWrapperClass(document.createEvent('MutationEvent').__proto__) is 'Mutatio nEventPrototype'
70 PASS jsWrapperClass(document.createEvent('MutationEvent').constructor) is 'Mutat ionEventConstructor'
71 PASS jsWrapperClass(document.createEvent('OverflowEvent')) is 'OverflowEvent'
72 PASS jsWrapperClass(document.createEvent('OverflowEvent').__proto__) is 'Overflo wEventPrototype'
73 PASS jsWrapperClass(document.createEvent('OverflowEvent').constructor) is 'Overf lowEventConstructor'
74 PASS jsWrapperClass(document.createEvent('TextEvent')) is 'TextEvent'
75 PASS jsWrapperClass(document.createEvent('TextEvent').__proto__) is 'TextEventPr ototype'
76 PASS jsWrapperClass(document.createEvent('TextEvent').constructor) is 'TextEvent Constructor'
77 PASS jsWrapperClass(document.createEvent('UIEvent')) is 'UIEvent'
78 PASS jsWrapperClass(document.createEvent('UIEvent').__proto__) is 'UIEventProtot ype'
79 PASS jsWrapperClass(document.createEvent('UIEvent').constructor) is 'UIEventCons tructor'
80 PASS jsWrapperClass(document.createEvent('WheelEvent')) is 'WheelEvent'
81 PASS jsWrapperClass(document.createEvent('WheelEvent').__proto__) is 'WheelEvent Prototype'
82 PASS jsWrapperClass(document.createEvent('WheelEvent').constructor) is 'WheelEve ntConstructor'
83
84 CSS DOM
85
86 PASS jsWrapperClass(document.styleSheets) is 'StyleSheetList'
87 PASS jsWrapperClass(document.styleSheets.__proto__) is 'StyleSheetListPrototype'
88 PASS jsWrapperClass(document.styleSheets.constructor) is 'StyleSheetListConstruc tor'
89 PASS jsWrapperClass(stylesheet) is 'CSSStyleSheet'
90 PASS jsWrapperClass(stylesheet.__proto__) is 'CSSStyleSheetPrototype'
91 PASS jsWrapperClass(stylesheet.constructor) is 'CSSStyleSheetConstructor'
92 PASS jsWrapperClass(stylesheet.cssRules) is 'CSSRuleList'
93 PASS jsWrapperClass(stylesheet.cssRules.__proto__) is 'CSSRuleListPrototype'
94 PASS jsWrapperClass(stylesheet.cssRules.constructor) is 'CSSRuleListConstructor'
95 PASS jsWrapperClass(stylesheet.cssRules.item(0)) is 'CSSStyleRule'
96 PASS jsWrapperClass(stylesheet.cssRules.item(0).__proto__) is 'CSSStyleRuleProto type'
97 PASS jsWrapperClass(stylesheet.cssRules.item(0).constructor) is 'CSSStyleRuleCon structor'
98 PASS jsWrapperClass(stylesheet.cssRules.item(0).style) is 'CSSStyleDeclaration'
99 PASS jsWrapperClass(stylesheet.cssRules.item(0).style.__proto__) is 'CSSStyleDec larationPrototype'
100 PASS jsWrapperClass(stylesheet.cssRules.item(0).style.constructor) is 'CSSStyleD eclarationConstructor'
101 PASS jsWrapperClass(stylesheet.cssRules.item(0).style.getPropertyCSSValue('color ')) is 'CSSPrimitiveValue'
102 PASS jsWrapperClass(stylesheet.cssRules.item(0).style.getPropertyCSSValue('color ').__proto__) is 'CSSPrimitiveValuePrototype'
103 PASS jsWrapperClass(stylesheet.cssRules.item(0).style.getPropertyCSSValue('color ').constructor) is 'CSSPrimitiveValueConstructor'
104 PASS jsWrapperClass(stylesheet.cssRules.item(0).style.getPropertyCSSValue('color ').getRGBColorValue()) is 'RGBColor'
105 PASS jsWrapperClass(stylesheet.cssRules.item(0).style.getPropertyCSSValue('color ').getRGBColorValue().__proto__) is 'RGBColorPrototype'
106 PASS jsWrapperClass(stylesheet.cssRules.item(0).style.getPropertyCSSValue('color ').getRGBColorValue().constructor) is 'RGBColorConstructor'
107 PASS jsWrapperClass(stylesheet.cssRules.item(0).style.getPropertyCSSValue('clip' ).getRectValue()) is 'Rect'
108 PASS jsWrapperClass(stylesheet.cssRules.item(0).style.getPropertyCSSValue('clip' ).getRectValue().__proto__) is 'RectPrototype'
109 PASS jsWrapperClass(stylesheet.cssRules.item(0).style.getPropertyCSSValue('clip' ).getRectValue().constructor) is 'RectConstructor'
110 PASS jsWrapperClass(stylesheet.cssRules.item(0).style.getPropertyCSSValue('conte nt')) is 'CSSValueList'
111 PASS jsWrapperClass(stylesheet.cssRules.item(0).style.getPropertyCSSValue('conte nt').__proto__) is 'CSSValueListPrototype'
112 PASS jsWrapperClass(stylesheet.cssRules.item(0).style.getPropertyCSSValue('conte nt').constructor) is 'CSSValueListConstructor'
113 PASS jsWrapperClass(stylesheet.cssRules.item(0).style.getPropertyCSSValue('conte nt').item(0).getCounterValue()) is 'Counter'
114 PASS jsWrapperClass(stylesheet.cssRules.item(0).style.getPropertyCSSValue('conte nt').item(0).getCounterValue().__proto__) is 'CounterPrototype'
115 PASS jsWrapperClass(stylesheet.cssRules.item(0).style.getPropertyCSSValue('conte nt').item(0).getCounterValue().constructor) is 'CounterConstructor'
116 PASS jsWrapperClass(stylesheet.media) is 'MediaList'
117 PASS jsWrapperClass(stylesheet.media.__proto__) is 'MediaListPrototype'
118 PASS jsWrapperClass(stylesheet.media.constructor) is 'MediaListConstructor'
119
120 XPath
121
122 PASS jsWrapperClass(document.createExpression('//*', document.createNSResolver(d ocument))) is 'XPathExpression'
123 PASS jsWrapperClass(document.createExpression('//*', document.createNSResolver(d ocument)).__proto__) is 'XPathExpressionPrototype'
124 PASS jsWrapperClass(document.createExpression('//*', document.createNSResolver(d ocument)).constructor) is 'XPathExpressionConstructor'
125 PASS jsWrapperClass(document.evaluate('//*', document, document.createNSResolver (document), 0, null)) is 'XPathResult'
126 PASS jsWrapperClass(document.evaluate('//*', document, document.createNSResolver (document), 0, null).__proto__) is 'XPathResultPrototype'
127 PASS jsWrapperClass(document.evaluate('//*', document, document.createNSResolver (document), 0, null).constructor) is 'XPathResultConstructor'
128
129 Other
130
131 PASS jsWrapperClass(window) is 'Window'
132 PASS jsWrapperClass(window.__proto__) is 'WindowPrototype'
133 PASS jsWrapperClass(window.constructor) is 'WindowConstructor'
134
135 HTML DOM
136
137 PASS jsWrapperClass(root.children) is 'HTMLCollection'
138 PASS jsWrapperClass(root.children.__proto__) is 'HTMLCollectionPrototype'
139 FAIL jsWrapperClass(root.children.constructor) should be HTMLCollectionConstruct or. Was Function.
140 PASS jsWrapperClass(document) is 'HTMLDocument'
141 PASS jsWrapperClass(document.__proto__) is 'HTMLDocumentPrototype'
142 PASS jsWrapperClass(document.constructor) is 'HTMLDocumentConstructor'
143 PASS jsWrapperClass(document.createElement('select').options) is 'HTMLOptionsCol lection'
144 PASS jsWrapperClass(document.createElement('select').options.__proto__) is 'HTML OptionsCollectionPrototype'
145 FAIL jsWrapperClass(document.createElement('select').options.constructor) should be HTMLOptionsCollectionConstructor. Was Function.
146
147 HTML Elements
148
149 PASS tagJSWrapperClass('a') is 'HTMLAnchorElement'
150 PASS tagJSWrapperPrototypeClass('a') is 'HTMLAnchorElementPrototype'
151 PASS tagJSWrapperConstructorClass('a') is 'HTMLAnchorElementConstructor'
152 PASS tagJSWrapperClass('abbr') is 'HTMLElement'
153 PASS tagJSWrapperPrototypeClass('abbr') is 'HTMLElementPrototype'
154 PASS tagJSWrapperConstructorClass('abbr') is 'HTMLElementConstructor'
155 PASS tagJSWrapperClass('acronym') is 'HTMLElement'
156 PASS tagJSWrapperPrototypeClass('acronym') is 'HTMLElementPrototype'
157 PASS tagJSWrapperConstructorClass('acronym') is 'HTMLElementConstructor'
158 PASS tagJSWrapperClass('address') is 'HTMLElement'
159 PASS tagJSWrapperPrototypeClass('address') is 'HTMLElementPrototype'
160 PASS tagJSWrapperConstructorClass('address') is 'HTMLElementConstructor'
161 PASS tagJSWrapperClass('applet') is 'HTMLAppletElement'
162 PASS tagJSWrapperPrototypeClass('applet') is 'HTMLAppletElementPrototype'
163 PASS tagJSWrapperConstructorClass('applet') is 'HTMLAppletElementConstructor'
164 PASS tagJSWrapperClass('area') is 'HTMLAreaElement'
165 PASS tagJSWrapperPrototypeClass('area') is 'HTMLAreaElementPrototype'
166 PASS tagJSWrapperConstructorClass('area') is 'HTMLAreaElementConstructor'
167 PASS tagJSWrapperClass('article') is 'HTMLElement'
168 PASS tagJSWrapperPrototypeClass('article') is 'HTMLElementPrototype'
169 PASS tagJSWrapperConstructorClass('article') is 'HTMLElementConstructor'
170 PASS tagJSWrapperClass('aside') is 'HTMLElement'
171 PASS tagJSWrapperPrototypeClass('aside') is 'HTMLElementPrototype'
172 PASS tagJSWrapperConstructorClass('aside') is 'HTMLElementConstructor'
173 PASS tagJSWrapperClass('b') is 'HTMLElement'
174 PASS tagJSWrapperPrototypeClass('b') is 'HTMLElementPrototype'
175 PASS tagJSWrapperConstructorClass('b') is 'HTMLElementConstructor'
176 PASS tagJSWrapperClass('base') is 'HTMLBaseElement'
177 PASS tagJSWrapperPrototypeClass('base') is 'HTMLBaseElementPrototype'
178 PASS tagJSWrapperConstructorClass('base') is 'HTMLBaseElementConstructor'
179 PASS tagJSWrapperClass('basefont') is 'HTMLBaseFontElement'
180 PASS tagJSWrapperPrototypeClass('basefont') is 'HTMLBaseFontElementPrototype'
181 PASS tagJSWrapperConstructorClass('basefont') is 'HTMLBaseFontElementConstructor '
182 PASS tagJSWrapperClass('bdo') is 'HTMLElement'
183 PASS tagJSWrapperPrototypeClass('bdo') is 'HTMLElementPrototype'
184 PASS tagJSWrapperConstructorClass('bdo') is 'HTMLElementConstructor'
185 PASS tagJSWrapperClass('big') is 'HTMLElement'
186 PASS tagJSWrapperPrototypeClass('big') is 'HTMLElementPrototype'
187 PASS tagJSWrapperConstructorClass('big') is 'HTMLElementConstructor'
188 PASS tagJSWrapperClass('blockquote') is 'HTMLQuoteElement'
189 PASS tagJSWrapperPrototypeClass('blockquote') is 'HTMLQuoteElementPrototype'
190 PASS tagJSWrapperConstructorClass('blockquote') is 'HTMLQuoteElementConstructor'
191 PASS tagJSWrapperClass('body') is 'HTMLBodyElement'
192 PASS tagJSWrapperPrototypeClass('body') is 'HTMLBodyElementPrototype'
193 PASS tagJSWrapperConstructorClass('body') is 'HTMLBodyElementConstructor'
194 PASS tagJSWrapperClass('br') is 'HTMLBRElement'
195 PASS tagJSWrapperPrototypeClass('br') is 'HTMLBRElementPrototype'
196 PASS tagJSWrapperConstructorClass('br') is 'HTMLBRElementConstructor'
197 PASS tagJSWrapperClass('button') is 'HTMLButtonElement'
198 PASS tagJSWrapperPrototypeClass('button') is 'HTMLButtonElementPrototype'
199 PASS tagJSWrapperConstructorClass('button') is 'HTMLButtonElementConstructor'
200 PASS tagJSWrapperClass('canvas') is 'HTMLCanvasElement'
201 PASS tagJSWrapperPrototypeClass('canvas') is 'HTMLCanvasElementPrototype'
202 PASS tagJSWrapperConstructorClass('canvas') is 'HTMLCanvasElementConstructor'
203 PASS tagJSWrapperClass('caption') is 'HTMLTableCaptionElement'
204 PASS tagJSWrapperPrototypeClass('caption') is 'HTMLTableCaptionElementPrototype'
205 PASS tagJSWrapperConstructorClass('caption') is 'HTMLTableCaptionElementConstruc tor'
206 PASS tagJSWrapperClass('center') is 'HTMLElement'
207 PASS tagJSWrapperPrototypeClass('center') is 'HTMLElementPrototype'
208 PASS tagJSWrapperConstructorClass('center') is 'HTMLElementConstructor'
209 PASS tagJSWrapperClass('cite') is 'HTMLElement'
210 PASS tagJSWrapperPrototypeClass('cite') is 'HTMLElementPrototype'
211 PASS tagJSWrapperConstructorClass('cite') is 'HTMLElementConstructor'
212 PASS tagJSWrapperClass('code') is 'HTMLElement'
213 PASS tagJSWrapperPrototypeClass('code') is 'HTMLElementPrototype'
214 PASS tagJSWrapperConstructorClass('code') is 'HTMLElementConstructor'
215 PASS tagJSWrapperClass('col') is 'HTMLTableColElement'
216 PASS tagJSWrapperPrototypeClass('col') is 'HTMLTableColElementPrototype'
217 PASS tagJSWrapperConstructorClass('col') is 'HTMLTableColElementConstructor'
218 PASS tagJSWrapperClass('colgroup') is 'HTMLTableColElement'
219 PASS tagJSWrapperPrototypeClass('colgroup') is 'HTMLTableColElementPrototype'
220 PASS tagJSWrapperConstructorClass('colgroup') is 'HTMLTableColElementConstructor '
221 PASS tagJSWrapperClass('dd') is 'HTMLElement'
222 PASS tagJSWrapperPrototypeClass('dd') is 'HTMLElementPrototype'
223 PASS tagJSWrapperConstructorClass('dd') is 'HTMLElementConstructor'
224 PASS tagJSWrapperClass('del') is 'HTMLModElement'
225 PASS tagJSWrapperPrototypeClass('del') is 'HTMLModElementPrototype'
226 PASS tagJSWrapperConstructorClass('del') is 'HTMLModElementConstructor'
227 PASS tagJSWrapperClass('dfn') is 'HTMLElement'
228 PASS tagJSWrapperPrototypeClass('dfn') is 'HTMLElementPrototype'
229 PASS tagJSWrapperConstructorClass('dfn') is 'HTMLElementConstructor'
230 PASS tagJSWrapperClass('dir') is 'HTMLDirectoryElement'
231 PASS tagJSWrapperPrototypeClass('dir') is 'HTMLDirectoryElementPrototype'
232 PASS tagJSWrapperConstructorClass('dir') is 'HTMLDirectoryElementConstructor'
233 PASS tagJSWrapperClass('div') is 'HTMLDivElement'
234 PASS tagJSWrapperPrototypeClass('div') is 'HTMLDivElementPrototype'
235 PASS tagJSWrapperConstructorClass('div') is 'HTMLDivElementConstructor'
236 PASS tagJSWrapperClass('dl') is 'HTMLDListElement'
237 PASS tagJSWrapperPrototypeClass('dl') is 'HTMLDListElementPrototype'
238 PASS tagJSWrapperConstructorClass('dl') is 'HTMLDListElementConstructor'
239 PASS tagJSWrapperClass('dt') is 'HTMLElement'
240 PASS tagJSWrapperPrototypeClass('dt') is 'HTMLElementPrototype'
241 PASS tagJSWrapperConstructorClass('dt') is 'HTMLElementConstructor'
242 PASS tagJSWrapperClass('em') is 'HTMLElement'
243 PASS tagJSWrapperPrototypeClass('em') is 'HTMLElementPrototype'
244 PASS tagJSWrapperConstructorClass('em') is 'HTMLElementConstructor'
245 PASS tagJSWrapperClass('embed') is 'HTMLEmbedElement'
246 PASS tagJSWrapperPrototypeClass('embed') is 'HTMLEmbedElementPrototype'
247 PASS tagJSWrapperConstructorClass('embed') is 'HTMLEmbedElementConstructor'
248 PASS tagJSWrapperClass('fieldset') is 'HTMLFieldSetElement'
249 PASS tagJSWrapperPrototypeClass('fieldset') is 'HTMLFieldSetElementPrototype'
250 PASS tagJSWrapperConstructorClass('fieldset') is 'HTMLFieldSetElementConstructor '
251 PASS tagJSWrapperClass('font') is 'HTMLFontElement'
252 PASS tagJSWrapperPrototypeClass('font') is 'HTMLFontElementPrototype'
253 PASS tagJSWrapperConstructorClass('font') is 'HTMLFontElementConstructor'
254 PASS tagJSWrapperClass('footer') is 'HTMLElement'
255 PASS tagJSWrapperPrototypeClass('footer') is 'HTMLElementPrototype'
256 PASS tagJSWrapperConstructorClass('footer') is 'HTMLElementConstructor'
257 PASS tagJSWrapperClass('form') is 'HTMLFormElement'
258 PASS tagJSWrapperPrototypeClass('form') is 'HTMLFormElementPrototype'
259 PASS tagJSWrapperConstructorClass('form') is 'HTMLFormElementConstructor'
260 PASS tagJSWrapperClass('frame') is 'HTMLFrameElement'
261 PASS tagJSWrapperPrototypeClass('frame') is 'HTMLFrameElementPrototype'
262 PASS tagJSWrapperConstructorClass('frame') is 'HTMLFrameElementConstructor'
263 PASS tagJSWrapperClass('frameset') is 'HTMLFrameSetElement'
264 PASS tagJSWrapperPrototypeClass('frameset') is 'HTMLFrameSetElementPrototype'
265 PASS tagJSWrapperConstructorClass('frameset') is 'HTMLFrameSetElementConstructor '
266 PASS tagJSWrapperClass('head') is 'HTMLHeadElement'
267 PASS tagJSWrapperPrototypeClass('head') is 'HTMLHeadElementPrototype'
268 PASS tagJSWrapperConstructorClass('head') is 'HTMLHeadElementConstructor'
269 PASS tagJSWrapperClass('h1') is 'HTMLHeadingElement'
270 PASS tagJSWrapperPrototypeClass('h1') is 'HTMLHeadingElementPrototype'
271 PASS tagJSWrapperConstructorClass('h1') is 'HTMLHeadingElementConstructor'
272 PASS tagJSWrapperClass('h2') is 'HTMLHeadingElement'
273 PASS tagJSWrapperPrototypeClass('h2') is 'HTMLHeadingElementPrototype'
274 PASS tagJSWrapperConstructorClass('h2') is 'HTMLHeadingElementConstructor'
275 PASS tagJSWrapperClass('h3') is 'HTMLHeadingElement'
276 PASS tagJSWrapperPrototypeClass('h3') is 'HTMLHeadingElementPrototype'
277 PASS tagJSWrapperConstructorClass('h3') is 'HTMLHeadingElementConstructor'
278 PASS tagJSWrapperClass('h4') is 'HTMLHeadingElement'
279 PASS tagJSWrapperPrototypeClass('h4') is 'HTMLHeadingElementPrototype'
280 PASS tagJSWrapperConstructorClass('h4') is 'HTMLHeadingElementConstructor'
281 PASS tagJSWrapperClass('h5') is 'HTMLHeadingElement'
282 PASS tagJSWrapperPrototypeClass('h5') is 'HTMLHeadingElementPrototype'
283 PASS tagJSWrapperConstructorClass('h5') is 'HTMLHeadingElementConstructor'
284 PASS tagJSWrapperClass('h6') is 'HTMLHeadingElement'
285 PASS tagJSWrapperPrototypeClass('h6') is 'HTMLHeadingElementPrototype'
286 PASS tagJSWrapperConstructorClass('h6') is 'HTMLHeadingElementConstructor'
287 PASS tagJSWrapperClass('head') is 'HTMLHeadElement'
288 PASS tagJSWrapperPrototypeClass('head') is 'HTMLHeadElementPrototype'
289 PASS tagJSWrapperConstructorClass('head') is 'HTMLHeadElementConstructor'
290 PASS tagJSWrapperClass('header') is 'HTMLElement'
291 PASS tagJSWrapperPrototypeClass('header') is 'HTMLElementPrototype'
292 PASS tagJSWrapperConstructorClass('header') is 'HTMLElementConstructor'
293 PASS tagJSWrapperClass('hgroup') is 'HTMLElement'
294 PASS tagJSWrapperPrototypeClass('hgroup') is 'HTMLElementPrototype'
295 PASS tagJSWrapperConstructorClass('hgroup') is 'HTMLElementConstructor'
296 PASS tagJSWrapperClass('hr') is 'HTMLHRElement'
297 PASS tagJSWrapperPrototypeClass('hr') is 'HTMLHRElementPrototype'
298 PASS tagJSWrapperConstructorClass('hr') is 'HTMLHRElementConstructor'
299 PASS tagJSWrapperClass('html') is 'HTMLHtmlElement'
300 PASS tagJSWrapperPrototypeClass('html') is 'HTMLHtmlElementPrototype'
301 PASS tagJSWrapperConstructorClass('html') is 'HTMLHtmlElementConstructor'
302 PASS tagJSWrapperClass('i') is 'HTMLElement'
303 PASS tagJSWrapperPrototypeClass('i') is 'HTMLElementPrototype'
304 PASS tagJSWrapperConstructorClass('i') is 'HTMLElementConstructor'
305 PASS tagJSWrapperClass('iframe') is 'HTMLIFrameElement'
306 PASS tagJSWrapperPrototypeClass('iframe') is 'HTMLIFrameElementPrototype'
307 PASS tagJSWrapperConstructorClass('iframe') is 'HTMLIFrameElementConstructor'
308 PASS tagJSWrapperClass('image') is 'HTMLImageElement'
309 PASS tagJSWrapperPrototypeClass('image') is 'HTMLImageElementPrototype'
310 PASS tagJSWrapperConstructorClass('image') is 'HTMLImageElementConstructor'
311 PASS tagJSWrapperClass('img') is 'HTMLImageElement'
312 PASS tagJSWrapperPrototypeClass('img') is 'HTMLImageElementPrototype'
313 PASS tagJSWrapperConstructorClass('img') is 'HTMLImageElementConstructor'
314 PASS tagJSWrapperClass('input') is 'HTMLInputElement'
315 PASS tagJSWrapperPrototypeClass('input') is 'HTMLInputElementPrototype'
316 PASS tagJSWrapperConstructorClass('input') is 'HTMLInputElementConstructor'
317 PASS tagJSWrapperClass('ins') is 'HTMLModElement'
318 PASS tagJSWrapperPrototypeClass('ins') is 'HTMLModElementPrototype'
319 PASS tagJSWrapperConstructorClass('ins') is 'HTMLModElementConstructor'
320 PASS tagJSWrapperClass('kbd') is 'HTMLElement'
321 PASS tagJSWrapperPrototypeClass('kbd') is 'HTMLElementPrototype'
322 PASS tagJSWrapperConstructorClass('kbd') is 'HTMLElementConstructor'
323 PASS tagJSWrapperClass('keygen') is 'HTMLKeygenElement'
324 PASS tagJSWrapperPrototypeClass('keygen') is 'HTMLKeygenElementPrototype'
325 PASS tagJSWrapperConstructorClass('keygen') is 'HTMLKeygenElementConstructor'
326 PASS tagJSWrapperClass('label') is 'HTMLLabelElement'
327 PASS tagJSWrapperPrototypeClass('label') is 'HTMLLabelElementPrototype'
328 PASS tagJSWrapperConstructorClass('label') is 'HTMLLabelElementConstructor'
329 PASS tagJSWrapperClass('layer') is 'HTMLElement'
330 PASS tagJSWrapperPrototypeClass('layer') is 'HTMLElementPrototype'
331 PASS tagJSWrapperConstructorClass('layer') is 'HTMLElementConstructor'
332 PASS tagJSWrapperClass('legend') is 'HTMLLegendElement'
333 PASS tagJSWrapperPrototypeClass('legend') is 'HTMLLegendElementPrototype'
334 PASS tagJSWrapperConstructorClass('legend') is 'HTMLLegendElementConstructor'
335 PASS tagJSWrapperClass('li') is 'HTMLLIElement'
336 PASS tagJSWrapperPrototypeClass('li') is 'HTMLLIElementPrototype'
337 PASS tagJSWrapperConstructorClass('li') is 'HTMLLIElementConstructor'
338 PASS tagJSWrapperClass('link') is 'HTMLLinkElement'
339 PASS tagJSWrapperPrototypeClass('link') is 'HTMLLinkElementPrototype'
340 PASS tagJSWrapperConstructorClass('link') is 'HTMLLinkElementConstructor'
341 PASS tagJSWrapperClass('listing') is 'HTMLPreElement'
342 PASS tagJSWrapperPrototypeClass('listing') is 'HTMLPreElementPrototype'
343 PASS tagJSWrapperConstructorClass('listing') is 'HTMLPreElementConstructor'
344 PASS tagJSWrapperClass('main') is 'HTMLElement'
345 PASS tagJSWrapperPrototypeClass('main') is 'HTMLElementPrototype'
346 PASS tagJSWrapperConstructorClass('main') is 'HTMLElementConstructor'
347 PASS tagJSWrapperClass('map') is 'HTMLMapElement'
348 PASS tagJSWrapperPrototypeClass('map') is 'HTMLMapElementPrototype'
349 PASS tagJSWrapperConstructorClass('map') is 'HTMLMapElementConstructor'
350 PASS tagJSWrapperClass('marquee') is 'HTMLMarqueeElement'
351 PASS tagJSWrapperPrototypeClass('marquee') is 'HTMLMarqueeElementPrototype'
352 PASS tagJSWrapperConstructorClass('marquee') is 'HTMLMarqueeElementConstructor'
353 PASS tagJSWrapperClass('menu') is 'HTMLMenuElement'
354 PASS tagJSWrapperPrototypeClass('menu') is 'HTMLMenuElementPrototype'
355 PASS tagJSWrapperConstructorClass('menu') is 'HTMLMenuElementConstructor'
356 PASS tagJSWrapperClass('meta') is 'HTMLMetaElement'
357 PASS tagJSWrapperPrototypeClass('meta') is 'HTMLMetaElementPrototype'
358 PASS tagJSWrapperConstructorClass('meta') is 'HTMLMetaElementConstructor'
359 PASS tagJSWrapperClass('nav') is 'HTMLElement'
360 PASS tagJSWrapperPrototypeClass('nav') is 'HTMLElementPrototype'
361 PASS tagJSWrapperConstructorClass('nav') is 'HTMLElementConstructor'
362 PASS tagJSWrapperClass('nobr') is 'HTMLElement'
363 PASS tagJSWrapperPrototypeClass('nobr') is 'HTMLElementPrototype'
364 PASS tagJSWrapperConstructorClass('nobr') is 'HTMLElementConstructor'
365 PASS tagJSWrapperClass('noembed') is 'HTMLElement'
366 PASS tagJSWrapperPrototypeClass('noembed') is 'HTMLElementPrototype'
367 PASS tagJSWrapperConstructorClass('noembed') is 'HTMLElementConstructor'
368 PASS tagJSWrapperClass('noframes') is 'HTMLElement'
369 PASS tagJSWrapperPrototypeClass('noframes') is 'HTMLElementPrototype'
370 PASS tagJSWrapperConstructorClass('noframes') is 'HTMLElementConstructor'
371 PASS tagJSWrapperClass('nolayer') is 'HTMLElement'
372 PASS tagJSWrapperPrototypeClass('nolayer') is 'HTMLElementPrototype'
373 PASS tagJSWrapperConstructorClass('nolayer') is 'HTMLElementConstructor'
374 PASS tagJSWrapperClass('noscript') is 'HTMLElement'
375 PASS tagJSWrapperPrototypeClass('noscript') is 'HTMLElementPrototype'
376 PASS tagJSWrapperConstructorClass('noscript') is 'HTMLElementConstructor'
377 PASS tagJSWrapperClass('object') is 'HTMLObjectElement'
378 PASS tagJSWrapperPrototypeClass('object') is 'HTMLObjectElementPrototype'
379 PASS tagJSWrapperConstructorClass('object') is 'HTMLObjectElementConstructor'
380 PASS tagJSWrapperClass('ol') is 'HTMLOListElement'
381 PASS tagJSWrapperPrototypeClass('ol') is 'HTMLOListElementPrototype'
382 PASS tagJSWrapperConstructorClass('ol') is 'HTMLOListElementConstructor'
383 PASS tagJSWrapperClass('optgroup') is 'HTMLOptGroupElement'
384 PASS tagJSWrapperPrototypeClass('optgroup') is 'HTMLOptGroupElementPrototype'
385 PASS tagJSWrapperConstructorClass('optgroup') is 'HTMLOptGroupElementConstructor '
386 PASS tagJSWrapperClass('option') is 'HTMLOptionElement'
387 PASS tagJSWrapperPrototypeClass('option') is 'HTMLOptionElementPrototype'
388 PASS tagJSWrapperConstructorClass('option') is 'HTMLOptionElementConstructor'
389 PASS tagJSWrapperClass('p') is 'HTMLParagraphElement'
390 PASS tagJSWrapperPrototypeClass('p') is 'HTMLParagraphElementPrototype'
391 PASS tagJSWrapperConstructorClass('p') is 'HTMLParagraphElementConstructor'
392 PASS tagJSWrapperClass('param') is 'HTMLParamElement'
393 PASS tagJSWrapperPrototypeClass('param') is 'HTMLParamElementPrototype'
394 PASS tagJSWrapperConstructorClass('param') is 'HTMLParamElementConstructor'
395 PASS tagJSWrapperClass('plaintext') is 'HTMLElement'
396 PASS tagJSWrapperPrototypeClass('plaintext') is 'HTMLElementPrototype'
397 PASS tagJSWrapperConstructorClass('plaintext') is 'HTMLElementConstructor'
398 PASS tagJSWrapperClass('pre') is 'HTMLPreElement'
399 PASS tagJSWrapperPrototypeClass('pre') is 'HTMLPreElementPrototype'
400 PASS tagJSWrapperConstructorClass('pre') is 'HTMLPreElementConstructor'
401 PASS tagJSWrapperClass('q') is 'HTMLQuoteElement'
402 PASS tagJSWrapperPrototypeClass('q') is 'HTMLQuoteElementPrototype'
403 PASS tagJSWrapperConstructorClass('q') is 'HTMLQuoteElementConstructor'
404 PASS tagJSWrapperClass('rp') is 'HTMLElement'
405 PASS tagJSWrapperPrototypeClass('rp') is 'HTMLElementPrototype'
406 PASS tagJSWrapperConstructorClass('rp') is 'HTMLElementConstructor'
407 PASS tagJSWrapperClass('rt') is 'HTMLElement'
408 PASS tagJSWrapperPrototypeClass('rt') is 'HTMLElementPrototype'
409 PASS tagJSWrapperConstructorClass('rt') is 'HTMLElementConstructor'
410 PASS tagJSWrapperClass('ruby') is 'HTMLElement'
411 PASS tagJSWrapperPrototypeClass('ruby') is 'HTMLElementPrototype'
412 PASS tagJSWrapperConstructorClass('ruby') is 'HTMLElementConstructor'
413 PASS tagJSWrapperClass('s') is 'HTMLElement'
414 PASS tagJSWrapperPrototypeClass('s') is 'HTMLElementPrototype'
415 PASS tagJSWrapperConstructorClass('s') is 'HTMLElementConstructor'
416 PASS tagJSWrapperClass('samp') is 'HTMLElement'
417 PASS tagJSWrapperPrototypeClass('samp') is 'HTMLElementPrototype'
418 PASS tagJSWrapperConstructorClass('samp') is 'HTMLElementConstructor'
419 PASS tagJSWrapperClass('script') is 'HTMLScriptElement'
420 PASS tagJSWrapperPrototypeClass('script') is 'HTMLScriptElementPrototype'
421 PASS tagJSWrapperConstructorClass('script') is 'HTMLScriptElementConstructor'
422 PASS tagJSWrapperClass('section') is 'HTMLElement'
423 PASS tagJSWrapperPrototypeClass('section') is 'HTMLElementPrototype'
424 PASS tagJSWrapperConstructorClass('section') is 'HTMLElementConstructor'
425 PASS tagJSWrapperClass('select') is 'HTMLSelectElement'
426 PASS tagJSWrapperPrototypeClass('select') is 'HTMLSelectElementPrototype'
427 PASS tagJSWrapperConstructorClass('select') is 'HTMLSelectElementConstructor'
428 PASS tagJSWrapperClass('small') is 'HTMLElement'
429 PASS tagJSWrapperPrototypeClass('small') is 'HTMLElementPrototype'
430 PASS tagJSWrapperConstructorClass('small') is 'HTMLElementConstructor'
431 PASS tagJSWrapperClass('span') is 'HTMLSpanElement'
432 PASS tagJSWrapperPrototypeClass('span') is 'HTMLSpanElementPrototype'
433 PASS tagJSWrapperConstructorClass('span') is 'HTMLSpanElementConstructor'
434 PASS tagJSWrapperClass('strike') is 'HTMLElement'
435 PASS tagJSWrapperPrototypeClass('strike') is 'HTMLElementPrototype'
436 PASS tagJSWrapperConstructorClass('strike') is 'HTMLElementConstructor'
437 PASS tagJSWrapperClass('strong') is 'HTMLElement'
438 PASS tagJSWrapperPrototypeClass('strong') is 'HTMLElementPrototype'
439 PASS tagJSWrapperConstructorClass('strong') is 'HTMLElementConstructor'
440 PASS tagJSWrapperClass('style') is 'HTMLStyleElement'
441 PASS tagJSWrapperPrototypeClass('style') is 'HTMLStyleElementPrototype'
442 PASS tagJSWrapperConstructorClass('style') is 'HTMLStyleElementConstructor'
443 PASS tagJSWrapperClass('sub') is 'HTMLElement'
444 PASS tagJSWrapperPrototypeClass('sub') is 'HTMLElementPrototype'
445 PASS tagJSWrapperConstructorClass('sub') is 'HTMLElementConstructor'
446 PASS tagJSWrapperClass('sup') is 'HTMLElement'
447 PASS tagJSWrapperPrototypeClass('sup') is 'HTMLElementPrototype'
448 PASS tagJSWrapperConstructorClass('sup') is 'HTMLElementConstructor'
449 PASS tagJSWrapperClass('table') is 'HTMLTableElement'
450 PASS tagJSWrapperPrototypeClass('table') is 'HTMLTableElementPrototype'
451 PASS tagJSWrapperConstructorClass('table') is 'HTMLTableElementConstructor'
452 PASS tagJSWrapperClass('tbody') is 'HTMLTableSectionElement'
453 PASS tagJSWrapperPrototypeClass('tbody') is 'HTMLTableSectionElementPrototype'
454 PASS tagJSWrapperConstructorClass('tbody') is 'HTMLTableSectionElementConstructo r'
455 PASS tagJSWrapperClass('td') is 'HTMLTableCellElement'
456 PASS tagJSWrapperPrototypeClass('td') is 'HTMLTableCellElementPrototype'
457 PASS tagJSWrapperConstructorClass('td') is 'HTMLTableCellElementConstructor'
458 PASS tagJSWrapperClass('textarea') is 'HTMLTextAreaElement'
459 PASS tagJSWrapperPrototypeClass('textarea') is 'HTMLTextAreaElementPrototype'
460 PASS tagJSWrapperConstructorClass('textarea') is 'HTMLTextAreaElementConstructor '
461 PASS tagJSWrapperClass('tfoot') is 'HTMLTableSectionElement'
462 PASS tagJSWrapperPrototypeClass('tfoot') is 'HTMLTableSectionElementPrototype'
463 PASS tagJSWrapperConstructorClass('tfoot') is 'HTMLTableSectionElementConstructo r'
464 PASS tagJSWrapperClass('th') is 'HTMLTableCellElement'
465 PASS tagJSWrapperPrototypeClass('th') is 'HTMLTableCellElementPrototype'
466 PASS tagJSWrapperConstructorClass('th') is 'HTMLTableCellElementConstructor'
467 PASS tagJSWrapperClass('thead') is 'HTMLTableSectionElement'
468 PASS tagJSWrapperPrototypeClass('thead') is 'HTMLTableSectionElementPrototype'
469 PASS tagJSWrapperConstructorClass('thead') is 'HTMLTableSectionElementConstructo r'
470 PASS tagJSWrapperClass('title') is 'HTMLTitleElement'
471 PASS tagJSWrapperPrototypeClass('title') is 'HTMLTitleElementPrototype'
472 PASS tagJSWrapperConstructorClass('title') is 'HTMLTitleElementConstructor'
473 PASS tagJSWrapperClass('tr') is 'HTMLTableRowElement'
474 PASS tagJSWrapperPrototypeClass('tr') is 'HTMLTableRowElementPrototype'
475 PASS tagJSWrapperConstructorClass('tr') is 'HTMLTableRowElementConstructor'
476 PASS tagJSWrapperClass('tt') is 'HTMLElement'
477 PASS tagJSWrapperPrototypeClass('tt') is 'HTMLElementPrototype'
478 PASS tagJSWrapperConstructorClass('tt') is 'HTMLElementConstructor'
479 PASS tagJSWrapperClass('u') is 'HTMLElement'
480 PASS tagJSWrapperPrototypeClass('u') is 'HTMLElementPrototype'
481 PASS tagJSWrapperConstructorClass('u') is 'HTMLElementConstructor'
482 PASS tagJSWrapperClass('ul') is 'HTMLUListElement'
483 PASS tagJSWrapperPrototypeClass('ul') is 'HTMLUListElementPrototype'
484 PASS tagJSWrapperConstructorClass('ul') is 'HTMLUListElementConstructor'
485 PASS tagJSWrapperClass('var') is 'HTMLElement'
486 PASS tagJSWrapperPrototypeClass('var') is 'HTMLElementPrototype'
487 PASS tagJSWrapperConstructorClass('var') is 'HTMLElementConstructor'
488 PASS tagJSWrapperClass('wbr') is 'HTMLElement'
489 PASS tagJSWrapperPrototypeClass('wbr') is 'HTMLElementPrototype'
490 PASS tagJSWrapperConstructorClass('wbr') is 'HTMLElementConstructor'
491 PASS tagJSWrapperClass('xmp') is 'HTMLPreElement'
492 PASS tagJSWrapperPrototypeClass('xmp') is 'HTMLPreElementPrototype'
493 PASS tagJSWrapperConstructorClass('xmp') is 'HTMLPreElementConstructor'
494
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698