Bug 25188
Summary: | transitions/zero-duration-with-non-zero-delay-end.html sometimes fails on Windows | ||
---|---|---|---|
Product: | WebKit | Reporter: | Adam Roben (:aroben) <aroben> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bfulgham, cmarrin, simon.fraser |
Priority: | P2 | Keywords: | InRadar, LayoutTestFailure, PlatformOnly |
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Windows XP | ||
URL: | http://build.webkit.org/results/Windows%20Release%20(Tests)/r42514%20(188)/transitions/zero-duration-with-non-zero-delay-end-diffs.txt |
Adam Roben (:aroben)
transitions/zero-duration-with-non-zero-delay-end.html is sometimes failing on the Windows test bots. See the URL for an example failure.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adam Roben (:aroben)
I've added this test to the Windows Skipped file.
Adam Roben (:aroben)
At first glance, this seems like a race between the transitions occurring and the timers firing. Padding the timers would probably fix this.
But maybe this race is precisely what the test was meant to exercise? Is there a guaranteed ordering on Mac?
Mark Rowe (bdash)
<rdar://problem/6790212>
Brent Fulgham
This is no longer flaky, perhaps due to the fixes that stopped us from painting during layout.