Commit 43234ab7 authored by Henrik Skupin's avatar Henrik Skupin
Browse files

Bug 1823464 - [marionette] Handle DOMTokenList instances as collection....

Bug 1823464 - [marionette] Handle DOMTokenList instances as collection. r=webdriver-reviewers,jdescottes

Differential Revision: https://phabricator.services.mozilla.com/D173068
parent 202e78e1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -576,6 +576,7 @@ element.isCollection = function(seq) {
  switch (Object.prototype.toString.call(seq)) {
    case "[object Arguments]":
    case "[object Array]":
    case "[object DOMTokenList]":
    case "[object FileList]":
    case "[object HTMLAllCollection]":
    case "[object HTMLCollection]":