mirror of
https://github.com/servo/servo
synced 2026-04-27 18:07:52 +02:00
* Update web-platform-tests to revision b'dfda99176a5d552fb1129fa353b7e4c69f6ed92c' * fix linter errors after WPT import Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com> * Update expectations --------- Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com> Co-authored-by: Mukilan Thiyagarajan <mukilan@igalia.com> Co-authored-by: sagudev <16504129+sagudev@users.noreply.github.com>
13 lines
521 B
INI
13 lines
521 B
INI
[clamp-length-serialize.html]
|
|
[e.style['letter-spacing'\] = "calc(0px - clamp(30px, 100px, 20px))" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['letter-spacing'\] = "calc(calc(0px - clamp(30px, 100px, 20px)))" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['letter-spacing'\] = "calc(0px - clamp(1px, 1em, 1vh))" should set the property value]
|
|
expected: FAIL
|
|
|
|
[e.style['letter-spacing'\] = "calc(calc(0px - clamp(1px, 1em, 1vh)))" should set the property value]
|
|
expected: FAIL
|