blob: aa12e831cd08fec6d5672a399693f8df3067b108 [file] [log] [blame]
PASS e.style['inset'] = "auto" should set the property value
PASS e.style['inset'] = "-10px" should set the property value
PASS e.style['inset'] = "calc(-0.5em + 10px) -20%" should set the property value
PASS e.style['inset'] = "auto auto" should set the property value
PASS e.style['inset'] = "10px calc(-0.5em + 10px) -30px" should set the property value
PASS e.style['inset'] = "auto auto auto" should set the property value
PASS e.style['inset'] = "10px calc(-0.5em + 10px) auto -30px" should set the property value
PASS e.style['inset'] = "auto auto auto auto" should set the property value