[Webkit-unassigned] [Bug 194765] Animation of font-size with rem values is incorrect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 19 07:49:45 PDT 2020


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

Antoine Quint <graouts at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #399733|review?                     |review+
              Flags|                            |

--- Comment #10 from Antoine Quint <graouts at webkit.org> ---
Comment on attachment 399733
  --> https://bugs.webkit.org/attachment.cgi?id=399733
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=399733&action=review

> LayoutTests/animations/keyframe-rem-unit.html:20
> +    testRunner.waitUntilDone();
> +    await document.getAnimations()[0].finished;
> +    testRunner.notifyDone();

If you write an animation that use a rem unit in the "from" keyframe then you could write this to only wait for the animation's "ready" promise which would run the test one animation frame faster I think. Hopefully that works.

-- 
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/20200519/577eae4b/attachment-0001.htm>


More information about the webkit-unassigned mailing list