[Webkit-unassigned] [Bug 114876] [EFL] Newly added layout test media/click-volume-bar-not-pausing.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 19 10:11:42 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=114876





--- Comment #2 from Xabier Rodríguez Calvar <calvaris at igalia.com>  2013-04-19 10:10:00 PST ---
The purpose of the test is testing that clicking on the volume bar does not pause the media. The revision was handled in bug 112548 behind the test is the following:
1. Create a MediaDocument (a regular ones does not have that problem).
2. Get it playing. In normal circumstances it does, but it some cases it doesn't so we force a pause and a play to get the PLAYING event. We check the pause and volume.
3. Force a click on the volume bar. For that we hover the mute button, which should make the volume bar show up and then we send a click to the center of the volume bar. Then the mouse event should go down to the volume bar mouse handler, be marked as default handled and not passed to the MediaDocument which would pause the media in case it gets the event.

If the test is timing out it can be because it is either not getting the playing or volumechange events. The first could be caused because of some race condition and the second because the click doesn't reach the volume bar.

I hope this helps.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list