Bug 186662
| Summary: | REGRESSION(r232868): [GTK] Broke layout test animations/transition-and-animation-3.html | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Michael Catanzaro <mcatanzaro> |
| Component: | Animations | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | aboya, bugs-noreply, calvaris, cgarcia, dino, graouts, mcatanzaro |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | PC | ||
| OS: | Linux | ||
Michael Catanzaro
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
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Antoine Quint
FYI, I believe this test to be incorrect and will likely modify it as part of webkit.org/b/186517.
Michael Catanzaro
OK thanks! Please remove our failure expectation and close this bug when you do.
Alicia Boya GarcĂa
At r232943:r232946 it became a timeout.
Carlos Garcia Campos
Fixed in r233512