blob: ee36850a1224a61f69008a5b3037d1ab961b432f [file] [log] [blame]
PASS e.style['opacity'] = "1" should set the property value
PASS e.style['opacity'] = "0.5" should set the property value
PASS e.style['opacity'] = "0" should set the property value
PASS e.style['opacity'] = "-2" should set the property value
PASS e.style['opacity'] = "3" should set the property value
PASS e.style['opacity'] = "-100%" should set the property value
PASS e.style['opacity'] = "50%" should set the property value
PASS e.style['opacity'] = "300%" should set the property value