Just running selenium-webdriver against a page using jQuery 2.1.0, but reports an UnknownError:
UnknownError: TypeError: Cannot find function addEventListener in object [object HTMLDocument]. (http://xxxxxxxxxx.net/lib/jquery/jquery-2.1.0.min.js#2)
Same code could run well with FireFox and other browsers, and no errors reported.
Can you try with HtmlUnit Snapshot?
Because the below gives value by HtmlUnit for both FF and Chrome.
alert(document.addEventListener);
No response from user, closing.