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

Side by Side Diff: LayoutTests/fast/dom/Window/element-constructors-on-window-expected.txt

Issue 1291723004: Remove all support for <applet> handling in Chrome. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 5 years, 3 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
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
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] }
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/Window/element-constructors-on-window.html ('k') | LayoutTests/fast/dom/Window/get-set-properties.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698