You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constxml=newwindow.DOMParser().parseFromString('<script>x<\/script>','text/xml')constparseError=xml.getElementsByTagName('parsererror')// it should be an empty arrayconsole.log(parseError)// HTMLCollection { '0': HTMLUnknownElement {} }
Error discovered from
jsdom
:Test code excerpt:
Result in chrome:
Repro here: https://github.com/unional/issues/tree/jsdom-jquery-xml
jsdom: 9.12.0
Reference: jsdom/jsdom#1775
The text was updated successfully, but these errors were encountered: