mirror of
https://github.com/servo/servo
synced 2026-04-26 01:25:32 +02:00
Automated downstream sync of changes from upstream as of 01-02-2026 [no-wpt-sync] Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
19 lines
677 B
INI
Vendored
19 lines
677 B
INI
Vendored
[clamp-length-serialize.html]
|
|
[e.style['margin-top'\] = "clamp(none, 33px, 30px)" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['margin-top'\] = "calc(clamp(none, 33px, 30px))" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['margin-top'\] = "clamp(33px, 30px, none)" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['margin-top'\] = "calc(clamp(33px, 30px, none))" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['margin-top'\] = "clamp(none, 30px, none)" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['margin-top'\] = "calc(clamp(none, 30px, none))" should set the property value]
|
|
expected: FAIL
|