HTMLMediaElement: follow spec with regards to muted attribute.
Setting the internal muted state based on the muted content attribute when the attributes have been parsed instead of waiting for the children to be parsed. This allows edge cases such as checking for `muted` in a <script> inside the element to return the correct value. This is fixing all the HTML tests for the muted attribute that Blink used to fail. Bug: 350303 Change-Id: I51c00abdf40b36d2222ddca2be69d61a0286f657 Reviewed-on: https://chromium-review.googlesource.com/819555 Commit-Queue: Philip Jägenstedt <foolip@chromium.org> Reviewed-by:Philip Jägenstedt <foolip@chromium.org> Cr-Commit-Position: refs/heads/master@{#523388}
Showing
Please register or sign in to comment