[Webkit-unassigned] [Bug 60055] media/video-volume-slider.html causes GTK 64 bit debug bot to time out
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu May 12 09:01:48 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=60055
Martin Robinson <mrobinson at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #93269|review? |review+
Flag| |
--- Comment #8 from Martin Robinson <mrobinson at webkit.org> 2011-05-12 09:01:48 PST ---
(From update of attachment 93269)
View in context: https://bugs.webkit.org/attachment.cgi?id=93269&action=review
> LayoutTests/media/video-volume-slider.html:30
> + x = muteCoords[0];
> + y = muteCoords[1];
> eventSender.mouseMoveTo(x, y);
You could just pass the coordinates directly here ala eventSender.moveMouseTo(muteCoords[0], museCoords[1]); without much loss of explication.
--
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