[Webkit-unassigned] [Bug 90281] Paddings are rounded to whole pixels

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 16 02:31:50 PST 2022


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

Ahmad Saleem <ahmad.saleem792 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |ahmad.saleem792 at gmail.com
         Resolution|---                         |CONFIGURATION CHANGED

--- Comment #2 from Ahmad Saleem <ahmad.saleem792 at gmail.com> ---
*** Safari Technology Preview 160 ***

span[position:static; padding-right:7.5px]: rect.width=7.5
span[position:fixed; padding-right:7.5px]: rect.width=7.5
span[position:absolute; padding-right:7.5px]: rect.width=7.5
span[position:relative; padding-right:7.5px]: rect.width=7.5

*** Chrome Canary 110 ***

span[position:static; padding-right:7.5px]: rect.width=7.5
span[position:fixed; padding-right:7.5px]: rect.width=7.5
span[position:absolute; padding-right:7.5px]: rect.width=7.5
span[position:relative; padding-right:7.5px]: rect.width=7.5

*** Firefox Nightly 110 ***

span[position:static; padding-right:7.5px]: rect.width=7.5
span[position:fixed; padding-right:7.5px]: rect.width=7.5
span[position:absolute; padding-right:7.5px]: rect.width=7.5
span[position:relative; padding-right:7.5px]: rect.width=7.5

_______

Since all browsers are matching each other, I am going to mark this as "RESOLVED CONFIGURATION CHANGED". 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/20221216/2a73cf80/attachment.htm>


More information about the webkit-unassigned mailing list