[Webkit-unassigned] [Bug 257811] Inline-level elements with self-painting layer renders overlapping ellipsis.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 7 10:00:08 PDT 2023


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

--- Comment #2 from zalan <zalan at apple.com> ---
that's a good catch. so this can be triggered on any self-painting inline level element e.g.

<style>
div {
  width: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre;
}
img {
  height: 50px;
  width: 50px;
  background: green;
}
.overflow {
  background: red;
  transform: translateZ(0);
}
</style>
PASS in no red shows.
<div><img><img class=overflow></div>

-- 
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/20230607/f01e97fc/attachment.htm>


More information about the webkit-unassigned mailing list