[Webkit-unassigned] [Bug 83704] [GTK] media/event-attributes.html fails if mixer is not at 100%

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 14 10:42:01 PDT 2012


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





--- Comment #9 from Raphael Kubo da Costa (rakuco) <rakuco at webkit.org>  2012-05-14 10:41:05 PST ---
Like this?


@@ -13,14 +13,14 @@

 *** changing playback rate
 RUN(video.playbackRate = 2)
+EVENT(volumechange)
+
+*** pausing playback
+RUN(video.pause())
 EVENT(ratechange)

 *** setting volume
 RUN(video.volume = 0.5)
-EVENT(volumechange)
-
-*** pausing playback
-RUN(video.pause())
 EVENT(pause)

 *** seeking

-- 
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