blob: 5e191fd0dbc192860dcf9491cfb792e63212ff88 [file] [log] [blame]
PASS e.style['letter-spacing'] = "clamp()" should not set the property value
PASS e.style['letter-spacing'] = "clamp( )" should not set the property value
PASS e.style['letter-spacing'] = "clamp(,)" should not set the property value
PASS e.style['letter-spacing'] = "clamp(1px, )" should not set the property value
PASS e.style['letter-spacing'] = "clamp(, 1px)" should not set the property value
PASS e.style['letter-spacing'] = "clamp(1px, 1px)" should not set the property value
PASS e.style['letter-spacing'] = "clamp(1px, , 1px)" should not set the property value
PASS e.style['letter-spacing'] = "clamp(, 1px, 1px)" should not set the property value
PASS e.style['letter-spacing'] = "clamp(1px, 1px, )" should not set the property value
PASS e.style['letter-spacing'] = "clamp(1px, 1px, 1px, )" should not set the property value
PASS e.style['letter-spacing'] = "clamp(1px 1px 1px)" should not set the property value
PASS e.style['letter-spacing'] = "clamp(0, 10rem, 100%)" should not set the property value