Browse Source

Update expectedProperties.json for window@4.2.6

window-4.2.6
Luke Childs 6 years ago
parent
commit
3c2e69ab06
  1. 108
      test/fixtures/expectedProperties.json

108
test/fixtures/expectedProperties.json

@ -93,6 +93,7 @@
"HTMLQuoteElement", "HTMLQuoteElement",
"HTMLScriptElement", "HTMLScriptElement",
"HTMLSelectElement", "HTMLSelectElement",
"HTMLSlotElement",
"HTMLSourceElement", "HTMLSourceElement",
"HTMLSpanElement", "HTMLSpanElement",
"HTMLStyleElement", "HTMLStyleElement",
@ -113,6 +114,7 @@
"HashChangeEvent", "HashChangeEvent",
"History", "History",
"Image", "Image",
"InputEvent",
"Int16Array", "Int16Array",
"Int32Array", "Int32Array",
"Int8Array", "Int8Array",
@ -120,7 +122,11 @@
"Location", "Location",
"MediaList", "MediaList",
"MessageEvent", "MessageEvent",
"MimeType",
"MimeTypeArray",
"MouseEvent", "MouseEvent",
"MutationObserver",
"MutationRecord",
"NamedNodeMap", "NamedNodeMap",
"Node", "Node",
"NodeFilter", "NodeFilter",
@ -128,6 +134,8 @@
"NodeList", "NodeList",
"Option", "Option",
"Performance", "Performance",
"Plugin",
"PluginArray",
"PopStateEvent", "PopStateEvent",
"ProcessingInstruction", "ProcessingInstruction",
"ProgressEvent", "ProgressEvent",
@ -137,7 +145,11 @@
"SVGNumber", "SVGNumber",
"SVGSVGElement", "SVGSVGElement",
"SVGStringList", "SVGStringList",
"SVGTitleElement",
"Screen", "Screen",
"ShadowRoot",
"Storage",
"StorageEvent",
"StyleSheet", "StyleSheet",
"StyleSheetList", "StyleSheetList",
"Text", "Text",
@ -150,6 +162,7 @@
"Uint32Array", "Uint32Array",
"Uint8Array", "Uint8Array",
"Uint8ClampedArray", "Uint8ClampedArray",
"ValidityState",
"WebSocket", "WebSocket",
"WheelEvent", "WheelEvent",
"Window", "Window",
@ -157,21 +170,34 @@
"XMLHttpRequest", "XMLHttpRequest",
"XMLHttpRequestEventTarget", "XMLHttpRequestEventTarget",
"XMLHttpRequestUpload", "XMLHttpRequestUpload",
"XMLSerializer",
"XPathEvaluator", "XPathEvaluator",
"XPathException", "XPathException",
"XPathExpression", "XPathExpression",
"XPathResult", "XPathResult",
"__stopAllTimers", "__stopAllTimers",
"_commonForOrigin",
"_currentOriginData",
"_document", "_document",
"_eventHandlers", "_eventHandlers",
"_frameElement", "_frameElement",
"_getEventHandlerFor",
"_getEventHandlerTarget",
"_globalEventChanged",
"_globalProxy", "_globalProxy",
"_initGlobalEvents",
"_length", "_length",
"_localStorage",
"_parent", "_parent",
"_pretendToBeVisual", "_pretendToBeVisual",
"_proxyWindowEventsToWindow",
"_registeredHandlers", "_registeredHandlers",
"_resourceLoader",
"_runScripts", "_runScripts",
"_sessionHistory", "_sessionHistory",
"_sessionStorage",
"_setEventHandlerFor",
"_storageQuota",
"_top", "_top",
"_virtualConsole", "_virtualConsole",
"addEventListener", "addEventListener",
@ -197,6 +223,7 @@
"innerHeight", "innerHeight",
"innerWidth", "innerWidth",
"length", "length",
"localStorage",
"location", "location",
"locationbar", "locationbar",
"menubar", "menubar",
@ -204,6 +231,85 @@
"moveTo", "moveTo",
"name", "name",
"navigator", "navigator",
"onabort",
"onafterprint",
"onautocomplete",
"onautocompleteerror",
"onbeforeprint",
"onbeforeunload",
"onblur",
"oncancel",
"oncanplay",
"oncanplaythrough",
"onchange",
"onclick",
"onclose",
"oncontextmenu",
"oncuechange",
"ondblclick",
"ondrag",
"ondragend",
"ondragenter",
"ondragexit",
"ondragleave",
"ondragover",
"ondragstart",
"ondrop",
"ondurationchange",
"onemptied",
"onended",
"onerror",
"onfocus",
"onhashchange",
"oninput",
"oninvalid",
"onkeydown",
"onkeypress",
"onkeyup",
"onlanguagechange",
"onload",
"onloadeddata",
"onloadedmetadata",
"onloadstart",
"onmessage",
"onmessageerror",
"onmousedown",
"onmouseenter",
"onmouseleave",
"onmousemove",
"onmouseout",
"onmouseover",
"onmouseup",
"onoffline",
"ononline",
"onpagehide",
"onpageshow",
"onpause",
"onplay",
"onplaying",
"onpopstate",
"onprogress",
"onratechange",
"onrejectionhandled",
"onreset",
"onresize",
"onscroll",
"onsecuritypolicyviolation",
"onseeked",
"onseeking",
"onselect",
"onsort",
"onstalled",
"onstorage",
"onsubmit",
"onsuspend",
"ontimeupdate",
"ontoggle",
"onunhandledrejection",
"onunload",
"onvolumechange",
"onwaiting",
"onwheel",
"open", "open",
"outerHeight", "outerHeight",
"outerWidth", "outerWidth",
@ -231,8 +337,10 @@
"scrollY", "scrollY",
"scrollbars", "scrollbars",
"self", "self",
"sessionStorage",
"setInterval", "setInterval",
"setTimeout", "setTimeout",
"status",
"statusbar", "statusbar",
"stop", "stop",
"toolbar", "toolbar",

Loading…
Cancel
Save