Bug 189999
| Summary: | [GTK] Failing animation tests | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Alicia Boya García <aboya> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED CONFIGURATION CHANGED | ||
| Severity: | Normal | CC: | bugs-noreply, graouts, magomez |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Alicia Boya García
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
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Miguel Gomez
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.
Miguel Gomez
legacy-animation-engine/animations/animation-direction-reverse.html is now flaky.
Antoine Quint
These tests are gone as of r258150, see bug 208815.