Bug 316308
| Summary: | Use CSS to clip <input type=image> overflow | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Emilio Cobos Álvarez (:emilio) <emilio> |
| Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Emilio Cobos Álvarez (:emilio)
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |