[Webkit-unassigned] [Bug 210371] Images with style="display: none; image-orientation: none; " do not report the correct size
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jul 23 04:02:53 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=210371
Ahmad Saleem <ahmad.saleem792 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ahmad.saleem792 at gmail.com,
| |bfulgham at webkit.org,
| |simon.fraser at apple.com
--- Comment #1 from Ahmad Saleem <ahmad.saleem792 at gmail.com> ---
Chrome Canary 117:
id = visibile: computedStyleSize = (50px by 100px), size = (50 by 100)
id = visibility-hidden: computedStyleSize = (50px by 100px), size = (50 by 100)
id = display-none: computedStyleSize = (auto by auto), size = (50 by 100)
Firefox Nightly 117:
id = visibile: computedStyleSize = (50px by 100px), size = (50 by 100)
id = visibility-hidden: computedStyleSize = (50px by 100px), size = (50 by 100)
id = display-none: computedStyleSize = (auto by auto), size = (50 by 100)
WebKit ToT:
id = visibile: computedStyleSize = (50px by 100px), size = (50 by 100)
id = visibility-hidden: computedStyleSize = (50px by 100px), size = (50 by 100)
id = display-none: computedStyleSize = (auto by auto), size = (50 by 100)
_______
All browsers are matching each other. Do we need to do anything else? 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/20230723/6689dbd3/attachment.htm>
More information about the webkit-unassigned
mailing list