diff options
author | Oriol Brufau <obrufau@igalia.com> | 2025-04-14 03:31:48 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-14 10:31:48 +0000 |
commit | f1417c4e75d80c0d07b2718423e042bd11f3bcd3 (patch) | |
tree | eb4600423fa59180feb45fecad239102f81374b3 /components/script/dom/clipboard.rs | |
parent | fbe1f0ef6d72cca79a86aaf532dda825e8486a2f (diff) | |
download | servo-f1417c4e75d80c0d07b2718423e042bd11f3bcd3.tar.gz servo-f1417c4e75d80c0d07b2718423e042bd11f3bcd3.zip |
layout: Let getComputedStyle resolve auto min size as 0px when needed (#36430)
The initial value of `min-width` and `min-height` was 0px in CSS2.
However, CSS3 changed it to `auto`, so for backwards compatibility,
`getComputedStyle` needs to resolve it to 0px in a bunch of cases.
Testing: covered by WPT
Signed-off-by: Oriol Brufau <obrufau@igalia.com>
Diffstat (limited to 'components/script/dom/clipboard.rs')
0 files changed, 0 insertions, 0 deletions