[Webkit-unassigned] [Bug 244706] New: CSS - overflow: clip is not working on SVG elements
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 2 01:52:27 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=244706
Bug ID: 244706
Summary: CSS - overflow: clip is not working on SVG elements
Product: WebKit
Version: Safari Technology Preview
Hardware: Unspecified
URL: https://wpt.fyi/results/svg/render/reftests/overflow-c
lip.html?label=experimental&label=master&aligned
OS: Unspecified
Status: NEW
Keywords: BrowserCompat
Severity: Normal
Priority: P2
Component: CSS
Assignee: webkit-unassigned at lists.webkit.org
Reporter: karlcow at apple.com
CC: webkit-bug-importer at group.apple.com
https://wpt.fyi/results/svg/render/reftests/overflow-clip.html?label=experimental&label=master&aligned
This test fails
http://wpt.live/svg/render/reftests/overflow-clip.html
data:text/html,<svg%20style="overflow:%20clip;%20width:%20100px;%20height:%20100px">%20%20%20<rect%20width="200"%20height="200"%20fill="green">%20</svg>
while it is working for simple divs.
data:text/html,<div%20style="overflow:clip;width:100px;height:100px"><div%20style="width:200px;height:200px;background-color:gold"></div></div>
Work in Firefox and Chrome.
--
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/20220902/1a057e1d/attachment.htm>
More information about the webkit-unassigned
mailing list