Skip to content

Commit

Permalink
Update expected properties for jsdom 11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechilds committed Oct 2, 2017
1 parent 635d159 commit 9909881
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions test/fixtures/expectedProperties.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"CSSStyleSheet",
"CharacterData",
"Comment",
"CompositionEvent",
"CustomEvent",
"DOMException",
"DOMImplementation",
Expand Down Expand Up @@ -45,6 +46,7 @@
"HTMLDListElement",
"HTMLDataElement",
"HTMLDataListElement",
"HTMLDetailsElement",
"HTMLDialogElement",
"HTMLDirectoryElement",
"HTMLDivElement",
Expand All @@ -68,6 +70,7 @@
"HTMLLegendElement",
"HTMLLinkElement",
"HTMLMapElement",
"HTMLMarqueeElement",
"HTMLMediaElement",
"HTMLMenuElement",
"HTMLMetaElement",
Expand All @@ -81,6 +84,7 @@
"HTMLOutputElement",
"HTMLParagraphElement",
"HTMLParamElement",
"HTMLPictureElement",
"HTMLPreElement",
"HTMLProgressElement",
"HTMLQuoteElement",
Expand All @@ -92,9 +96,7 @@
"HTMLTableCaptionElement",
"HTMLTableCellElement",
"HTMLTableColElement",
"HTMLTableDataCellElement",
"HTMLTableElement",
"HTMLTableHeaderCellElement",
"HTMLTableRowElement",
"HTMLTableSectionElement",
"HTMLTemplateElement",
Expand Down Expand Up @@ -137,6 +139,7 @@
"Uint32Array",
"Uint8Array",
"Uint8ClampedArray",
"WheelEvent",
"Window",
"XMLDocument",
"XMLHttpRequest",
Expand All @@ -155,6 +158,7 @@
"_globalProxy",
"_length",
"_parent",
"_registeredHandlers",
"_runScripts",
"_sessionHistory",
"_top",
Expand Down

0 comments on commit 9909881

Please sign in to comment.