Bug 62529
Summary: | DRT should respond to full-screen requests only after the current run-loop has ended. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jer Noble <jer.noble> |
Component: | Tools / Tests | Assignee: | Jer Noble <jer.noble> |
Status: | NEW | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Jer Noble
DumpRenderTree currently misses some WebKit2 full-screen regressions because it responds to full-screen requests in the same run-loop as it receives them. Instead, it should wait till a future run-loop to respond to simulate (in a small way) the asynchronous nature of the full-screen API.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |