[Webkit-unassigned] [Bug 13173] objBody.offsetHeight gives significantly different value than Firefox
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Jul 30 06:29:39 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=13173
Ahmad Saleem <zlip.792 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |zlip.792 at gmail.com
--- Comment #6 from Ahmad Saleem <zlip.792 at gmail.com> ---
*** Safari 15.6 on macOS 12.5 ***
> "reduction.html" ---> before objBody.offsetHeight:928 objBody.tagName:BODY
> "reduction with strict mode" ---> before objBody.offsetHeight:22 objBody.tagName:BODY
*** Chrome Canary 106 ***
> "reduction.html" ---> before objBody.offsetHeight:951 objBody.tagName:BODY
> "reduction with strict mode" ---> before objBody.offsetHeight:22 objBody.tagName:BODY
*** Firefox Nightly 105 ***
> "reduction.html" ---> before objBody.offsetHeight:22 objBody.tagName:BODY
> "reduction with strict mode" ---> before objBody.offsetHeight:22 objBody.tagName:BODY
_________
I am not sure on web-spec and what should be correct behavior but wanted to share latest test results from all browsers. 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/20220730/bc42f41e/attachment-0001.htm>
More information about the webkit-unassigned
mailing list