[Webkit-unassigned] [Bug 164312] positioning of top not compensating rounding of height

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 12 15:29:10 PST 2022


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ahmad.saleem792 at gmail.com

--- Comment #6 from Ahmad Saleem <ahmad.saleem792 at gmail.com> ---
** Safari 16.1 **

span1:
  top:          8
  bottom:       38.5
  height:       30.5
  offsetHeight: 31

span2:
  top:          8
  bottom:       38.484375
  height:       30.484375
  offsetHeight: 30

** Safari Technology Preview 157 **

span1:
  top:          8
  bottom:       38.5
  height:       30.5
  offsetHeight: 31

span2:
  top:          8
  bottom:       38.484375
  height:       30.484375
  offsetHeight: 30

*** Chrome Canary 109 ***

span1:
  top:          8
  bottom:       38
  height:       30
  offsetHeight: 30

span2:
  top:          8.0078125
  bottom:       38
  height:       29.9921875
  offsetHeight: 30

*** Firefox Nightly 108 ***

span1:
  top:          8
  bottom:       39.30000305175781
  height:       31.300003051757812
  offsetHeight: 31

span2:
  top:          8
  bottom:       39.30000305175781
  height:       31.300003051757812
  offsetHeight: 31

-- 
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/20221112/eba8c979/attachment.htm>


More information about the webkit-unassigned mailing list