Bug 93984
| Summary: | [WK2][GTK] some tests showing weird float values instead of integer results | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Sergio Villar Senin <svillar> |
| Component: | WebKitGTK | Assignee: | Alberto Garcia <berto> |
| Status: | ASSIGNED | ||
| Severity: | Normal | CC: | berto, bugs-noreply |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Sergio Villar Senin
For example in animations/play-state-suspend.html we expect
PASS - "webkitTransform" property for "box1" element at 1s saw something close to: 1,0,0,1,140,0
PASS - "left" property for "box2" element at 1s saw something close to: 140
but we get
FAIL - "webkitTransform" property for "box1" element at 1s expected: 1,0,0,1,140,0 but saw: matrix(1, 0, 0, 1, 170.91317749023438, 0)
FAIL - "left" property for "box2" element at 1s expected: 140 but saw: 170.81375122070312
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alberto Garcia
This happens only when accelerated compositing is enabled. You can see
it very easily if you compare how it looks with GtkLauncher and
MiniBrowser.
Probably related to bug 29984 and bug 42421.
Alberto Garcia
Assigning to me.