Bug 122038
| Summary: | animations/transform-non-accelerated.html is flaky | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Alexey Proskuryakov <ap> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED CONFIGURATION CHANGED | ||
| Severity: | Normal | CC: | annevk, dino |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 282527 | ||
| Bug Blocks: | |||
Alexey Proskuryakov
I've only seen this fail locally on Mountain Lion Release WK1, flakiness dashboard says that it doesn't happen. But it happened twice locally.
-PASS - "webkitTransform" property for "box" element at 0.5s saw something close to: 1,0,0,0,0,0
+FAIL - "webkitTransform" property for "box" element at 0.5s expected: 1,0,0,0,0,0 but saw: matrix(1, -0.00000000000000024492935982947064, -0.00000000000000008430546696490963, -0.34420318994671106, 0, 0)
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
Marked as flaky in r156583.
Anne van Kesteren
I removed the test as it was not covering a code path that's still relevant.