blob: 1f8cf44a7f12d4db084db233ce919fc46ecf17ce [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.23606797749979)"
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