Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / Window / element-constructors-on-window-expected.txt
blob76d8095b035eaec60aa6e0c411b62d682b961c4f
1 Test that HTML element constructors are accessible as window object properties.
3 HTMLElement: function HTMLElement() { [native code] }
5 HTMLAnchorElement: function HTMLAnchorElement() { [native code] }
7 HTMLAreaElement: function HTMLAreaElement() { [native code] }
9 HTMLBaseElement: function HTMLBaseElement() { [native code] }
11 HTMLBodyElement: function HTMLBodyElement() { [native code] }
13 HTMLBRElement: function HTMLBRElement() { [native code] }
15 HTMLButtonElement: function HTMLButtonElement() { [native code] }
17 HTMLDirectoryElement: function HTMLDirectoryElement() { [native code] }
19 HTMLDivElement: function HTMLDivElement() { [native code] }
21 HTMLDListElement: function HTMLDListElement() { [native code] }
23 HTMLFieldSetElement: function HTMLFieldSetElement() { [native code] }
25 HTMLFontElement: function HTMLFontElement() { [native code] }
27 HTMLFormElement: function HTMLFormElement() { [native code] }
29 HTMLFrameElement: function HTMLFrameElement() { [native code] }
31 HTMLFrameSetElement: function HTMLFrameSetElement() { [native code] }
33 HTMLHeadElement: function HTMLHeadElement() { [native code] }
35 HTMLHeadingElement: function HTMLHeadingElement() { [native code] }
37 HTMLHRElement: function HTMLHRElement() { [native code] }
39 HTMLHtmlElement: function HTMLHtmlElement() { [native code] }
41 HTMLIFrameElement: function HTMLIFrameElement() { [native code] }
43 HTMLImageElement: function HTMLImageElement() { [native code] }
45 HTMLInputElement: function HTMLInputElement() { [native code] }
47 HTMLLabelElement: function HTMLLabelElement() { [native code] }
49 HTMLLegendElement: function HTMLLegendElement() { [native code] }
51 HTMLLIElement: function HTMLLIElement() { [native code] }
53 HTMLLinkElement: function HTMLLinkElement() { [native code] }
55 HTMLMapElement: function HTMLMapElement() { [native code] }
57 HTMLMenuElement: function HTMLMenuElement() { [native code] }
59 HTMLMetaElement: function HTMLMetaElement() { [native code] }
61 HTMLModElement: function HTMLModElement() { [native code] }
63 HTMLObjectElement: function HTMLObjectElement() { [native code] }
65 HTMLOListElement: function HTMLOListElement() { [native code] }
67 HTMLOptGroupElement: function HTMLOptGroupElement() { [native code] }
69 HTMLOptionElement: function HTMLOptionElement() { [native code] }
71 HTMLParagraphElement: function HTMLParagraphElement() { [native code] }
73 HTMLParamElement: function HTMLParamElement() { [native code] }
75 HTMLPreElement: function HTMLPreElement() { [native code] }
77 HTMLQuoteElement: function HTMLQuoteElement() { [native code] }
79 HTMLScriptElement: function HTMLScriptElement() { [native code] }
81 HTMLSelectElement: function HTMLSelectElement() { [native code] }
83 HTMLStyleElement: function HTMLStyleElement() { [native code] }
85 HTMLTableCaptionElement: function HTMLTableCaptionElement() { [native code] }
87 HTMLTableCellElement: function HTMLTableCellElement() { [native code] }
89 HTMLTableColElement: function HTMLTableColElement() { [native code] }
91 HTMLTableElement: function HTMLTableElement() { [native code] }
93 HTMLTableRowElement: function HTMLTableRowElement() { [native code] }
95 HTMLTableSectionElement: function HTMLTableSectionElement() { [native code] }
97 HTMLTextAreaElement: function HTMLTextAreaElement() { [native code] }
99 HTMLTitleElement: function HTMLTitleElement() { [native code] }
101 HTMLUListElement: function HTMLUListElement() { [native code] }
103 HTMLCanvasElement: function HTMLCanvasElement() { [native code] }
105 HTMLInsElement: undefined
107 HTMLDelElement: undefined
109 HTMLEmbedElement: function HTMLEmbedElement() { [native code] }
111 HTMLMarqueeElement: function HTMLMarqueeElement() { [native code] }