[Webkit-unassigned] [Bug 210371] New: Images with style="display: none; image-orientation: none; " do not report the correct size
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Apr 10 20:41:26 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=210371
Bug ID: 210371
Summary: Images with style="display: none; image-orientation:
none;" do not report the correct size
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Images
Assignee: webkit-unassigned at lists.webkit.org
Reporter: sabouhallawa at apple.com
Created attachment 396146
--> https://bugs.webkit.org/attachment.cgi?id=396146&action=review
test case
Open the attached test case.
This test case contains three images; all of them have "image-orientation: none;". The first image is visible, the second one has "visibility: hidden;" and the third one has "display: none;".
Expected: All the three images report the same size which is 100x50.
Result: The image with "display: none;" reports a wrong size 50x100.
--
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/20200411/6c4badf5/attachment-0001.htm>
More information about the webkit-unassigned
mailing list