Bug 191249

Summary: [WPE] animations/stop-animation-on-suspend.html is failing
Product: WebKit Reporter: Zan Dobersek <zan>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: dpino
Priority: P2 Keywords: LayoutTestFailure
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Zan Dobersek
Reported 2018-11-05 00:52:00 PST
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
Diego Pino
Comment 1 2020-03-12 03:28:20 PDT
Fixed by r256177.
Note You need to log in before you can comment on or make changes to this bug.