Bug 114321
| Summary: | compositing/plugins/invalidate_rect.html test is bogus | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Simon Fraser (smfr)
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |