Re: [html-tests] Add a test for property lookup in event handlers (#5757)

`HTMLCollection` is returned for @annevk's test in WebKit/Chromium (and Edge?).

@foolip your test here is different because you're doing bareword `foo` in onclick attribute, which has weird scope rules per https://html.spec.whatwg.org/multipage/webappapis.html#getting-the-current-value-of-the-event-handler

View on GitHub: https://github.com/w3c/web-platform-tests/pull/5757#issuecomment-298655683

Received on Tuesday, 2 May 2017 14:41:03 UTC