Bug 25187 - <video> may not be rendered upon certain racy conditions.
Summary: <video> may not be rendered upon certain racy conditions.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-14 11:04 PDT by Pierre d'Herbemont
Modified: 2009-04-16 11:07 PDT (History)
2 users (show)

See Also:


Attachments
patch v1. (1.96 KB, patch)
2009-04-14 11:07 PDT, Pierre d'Herbemont
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pierre d'Herbemont 2009-04-14 11:04:21 PDT
* SUMMARY
10A318: Sometimes there is no video drawn, whereas controls are.

* STEPS TO REPRODUCE
1. Open a HTML file that have a <video> with content.
2. Reload the page multiple times until no content is shown.

* RESULTS
Sometimes, there is no video frames drawn.

* NOTES
Apparently the QTRenderer is not created.
Comment 1 Pierre d'Herbemont 2009-04-14 11:07:21 PDT
Created attachment 29475 [details]
patch v1.
Comment 2 Eric Carlson 2009-04-14 11:13:31 PDT
rdar://6787266
Comment 3 Simon Fraser (smfr) 2009-04-16 10:11:49 PDT
Comment on attachment 29475 [details]
patch v1.

Is it possible to make a LayoutTest for this?
Comment 4 Eric Carlson 2009-04-16 11:02:37 PDT
http://trac.webkit.org/changeset/42581
Comment 5 Pierre d'Herbemont 2009-04-16 11:07:58 PDT
Moving to fixed.