[Webkit-unassigned] [Bug 242057] New: Negative margin error (-100%)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 28 01:27:43 PDT 2022


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

            Bug ID: 242057
           Summary: Negative margin error (-100%)
           Product: WebKit
           Version: Safari 15
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: nayara at ynamedm.com

Created attachment 460515

  --> https://bugs.webkit.org/attachment.cgi?id=460515&action=review

sample of bug

Safari 15.4 has a problem with negative margins, it was not present in 15.3.
Here's the code:

<style>.c1 {width:113px;height:158px;text-align:center} .pi {margin:0 -100%;} </style> <div class="c1"><img class="pi" src="https://i.ibb.co/7R0NTRt/photo.jpg"></div>

As you can see, image is cut in half in Safari 15.4

-- 
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/20220628/e0d7b0c8/attachment-0001.htm>


More information about the webkit-unassigned mailing list