Skip to content

Commit

Permalink
Update expected properties for jsdom 11.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechilds committed Feb 6, 2018
1 parent 0f9fc4b commit f0d744f
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions test/fixtures/expectedProperties.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"ArrayBuffer",
"Attr",
"Audio",
"BarProp",
"Blob",
"CDATASection",
"CSSImportRule",
Expand All @@ -13,6 +14,7 @@
"CSSStyleRule",
"CSSStyleSheet",
"CharacterData",
"CloseEvent",
"Comment",
"CompositionEvent",
"CustomEvent",
Expand Down Expand Up @@ -125,6 +127,7 @@
"NodeIterator",
"NodeList",
"Option",
"Performance",
"PopStateEvent",
"ProcessingInstruction",
"ProgressEvent",
Expand All @@ -134,6 +137,7 @@
"SVGNumber",
"SVGSVGElement",
"SVGStringList",
"Screen",
"StyleSheet",
"StyleSheetList",
"Text",
Expand All @@ -146,6 +150,7 @@
"Uint32Array",
"Uint8Array",
"Uint8ClampedArray",
"WebSocket",
"WheelEvent",
"Window",
"XMLDocument",
Expand All @@ -157,7 +162,6 @@
"XPathExpression",
"XPathResult",
"__stopAllTimers",
"_core",
"_document",
"_eventHandlers",
"_frameElement",
Expand All @@ -181,7 +185,7 @@
"close",
"confirm",
"console",
"createPopup",
"devicePixelRatio",
"dispatchEvent",
"document",
"external",
Expand All @@ -194,6 +198,8 @@
"innerWidth",
"length",
"location",
"locationbar",
"menubar",
"moveBy",
"moveTo",
"name",
Expand All @@ -204,6 +210,8 @@
"pageXOffset",
"pageYOffset",
"parent",
"performance",
"personalbar",
"postMessage",
"print",
"prompt",
Expand All @@ -218,15 +226,16 @@
"screenY",
"scroll",
"scrollBy",
"scrollLeft",
"scrollTo",
"scrollTop",
"scrollX",
"scrollY",
"scrollbars",
"self",
"setInterval",
"setTimeout",
"statusbar",
"stop",
"toolbar",
"top",
"window"
]

0 comments on commit f0d744f

Please sign in to comment.