Bug 316308

Summary: Use CSS to clip <input type=image> overflow
Product: WebKit Reporter: Emilio Cobos Álvarez (:emilio) <emilio>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Emilio Cobos Álvarez (:emilio)
Reported 2026-06-04 08:29:08 PDT
See https://github.com/whatwg/html/pull/12491 This matches existing behavior, see: ``` data:text/html,<input type=image src="https://wpt.live/images/green.png" style="width: 50px; height: 50px; padding: 10px; overflow: visible"> ``` But expressed via UA sheet rather than magic.
Attachments
Note You need to log in before you can comment on or make changes to this bug.