Bug 189999 - [GTK] Failing animation tests
Summary: [GTK] Failing animation tests
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-26 09:21 PDT by Alicia Boya García
Modified: 2020-03-09 13:01 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alicia Boya García 2018-09-26 09:21:59 PDT
The following tests are failing on GTK:

legacy-animation-engine/animations/animation-direction-reverse.html
legacy-animation-engine/animations/transform-non-accelerated.html
legacy-animation-engine/transitions/start-transform-transition.html

e.g:

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/legacy-animation-engine/animations/animation-direction-reverse-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/legacy-animation-engine/animations/animation-direction-reverse-actual.txt
@@ -1,4 +1,4 @@
-PASS - "webkitTransform" property for "box" element at 0.5s saw something close to: 1,0,0,1,150,0
-PASS - "webkitTransform" property for "box" element at 1s saw something close to: 1,0,0,1,100,0
+FAIL - "webkitTransform" property for "box" element at 0.5s expected: 1,0,0,1,150,0 but saw: matrix(1, 0, 0, 1, 101.4000015258789, 0)
+FAIL - "webkitTransform" property for "box" element at 1s expected: 1,0,0,1,100,0 but saw: matrix(1, 0, 0, 1, 52.20000076293945, 0)
 PASS - "webkitTransform" property for "box" element at 2.5s saw something close to: none
Comment 1 Miguel Gomez 2019-05-02 06:41:21 PDT
legacy-animation-engine/animations/transform-non-accelerated.html is now flaky failure/pass.

legacy-animation-engine/transitions/start-transform-transition.html is passing reliably since r244182.

Updating expectations.
Comment 2 Miguel Gomez 2019-06-13 05:52:43 PDT
legacy-animation-engine/animations/animation-direction-reverse.html is now flaky.
Comment 3 Antoine Quint 2020-03-09 13:01:56 PDT
These tests are gone as of r258150, see bug 208815.