[Webkit-unassigned] [Bug 40414] Fetching inline style gives different matrix for rotate(90deg) than getComputedStyle
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Jul 23 05:48:55 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=40414
Ahmad Saleem <zlip.792 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |zlip.792 at gmail.com
--- Comment #8 from Ahmad Saleem <zlip.792 at gmail.com> ---
Based on attached test cases - I get following values across browsers:
Safari 15.6 - transform: matrix(6.123233995736766e-17, 1, -1, 6.123233995736766e-17, 0, 0)
Chrome Canary 106 - transform: matrix(6.123233995736766e-17, 1, -1, 6.123233995736766e-17, 0, 0)
Firefox Nightly 104 - transform: matrix(2.220446049250313e-16, 1, -1, 2.220446049250313e-16, 0, 0)
Safari and Firefox match each other but differ from Firefox Nightly slightly. Just wanted to share updated results as of today. Thanks!
--
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/20220723/5bed53db/attachment.htm>
More information about the webkit-unassigned
mailing list