DescriptionDon't show media controls on focus if 'controls' is not set.
Previously when an HTMLMediaElement received focus, the media controls
would be shown regardless of whether 'controls' was set.
It's possible for an HTMLMediaElement to receive focus despite not having
'controls' set, if it has a 'tabindex'.
BUG=424625
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=184803
Patch Set 1 #Patch Set 2 : Added a test #Patch Set 3 : Fix whitespace in test expected output #
Messages
Total messages: 10 (4 generated)
|