HTMLMediaElement muted attribute is not in sync with JS |
|
Issue descriptionChrome Version: 65.0.3325.181 OS: Linux What steps will reproduce the problem? (1) Create a video element with muted attr (e.g. <video muted />) (2) Unmute the video element using JS (e.g. video.muted = false) What is the expected result? The video element should not longer have the muted attribute. What happens instead? The video element still has the muted attribute. This happens the other way too when you mute a video element. |
|
►
Sign in to add a comment |
|
Comment 1 by mlamouri@chromium.org
, Apr 3 2018