Browse Source

Update expected properties for jsdom 11.4

pull/61/head
Luke Childs 7 years ago
parent
commit
294dea39c3
  1. 9
      test/fixtures/expectedProperties.json

9
test/fixtures/expectedProperties.json

@ -34,7 +34,6 @@
"FocusEvent",
"FormData",
"HTMLAnchorElement",
"HTMLAppletElement",
"HTMLAreaElement",
"HTMLAudioElement",
"HTMLBRElement",
@ -127,6 +126,12 @@
"PopStateEvent",
"ProcessingInstruction",
"ProgressEvent",
"SVGAnimatedString",
"SVGElement",
"SVGGraphicsElement",
"SVGNumber",
"SVGSVGElement",
"SVGStringList",
"StyleSheet",
"StyleSheetList",
"Text",
@ -150,7 +155,6 @@
"XPathExpression",
"XPathResult",
"__stopAllTimers",
"__timers",
"_core",
"_document",
"_eventHandlers",
@ -158,6 +162,7 @@
"_globalProxy",
"_length",
"_parent",
"_pretendToBeVisual",
"_registeredHandlers",
"_runScripts",
"_sessionHistory",

Loading…
Cancel
Save