This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 18505 - event_pause.html times out
Summary: event_pause.html times out
Status: NEW
Alias: None
Product: HTML WG
Classification: Unclassified
Component: testsuite (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-08 20:31 UTC by Ms2ger
Modified: 2012-08-14 15:40 UTC (History)
3 users (show)

See Also:


Attachments

Description Ms2ger 2012-08-08 20:31:20 UTC
<http://w3c-test.org/html/tests/approved/video/event_pause.html> times out because v.paused is true when the test calls v.pause(), so the event isn't fired.
Comment 1 kkrueger 2012-08-14 15:40:05 UTC
From the IRC conversation at the TTF meeting on 8/14/2012
[08:33] <krisk> 18505 looks like a bug
[08:36] <krisk> ms2ger did you have a patch or fix?
[08:37] <Ms2ger> No, I haven't looked too closely
[08:37] <tmpsantos> Ms2ger: is it because pause == true when the video is loading?
[08:37] <krisk> I suspect the test needs to see that the media has loaded and is playing before calling pause
[08:37] <krisk> Note that all browsers don't 'play' the video
[08:37] <Ms2ger> Stepping through the Gecko code, paused did seem to be true
[08:37] <Ms2ger> I ran out of time before figuring out if that matches the spec

Need to find if this is expected or not...