blob: 51761870d592276f9e43b7a606f786135dec413a [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