Bug 191249
| Summary: | [WPE] animations/stop-animation-on-suspend.html is failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Zan Dobersek <zan> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | dpino |
| Priority: | P2 | Keywords: | LayoutTestFailure |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Zan Dobersek
The animations/stop-animation-on-suspend.html layout test is failing. Starting point unknown.
--- /home/zan/Work/webkit/git/WebKitBuild/Release/layout-test-results/animations/stop-animation-on-suspend-expected.txt
+++ /home/zan/Work/webkit/git/WebKitBuild/Release/layout-test-results/animations/stop-animation-on-suspend-actual.txt
@@ -1,6 +1,6 @@
PASS - "webkitTransform" property for "box" element at 0.2s saw something close to: 1,0,0,1,100,0
PASS - "webkitTransform" property for "iframe.subframe-box" element at 0.2s saw something close to: 1,0,0,1,100,0
-PASS - "webkitTransform" property for "box" element at 0.4s saw something close to: 1,0,0,1,200,0
-PASS - "webkitTransform" property for "iframe.subframe-box" element at 0.4s saw something close to: 1,0,0,1,200,0
+FAIL - "webkitTransform" property for "box" element at 0.4s expected: 1,0,0,1,200,0 but saw: matrix(1, 0, 0, 1, 394, 0)
+FAIL - "webkitTransform" property for "iframe.subframe-box" element at 0.4s expected: 1,0,0,1,200,0 but saw: matrix(1, 0, 0, 1, 393, 0)
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Diego Pino
Fixed by r256177.