Pass the web-platform-test: mediacapture-fromelement/historical.html
Reported by
m...@bocoup.com,
Jun 4 2018
|
||||||
Issue description
Chrome Version : 66.0.3359.181 (Official Build)
OS Version: GNU/Linux - Ubuntu 16.04
URLs (if applicable) :
Other browsers tested:
Add OK or FAIL after other browsers where you have tested this issue:
Safari:
Firefox: OK
Edge: FAIL
What steps will reproduce the problem?
1. Execute the following code: MediaStream.prototype.hasOwnProperty('onactive')
What is the expected result?
The expression should evaluate to `false`
What happens instead of that?
The expression evaluates to `true`
The `onactive` event handler was removed from the MediaCapture specification in
2015 [1]. A test asserting its absence was recently introduced to the
web-platform-tests project [2]. Chromium continues to expose the legacy behavior,
but it should be removed.
[1] https://github.com/w3c/mediacapture-main/pull/291
[2] https://github.com/web-platform-tests/wpt/pull/11211
,
Jun 4 2018
Thanks for filing the issue! Able to reproduce the issue on reported chrome version 66.0.3359.181 and on the latest canary 69.0.3448.0 using Mac 10.13.1, Windows 10 and ubuntu 14.04. As the issue is seen from M60(60.0.3112.0) considering it as Non-regression and marking it as Untriaged. Tentatively adding component "Platform>DevTools" please change if this isn't apt.
,
Jun 11 2018
,
Jun 14 2018
,
Jul 2
,
Jan 7
|
||||||
►
Sign in to add a comment |
||||||
Comment 1 by krajshree@chromium.org
, Jun 4 2018