Bug 1402877 - Part 3. Don't wait for click event being dispatched to media when media controls is present. r=surkov

MozReview-Commit-ID: DSQREXSyEWk

--HG--
extra : rebase_source : 3ff37c873dc5ebb594ac7f2d56cb6765a44f09ba
This commit is contained in:
Ray Lin 2017-10-25 15:24:40 +08:00
parent 8db0d7b267
commit acca965969

View File

@ -64,7 +64,6 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=483573
{
ID: muteBtn,
actionName: "press",
events: CLICK_EVENTS,
eventSeq: [
// new focusChecker(muteBtn),
new nameChecker(muteBtn, "Unmute"),
@ -81,7 +80,6 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=483573
{
ID: playBtn,
actionName: "press",
events: CLICK_EVENTS,
eventSeq: [
// new focusChecker(playBtn),
new nameChecker(playBtn, "Pause"),