New issue
Advanced search Search tips

Issue 849138 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 649328
Owner: ----
Closed: Jan 7
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , Windows , Mac
Pri: 2
Type: Bug



Sign in to add a comment

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
 
Labels: Needs-Triage-M66
Cc: vamshi.kommuri@chromium.org
Components: Platform>DevTools
Labels: -Pri-3 Triaged-ET M-69 Target-69 FoundIn-69 OS-Linux OS-Mac OS-Windows Pri-2
Status: Untriaged (was: Unconfirmed)
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.

Comment 3 by l...@chromium.org, Jun 11 2018

Components: -Platform>DevTools Blink>MediaStream

Comment 4 by guidou@chromium.org, Jun 14 2018

Components: -Blink>MediaStream Blink>MediaStream>CaptureFromElement
Status: Available (was: Untriaged)
Mergedinto: 649328
Status: Duplicate (was: Available)

Sign in to add a comment