WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
265724
[LBSE] Misleading/wrong inspector box model values for mask-object-bounding-box-shrink.html
https://bugs.webkit.org/show_bug.cgi?id=265724
Summary
[LBSE] Misleading/wrong inspector box model values for mask-object-bounding-b...
Rob Buis
Reported
2023-12-02 11:52:21 PST
When inspecting mask-object-bounding-box-shrink.html the mask contents box model indicates a 0.5px x 0.5px size for it. This is either wrong, misleading or both: - Given the mask units are objectBoundingBox, the calculated mask size should be more like 50px x 50px. - Since the mask dimension actually depends on the clients object bounding box, and there may be multiple clients, giving absolute values feel wrong anyway. So I think there could be two less misleading/more correct fixes for the mask content: - Give relative values (percentages) - don't give any dimension data at all (gecko does this).
Attachments
Add attachment
proposed patch, testcase, etc.
Karl Dubost
Comment 1
2023-12-07 19:58:14 PST
This is about LayoutTests/svg/repaint/mask-object-bounding-box-shrink.html Both Safari and Chrome returns the same computed value: 0.5px Firefox indeed returns: 0px
Radar WebKit Bug Importer
Comment 2
2023-12-09 11:53:14 PST
<
rdar://problem/119437588
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug