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

Side by Side Diff: webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/dom/Window/element-constructors-on-window-expected.txt

Issue 14485: bucketizing more tests, fixing v8/jscore differences by re-baselining (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years 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
Property Changes:
Name: svn:eol-style
+ native
OLDNEW
(Empty)
1 Test that HTML element constructors are accessible as window object properties.
2
3 HTMLElement: function HTMLElement() { [native code] }
4
5 HTMLAnchorElement: function HTMLAnchorElement() { [native code] }
6
7 HTMLAppletElement: function HTMLAppletElement() { [native code] }
8
9 HTMLAreaElement: function HTMLAreaElement() { [native code] }
10
11 HTMLBaseElement: function HTMLBaseElement() { [native code] }
12
13 HTMLBaseFontElement: function HTMLBaseFontElement() { [native code] }
14
15 HTMLBodyElement: function HTMLBodyElement() { [native code] }
16
17 HTMLBRElement: function HTMLBRElement() { [native code] }
18
19 HTMLButtonElement: function HTMLButtonElement() { [native code] }
20
21 HTMLDirectoryElement: function HTMLDirectoryElement() { [native code] }
22
23 HTMLDivElement: function HTMLDivElement() { [native code] }
24
25 HTMLDListElement: function HTMLDListElement() { [native code] }
26
27 HTMLFieldSetElement: function HTMLFieldSetElement() { [native code] }
28
29 HTMLFontElement: function HTMLFontElement() { [native code] }
30
31 HTMLFormElement: function HTMLFormElement() { [native code] }
32
33 HTMLFrameElement: function HTMLFrameElement() { [native code] }
34
35 HTMLFrameSetElement: function HTMLFrameSetElement() { [native code] }
36
37 HTMLHeadElement: function HTMLHeadElement() { [native code] }
38
39 HTMLHeadingElement: function HTMLHeadingElement() { [native code] }
40
41 HTMLHRElement: function HTMLHRElement() { [native code] }
42
43 HTMLHtmlElement: function HTMLHtmlElement() { [native code] }
44
45 HTMLIFrameElement: function HTMLIFrameElement() { [native code] }
46
47 HTMLImageElement: function HTMLImageElement() { [native code] }
48
49 HTMLInputElement: function HTMLInputElement() { [native code] }
50
51 HTMLIsIndexElement: function HTMLIsIndexElement() { [native code] }
52
53 HTMLLabelElement: function HTMLLabelElement() { [native code] }
54
55 HTMLLegendElement: function HTMLLegendElement() { [native code] }
56
57 HTMLLIElement: function HTMLLIElement() { [native code] }
58
59 HTMLLinkElement: function HTMLLinkElement() { [native code] }
60
61 HTMLMapElement: function HTMLMapElement() { [native code] }
62
63 HTMLMenuElement: function HTMLMenuElement() { [native code] }
64
65 HTMLMetaElement: function HTMLMetaElement() { [native code] }
66
67 HTMLModElement: function HTMLModElement() { [native code] }
68
69 HTMLObjectElement: function HTMLObjectElement() { [native code] }
70
71 HTMLOListElement: function HTMLOListElement() { [native code] }
72
73 HTMLOptGroupElement: function HTMLOptGroupElement() { [native code] }
74
75 HTMLOptionElement: function HTMLOptionElement() { [native code] }
76
77 HTMLParagraphElement: function HTMLParagraphElement() { [native code] }
78
79 HTMLParamElement: function HTMLParamElement() { [native code] }
80
81 HTMLPreElement: function HTMLPreElement() { [native code] }
82
83 HTMLQuoteElement: function HTMLQuoteElement() { [native code] }
84
85 HTMLScriptElement: function HTMLScriptElement() { [native code] }
86
87 HTMLSelectElement: function HTMLSelectElement() { [native code] }
88
89 HTMLStyleElement: function HTMLStyleElement() { [native code] }
90
91 HTMLTableCaptionElement: function HTMLTableCaptionElement() { [native code] }
92
93 HTMLTableCellElement: function HTMLTableCellElement() { [native code] }
94
95 HTMLTableColElement: function HTMLTableColElement() { [native code] }
96
97 HTMLTableElement: function HTMLTableElement() { [native code] }
98
99 HTMLTableRowElement: function HTMLTableRowElement() { [native code] }
100
101 HTMLTableSectionElement: function HTMLTableSectionElement() { [native code] }
102
103 HTMLTextAreaElement: function HTMLTextAreaElement() { [native code] }
104
105 HTMLTitleElement: function HTMLTitleElement() { [native code] }
106
107 HTMLUListElement: function HTMLUListElement() { [native code] }
108
109 HTMLCanvasElement: function HTMLCanvasElement() { [native code] }
110
111 HTMLInsElement: undefined
112
113 HTMLDelElement: undefined
114
115 HTMLEmbedElement: function HTMLEmbedElement() { [native code] }
116
117 HTMLMarqueeElement: function HTMLMarqueeElement() { [native code] }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698