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

Side by Side Diff: webkit/data/layout_tests/chrome/fast/dom/Window/resources/window-properties.js

Issue 55025: Remove tests that have been upstreamed. Update test_expectations list... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 9 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 var properties = [
2 "screen",
3 "history",
4 "locationbar",
5 "menubar",
6 "personalbar",
7 "scrollbars",
8 "statusbar",
9 "toolbar",
10 "frameElement",
11 "offscreenBuffering",
12 "outerHeight",
13 "outerWidth",
14 "innerHeight",
15 "innerWidth",
16 "screenX",
17 "screenY",
18 "screenLeft",
19 "screenTop",
20 "scrollX",
21 "scrollY",
22 "pageXOffset",
23 "pageYOffset",
24 "closed",
25 "length",
26 "name",
27 "status",
28 "defaultStatus",
29 "defaultstatus",
30 "self",
31 "window",
32 "frames",
33 "opener",
34 "parent",
35 "top",
36 "document",
37 "devicePixelRatio",
38 "console",
39 "StyleSheet",
40 "CSSStyleSheet",
41 "CSSValue",
42 "CSSPrimitiveValue",
43 "CSSValueList",
44 "CSSRule",
45 "CSSCharsetRule",
46 "CSSFontFaceRule",
47 "CSSImportRule",
48 "CSSMediaRule",
49 "CSSPageRule",
50 "CSSStyleRule",
51 "CSSStyleDeclaration",
52 "MediaList",
53 "Counter",
54 "CSSRuleList",
55 "Rect",
56 "StyleSheetList",
57 "DOMException",
58 "DOMImplementation",
59 "DocumentFragment",
60 "Document",
61 "Node",
62 "NodeList",
63 "NamedNodeMap",
64 "CharacterData",
65 "Attr",
66 "Element",
67 "Text",
68 "Comment",
69 "CDATASection",
70 "DocumentType",
71 "Notation",
72 "Entity",
73 "EntityReference",
74 "ProcessingInstruction",
75 "HTMLDocument",
76 "HTMLElement",
77 "HTMLAnchorElement",
78 "HTMLAppletElement",
79 "HTMLAreaElement",
80 "HTMLBRElement",
81 "HTMLBaseElement",
82 "HTMLBaseFontElement",
83 "HTMLBlockquoteElement",
84 "HTMLBodyElement",
85 "HTMLButtonElement",
86 "HTMLCanvasElement",
87 "HTMLDListElement",
88 "HTMLDirectoryElement",
89 "HTMLDivElement",
90 "HTMLEmbedElement",
91 "HTMLFieldSetElement",
92 "HTMLFontElement",
93 "HTMLFormElement",
94 "HTMLFrameElement",
95 "HTMLFrameSetElement",
96 "HTMLHRElement",
97 "HTMLHeadElement",
98 "HTMLHeadingElement",
99 "HTMLHtmlElement",
100 "HTMLIFrameElement",
101 "HTMLImageElement",
102 "HTMLInputElement",
103 "HTMLIsIndexElement",
104 "HTMLLIElement",
105 "HTMLLabelElement",
106 "HTMLLegendElement",
107 "HTMLLinkElement",
108 "HTMLMapElement",
109 "HTMLMarqueeElement",
110 "HTMLMenuElement",
111 "HTMLMetaElement",
112 "HTMLModElement",
113 "HTMLOListElement",
114 "HTMLObjectElement",
115 "HTMLOptGroupElement",
116 "HTMLOptionElement",
117 "HTMLParagraphElement",
118 "HTMLParamElement",
119 "HTMLPreElement",
120 "HTMLQuoteElement",
121 "HTMLScriptElement",
122 "HTMLSelectElement",
123 "HTMLStyleElement",
124 "HTMLTableCaptionElement",
125 "HTMLTableCellElement",
126 "HTMLTableColElement",
127 "HTMLTableElement",
128 "HTMLTableRowElement",
129 "HTMLTableSectionElement",
130 "HTMLTextAreaElement",
131 "HTMLTitleElement",
132 "HTMLUListElement",
133 "Event",
134 "KeyboardEvent",
135 "MouseEvent",
136 "MutationEvent",
137 "OverflowEvent",
138 "ProgressEvent",
139 "TextEvent",
140 "UIEvent",
141 "WheelEvent",
142 "EventException",
143 "NodeFilter",
144 "Range",
145 "RangeException",
146 "XMLDocument",
147 "DOMParser",
148 "XMLSerializer",
149 "XMLHttpRequestException",
150 "XMLHttpRequest",
151 "XSLTProcessor",
152 "MessageEvent",
153 "XPathEvaluator",
154 "XPathResult",
155 "XPathException",
156 "SVGAngle",
157 "SVGColor",
158 "SVGException",
159 "SVGGradientElement",
160 "SVGLength",
161 "SVGMarkerElement",
162 "SVGPaint",
163 "SVGPathSeg",
164 "SVGPreserveAspectRatio",
165 "SVGRenderingIntent",
166 "SVGTextContentElement",
167 "SVGTextPathElement",
168 "SVGTransform",
169 "SVGUnitTypes",
170 "navigator",
171 "clientInformation",
172 "location",
173 "onabort",
174 "onblur",
175 "onchange",
176 "onclick",
177 "ondblclick",
178 "ondragdrop",
179 "onerror",
180 "onfocus",
181 "onkeydown",
182 "onkeypress",
183 "onkeyup",
184 "onload",
185 "onmousedown",
186 "onmousemove",
187 "onmouseout",
188 "onmouseover",
189 "onmouseup",
190 "onmousewheel",
191 "onmove",
192 "onreset",
193 "onresize",
194 "onscroll",
195 "onsearch",
196 "onselect",
197 "onsubmit",
198 "onunload",
199 "onbeforeunload",
200 "getSelection",
201 "focus",
202 "blur",
203 "close",
204 "print",
205 "stop",
206 "alert",
207 "confirm",
208 "prompt",
209 "find",
210 "getComputedStyle",
211 "getMatchedCSSRules",
212 "open",
213 "showModalDialog",
214 "scrollBy",
215 "scrollTo",
216 "scroll",
217 "moveBy",
218 "moveTo",
219 "resizeBy",
220 "resizeTo",
221 "clearTimeout",
222 "clearInterval",
223 "setTimeout",
224 "setInterval",
225 "atob",
226 "btoa",
227 "captureEvents",
228 "releaseEvents",
229 "toString"
230 ];
231
232 properties.sort();
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698