Bug 25187

Summary: <video> may not be rendered upon certain racy conditions.
Product: WebKit Reporter: Pierre d'Herbemont <pdherbemont>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: eric.carlson, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
patch v1. simon.fraser: review+

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.