Bug 186662 - REGRESSION(r232868): [GTK] Broke layout test animations/transition-and-animation-3.html
Summary: REGRESSION(r232868): [GTK] Broke layout test animations/transition-and-animat...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Animations (show other bugs)
Version: WebKit Nightly Build
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-15 09:08 PDT by Michael Catanzaro
Modified: 2018-07-05 01:43 PDT (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Catanzaro 2018-06-15 09:08:04 PDT
r232868 "[Web Animations] CSS Animations should take precedence over CSS Transitions" broke layout test animations/transition-and-animation-3.html on the GTK bot:

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/animations/transition-and-animation-3-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/animations/transition-and-animation-3-actual.txt
@@ -1,4 +1,4 @@
 Once animation has finished, box should be running left transition from 100px to 200px.
 
-PASS - "left" property for "test" element at 0.2s saw something close to: 100
+FAIL - "left" property for "test" element at 0.2s expected: 100 but saw: 500.015625
Comment 1 Antoine Quint 2018-06-15 13:05:14 PDT
FYI, I believe this test to be incorrect and will likely modify it as part of webkit.org/b/186517.
Comment 2 Michael Catanzaro 2018-06-15 14:58:19 PDT
OK thanks! Please remove our failure expectation and close this bug when you do.
Comment 3 Alicia Boya García 2018-06-20 09:13:49 PDT
At r232943:r232946 it became a timeout.
Comment 4 Carlos Garcia Campos 2018-07-05 01:43:39 PDT
Fixed in r233512