blob: 3c2a3f6da63181bee3c1812b45a278409a77fe52 [file] [log] [blame]
PASS e.style['opacity'] = "hypot()" should not set the property value
PASS e.style['opacity'] = "hypot( )" should not set the property value
PASS e.style['opacity'] = "hypot(,)" should not set the property value
PASS e.style['opacity'] = "hypot(1, )" should not set the property value
PASS e.style['opacity'] = "hypot(, 1)" should not set the property value
PASS e.style['opacity'] = "hypot(1 + )" should not set the property value
PASS e.style['opacity'] = "hypot(1 - )" should not set the property value
PASS e.style['opacity'] = "hypot(1 * )" should not set the property value
PASS e.style['opacity'] = "hypot(1 / )" should not set the property value
PASS e.style['opacity'] = "hypot(1 2)" should not set the property value
PASS e.style['opacity'] = "hypot(1, , 2)" should not set the property value
FAIL e.style['opacity'] = "hypot(1, 2)" should not set the property value assert_equals: expected "" but got "hypot(2.236068)"
PASS e.style['opacity'] = "sqrt()" should not set the property value
PASS e.style['opacity'] = "sqrt( )" should not set the property value
PASS e.style['opacity'] = "sqrt(,)" should not set the property value
PASS e.style['opacity'] = "sqrt(1, )" should not set the property value
PASS e.style['opacity'] = "sqrt(, 1)" should not set the property value
PASS e.style['opacity'] = "sqrt(1 + )" should not set the property value
PASS e.style['opacity'] = "sqrt(1 - )" should not set the property value
PASS e.style['opacity'] = "sqrt(1 * )" should not set the property value
PASS e.style['opacity'] = "sqrt(1 / )" should not set the property value
PASS e.style['opacity'] = "sqrt(1 2)" should not set the property value
PASS e.style['opacity'] = "sqrt(1, , 2)" should not set the property value
PASS e.style['opacity'] = "sqrt(1, 2)" should not set the property value
PASS e.style['opacity'] = "pow( )" should not set the property value
PASS e.style['opacity'] = "pow(,)" should not set the property value
PASS e.style['opacity'] = "pow(1, )" should not set the property value
PASS e.style['opacity'] = "pow(, 1)" should not set the property value
PASS e.style['opacity'] = "pow(1 + )" should not set the property value
PASS e.style['opacity'] = "pow(1 - )" should not set the property value
PASS e.style['opacity'] = "pow(1 * )" should not set the property value
PASS e.style['opacity'] = "pow(1 / )" should not set the property value
PASS e.style['opacity'] = "pow(1 2)" should not set the property value
PASS e.style['opacity'] = "pow(1, , 2)" should not set the property value
FAIL e.style['opacity'] = "pow(1, 2)" should not set the property value assert_equals: expected "" but got "pow(1, 2)"
PASS e.style['letter-spacing'] = "calc(1px * pow(1))" should not set the property value
PASS e.style['letter-spacing'] = "calc(1px * pow(2px, 3px))" should not set the property value
PASS e.style['letter-spacing'] = "calc(sqrt(100px)" should not set the property value
PASS e.style['letter-spacing'] = "hypot(2px, 40%)" should not set the property value
PASS e.style['letter-spacing'] = "hypot(2px, 3)" should not set the property value
PASS e.style['letter-spacing'] = "hypot(3, ,4)" should not set the property value
PASS e.style['letter-spacing'] = "calc(1px * pow(2 3))" should not set the property value
PASS e.style['letter-spacing'] = "hypot()" should not set the property value
PASS e.style['letter-spacing'] = "calc(pow(2))" should not set the property value
PASS e.style['letter-spacing'] = "pow())" should not set the property value
PASS e.style['letter-spacing'] = "calc(sqrt())" should not set the property value
PASS e.style['letter-spacing'] = "calc(sqrt(100, 200))" should not set the property value