Files
servo/tests/wpt/meta/css/css-values/clamp-length-serialize.html.ini
Servo WPT Sync c197caff99 Sync WPT with upstream (01-02-2026) (#42267)
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>
2026-02-01 01:31:35 +00:00

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