[Webkit-unassigned] [Bug 285141] WPT test failure css/css-fonts/variations/font-style-parsing.html
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Dec 24 19:06:40 PST 2024
https://bugs.webkit.org/show_bug.cgi?id=285141
--- Comment #3 from Karl Dubost <karlcow at apple.com> ---
Both Chrome and Safari returns:
'oblique 28.5deg'
While Firefox returns
"oblique 28.6484deg"
which is wrong anyway for Firefox.
(0.5 * (180 / Math.PI)).toFixed(4) = "28.6479"
And it is also wrong for Chrome and Safari with
(0.5 * (180 / Math.PI)).toFixed(1) = "28.6"
--
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/20241225/4eeb041d/attachment.htm>
More information about the webkit-unassigned
mailing list