From 475995ae20133dc1c6fc67f95beda3430343e635 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Wed, 23 Aug 2017 10:28:50 +0100 Subject: [PATCH] Update expected properties for jsdom 11.2 --- test/fixtures/expectedProperties.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/test/fixtures/expectedProperties.json b/test/fixtures/expectedProperties.json index 98b12f5..e045820 100644 --- a/test/fixtures/expectedProperties.json +++ b/test/fixtures/expectedProperties.json @@ -16,6 +16,7 @@ "DOMException", "DOMImplementation", "DOMParser", + "DOMStringMap", "DOMTokenList", "Document", "DocumentFragment", @@ -76,6 +77,7 @@ "HTMLObjectElement", "HTMLOptGroupElement", "HTMLOptionElement", + "HTMLOptionsCollection", "HTMLOutputElement", "HTMLParagraphElement", "HTMLParamElement", @@ -127,6 +129,7 @@ "StyleSheetList", "Text", "TouchEvent", + "TreeWalker", "UIEvent", "URL", "URLSearchParams", @@ -146,7 +149,6 @@ "__stopAllTimers", "__timers", "_core", - "_currentSessionHistoryEntryIndex", "_document", "_eventHandlers", "_frameElement", @@ -162,6 +164,7 @@ "atob", "blur", "btoa", + "captureEvents", "clearInterval", "clearTimeout", "close", @@ -170,6 +173,7 @@ "createPopup", "dispatchEvent", "document", + "external", "focus", "frameElement", "frames", @@ -192,6 +196,7 @@ "postMessage", "print", "prompt", + "releaseEvents", "removeEventListener", "resizeBy", "resizeTo",