[Webkit-unassigned] [Bug 200140] New: Disabled SVG shapes should not be hit
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 25 15:19:19 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=200140
Bug ID: 200140
Summary: Disabled SVG shapes should not be hit
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: SVG
Assignee: webkit-unassigned at lists.webkit.org
Reporter: sabouhallawa at apple.com
CC: zimmermann at kde.org
Failed WPT test: http://web-platform-tests.live/svg/shapes/scripted/disabled-shapes-not-hit.svg
When an SVG shape is disabled because of incorrect dimension, this shape should not be hit by Document.elementFromPoint(). Examples for such shapes are:
<circle/>
<circle r="0"/>
<circle r="-10"/>
<circle style="r: 0"/>
<circle style="r: -10px"/>
<circle style="r: calc(-10px)"/>
--
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/20190725/13eca459/attachment-0001.html>
More information about the webkit-unassigned
mailing list