Bug 186138 - [GTK] imported/mozilla/css-transitions/test_event-dispatch.html is failing
Summary: [GTK] imported/mozilla/css-transitions/test_event-dispatch.html is failing
Status: RESOLVED FIXED
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-05-31 02:55 PDT by Miguel Gomez
Modified: 2018-07-05 01:45 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Miguel Gomez 2018-05-31 02:55:07 PDT
imported/mozilla/css-transitions/test_event-dispatch.html [ Failure ]

I'm not sure whether this was caused by
r232185 -> [Web Animations] WebAnimation objects never get destroyed
or
r232186 -> [Web Animations] Use DEFAULT_EXPERIMENTAL_FEATURES_ENABLED for Web Animations experimental features

This is the diff

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/imported/mozilla/css-transitions/test_event-dispatch-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/imported/mozilla/css-transitions/test_event-dispatch-actual.txt
@@ -14,7 +14,7 @@
 PASS Active -> Idle, with negative delay (display: none) 
 PASS Active -> Idle, with negative delay (Animation.timeline = null) 
 PASS Active -> Before 
-PASS Active -> After 
+FAIL Active -> After assert_equals: Expected transitionend event, but got transitionstart event instead expected "transitionend" but got "transitionstart"
 PASS After -> Before 
 PASS After -> Active 
 PASS Calculating the interval start and end time with negative start delay.
Comment 1 Michael Catanzaro 2018-07-02 15:06:55 PDT
This test is now timing out, see webkit.org/b/187264
Comment 2 Carlos Garcia Campos 2018-07-05 01:45:01 PDT
Fixed in r233512.