Bug 114321

Summary: compositing/plugins/invalidate_rect.html test is bogus
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Simon Fraser (smfr)
Reported 2013-04-09 16:55:56 PDT
compositing/plugins/invalidate_rect.html assumes that plugin painting is synchronous. However, on Mac, where plugins run in another process, it isn't. The test only happened to pass because the initial paint of the plugin came in later, at the time we're testing for the paint from the invalidate. Skipping the test for now.
Attachments
Note You need to log in before you can comment on or make changes to this bug.