[Webkit-unassigned] [Bug 228912] New: Block background is visible from under its borders

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 9 02:34:47 PDT 2021


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

            Bug ID: 228912
           Summary: Block background is visible from under its borders
           Product: WebKit
           Version: WebKit Local Build
          Hardware: PC
                OS: Windows 10
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: max.rudnev at storied.co

Created attachment 435179

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

The result

HTML:
<div></div>

CSS:
body {
  transform-origin: 0 0;
  transform: scale(1.1);
}

div {
  width: 200px;
  height: 200px;
  background: black;
  border: 3px solid white;
}

-- 
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/20210809/cfb5f27c/attachment.htm>


More information about the webkit-unassigned mailing list