Bug 228912 - The background of a block in a scaled container is visible from under the borders of the block
Summary: The background of a block in a scaled container is visible from under the bor...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Local Build
Hardware: PC Windows 10
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-08-09 02:34 PDT by max.rudnev
Modified: 2021-08-16 02:35 PDT (History)
3 users (show)

See Also:


Attachments
The result (45.82 KB, image/png)
2021-08-09 02:34 PDT, max.rudnev
no flags Details
The result (44.90 KB, image/png)
2021-08-09 02:41 PDT, max.rudnev
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description max.rudnev 2021-08-09 02:34:47 PDT
Created attachment 435179 [details]
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;
}
Comment 1 max.rudnev 2021-08-09 02:41:07 PDT
Created attachment 435180 [details]
The result
Comment 2 Radar WebKit Bug Importer 2021-08-16 02:35:19 PDT
<rdar://problem/81972655>