Bug 186138
Summary: | [GTK] imported/mozilla/css-transitions/test_event-dispatch.html is failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Miguel Gomez <magomez> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bugs-noreply, calvaris, cgarcia, graouts, mcatanzaro |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Miguel Gomez
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Michael Catanzaro
This test is now timing out, see webkit.org/b/187264
Carlos Garcia Campos
Fixed in r233512.