OLD | NEW |
1 Test that HTML element constructors are accessible as window object properties. | 1 Test that HTML element constructors are accessible as window object properties. |
2 | 2 |
3 HTMLElement: function HTMLElement() { [native code] } | 3 HTMLElement: function HTMLElement() { [native code] } |
4 | 4 |
5 HTMLAnchorElement: function HTMLAnchorElement() { [native code] } | 5 HTMLAnchorElement: function HTMLAnchorElement() { [native code] } |
6 | 6 |
7 HTMLAppletElement: function HTMLAppletElement() { [native code] } | |
8 | |
9 HTMLAreaElement: function HTMLAreaElement() { [native code] } | 7 HTMLAreaElement: function HTMLAreaElement() { [native code] } |
10 | 8 |
11 HTMLBaseElement: function HTMLBaseElement() { [native code] } | 9 HTMLBaseElement: function HTMLBaseElement() { [native code] } |
12 | 10 |
13 HTMLBodyElement: function HTMLBodyElement() { [native code] } | 11 HTMLBodyElement: function HTMLBodyElement() { [native code] } |
14 | 12 |
15 HTMLBRElement: function HTMLBRElement() { [native code] } | 13 HTMLBRElement: function HTMLBRElement() { [native code] } |
16 | 14 |
17 HTMLButtonElement: function HTMLButtonElement() { [native code] } | 15 HTMLButtonElement: function HTMLButtonElement() { [native code] } |
18 | 16 |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
104 | 102 |
105 HTMLCanvasElement: function HTMLCanvasElement() { [native code] } | 103 HTMLCanvasElement: function HTMLCanvasElement() { [native code] } |
106 | 104 |
107 HTMLInsElement: undefined | 105 HTMLInsElement: undefined |
108 | 106 |
109 HTMLDelElement: undefined | 107 HTMLDelElement: undefined |
110 | 108 |
111 HTMLEmbedElement: function HTMLEmbedElement() { [native code] } | 109 HTMLEmbedElement: function HTMLEmbedElement() { [native code] } |
112 | 110 |
113 HTMLMarqueeElement: function HTMLMarqueeElement() { [native code] } | 111 HTMLMarqueeElement: function HTMLMarqueeElement() { [native code] } |
OLD | NEW |