[Webkit-unassigned] [Bug 206973] [ iOS Release wk2 ] animations/change-one-anim.html flaky failing.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 30 14:58:33 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=206973

Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dino at apple.com
          Component|New Bugs                    |Animations

--- Comment #4 from Alexey Proskuryakov <ap at webkit.org> ---
Here is one from iPadOS Debug:

@@ -1,4 +1,4 @@
 This test performs two animations, left and top. It animates over 1 second. At 0.5 second it removes the left animation and the top animation should continue from where it left off.
 PASS - "left" property for "box" element at 0.75s saw something close to: 150
-PASS - "top" property for "box" element at 0.75s saw something close to: 225
+FAIL - "top" property for "box" element at 0.75s expected: 225 but saw: 270.6000061035156

And one from iOS Release:

@@ -1,4 +1,4 @@
 This test performs two animations, left and top. It animates over 1 second. At 0.5 second it removes the left animation and the top animation should continue from where it left off.
-PASS - "left" property for "box" element at 0.75s saw something close to: 150
-PASS - "top" property for "box" element at 0.75s saw something close to: 225
+FAIL - "left" property for "box" element at 0.75s expected: 150 but saw: 207.89999389648438
+FAIL - "top" property for "box" element at 0.75s expected: 225 but saw: 283.79998779296875

Maybe we should just merge this into bug 190882.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200130/c18f5b63/attachment-0001.htm>


More information about the webkit-unassigned mailing list