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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: webkit/data/layout_tests/chrome/fast/dom/Window/resources/window-properties.js
===================================================================
--- webkit/data/layout_tests/chrome/fast/dom/Window/resources/window-properties.js (revision 12664)
+++ webkit/data/layout_tests/chrome/fast/dom/Window/resources/window-properties.js (working copy)
@@ -1,232 +0,0 @@
-var properties = [
- "screen",
- "history",
- "locationbar",
- "menubar",
- "personalbar",
- "scrollbars",
- "statusbar",
- "toolbar",
- "frameElement",
- "offscreenBuffering",
- "outerHeight",
- "outerWidth",
- "innerHeight",
- "innerWidth",
- "screenX",
- "screenY",
- "screenLeft",
- "screenTop",
- "scrollX",
- "scrollY",
- "pageXOffset",
- "pageYOffset",
- "closed",
- "length",
- "name",
- "status",
- "defaultStatus",
- "defaultstatus",
- "self",
- "window",
- "frames",
- "opener",
- "parent",
- "top",
- "document",
- "devicePixelRatio",
- "console",
- "StyleSheet",
- "CSSStyleSheet",
- "CSSValue",
- "CSSPrimitiveValue",
- "CSSValueList",
- "CSSRule",
- "CSSCharsetRule",
- "CSSFontFaceRule",
- "CSSImportRule",
- "CSSMediaRule",
- "CSSPageRule",
- "CSSStyleRule",
- "CSSStyleDeclaration",
- "MediaList",
- "Counter",
- "CSSRuleList",
- "Rect",
- "StyleSheetList",
- "DOMException",
- "DOMImplementation",
- "DocumentFragment",
- "Document",
- "Node",
- "NodeList",
- "NamedNodeMap",
- "CharacterData",
- "Attr",
- "Element",
- "Text",
- "Comment",
- "CDATASection",
- "DocumentType",
- "Notation",
- "Entity",
- "EntityReference",
- "ProcessingInstruction",
- "HTMLDocument",
- "HTMLElement",
- "HTMLAnchorElement",
- "HTMLAppletElement",
- "HTMLAreaElement",
- "HTMLBRElement",
- "HTMLBaseElement",
- "HTMLBaseFontElement",
- "HTMLBlockquoteElement",
- "HTMLBodyElement",
- "HTMLButtonElement",
- "HTMLCanvasElement",
- "HTMLDListElement",
- "HTMLDirectoryElement",
- "HTMLDivElement",
- "HTMLEmbedElement",
- "HTMLFieldSetElement",
- "HTMLFontElement",
- "HTMLFormElement",
- "HTMLFrameElement",
- "HTMLFrameSetElement",
- "HTMLHRElement",
- "HTMLHeadElement",
- "HTMLHeadingElement",
- "HTMLHtmlElement",
- "HTMLIFrameElement",
- "HTMLImageElement",
- "HTMLInputElement",
- "HTMLIsIndexElement",
- "HTMLLIElement",
- "HTMLLabelElement",
- "HTMLLegendElement",
- "HTMLLinkElement",
- "HTMLMapElement",
- "HTMLMarqueeElement",
- "HTMLMenuElement",
- "HTMLMetaElement",
- "HTMLModElement",
- "HTMLOListElement",
- "HTMLObjectElement",
- "HTMLOptGroupElement",
- "HTMLOptionElement",
- "HTMLParagraphElement",
- "HTMLParamElement",
- "HTMLPreElement",
- "HTMLQuoteElement",
- "HTMLScriptElement",
- "HTMLSelectElement",
- "HTMLStyleElement",
- "HTMLTableCaptionElement",
- "HTMLTableCellElement",
- "HTMLTableColElement",
- "HTMLTableElement",
- "HTMLTableRowElement",
- "HTMLTableSectionElement",
- "HTMLTextAreaElement",
- "HTMLTitleElement",
- "HTMLUListElement",
- "Event",
- "KeyboardEvent",
- "MouseEvent",
- "MutationEvent",
- "OverflowEvent",
- "ProgressEvent",
- "TextEvent",
- "UIEvent",
- "WheelEvent",
- "EventException",
- "NodeFilter",
- "Range",
- "RangeException",
- "XMLDocument",
- "DOMParser",
- "XMLSerializer",
- "XMLHttpRequestException",
- "XMLHttpRequest",
- "XSLTProcessor",
- "MessageEvent",
- "XPathEvaluator",
- "XPathResult",
- "XPathException",
- "SVGAngle",
- "SVGColor",
- "SVGException",
- "SVGGradientElement",
- "SVGLength",
- "SVGMarkerElement",
- "SVGPaint",
- "SVGPathSeg",
- "SVGPreserveAspectRatio",
- "SVGRenderingIntent",
- "SVGTextContentElement",
- "SVGTextPathElement",
- "SVGTransform",
- "SVGUnitTypes",
- "navigator",
- "clientInformation",
- "location",
- "onabort",
- "onblur",
- "onchange",
- "onclick",
- "ondblclick",
- "ondragdrop",
- "onerror",
- "onfocus",
- "onkeydown",
- "onkeypress",
- "onkeyup",
- "onload",
- "onmousedown",
- "onmousemove",
- "onmouseout",
- "onmouseover",
- "onmouseup",
- "onmousewheel",
- "onmove",
- "onreset",
- "onresize",
- "onscroll",
- "onsearch",
- "onselect",
- "onsubmit",
- "onunload",
- "onbeforeunload",
- "getSelection",
- "focus",
- "blur",
- "close",
- "print",
- "stop",
- "alert",
- "confirm",
- "prompt",
- "find",
- "getComputedStyle",
- "getMatchedCSSRules",
- "open",
- "showModalDialog",
- "scrollBy",
- "scrollTo",
- "scroll",
- "moveBy",
- "moveTo",
- "resizeBy",
- "resizeTo",
- "clearTimeout",
- "clearInterval",
- "setTimeout",
- "setInterval",
- "atob",
- "btoa",
- "captureEvents",
- "releaseEvents",
- "toString"
-];
-
-properties.sort();

Powered by Google App Engine
This is Rietveld 408576698