blob: ae3826345ef04f83f357ef14907196e821196255 [file] [log] [blame]
PASS e.style['gap'] = "normal normal" should set the property value
PASS e.style['gap'] = "10px 10px" should set the property value
PASS e.style['gap'] = "20% 20%" should set the property value
PASS e.style['gap'] = "calc(20% + 10px) calc(20% + 10px)" should set the property value
PASS e.style['gap'] = "normal 10px" should set the property value
PASS e.style['gap'] = "10px 20%" should set the property value
PASS e.style['gap'] = "20% calc(20% + 10px)" should set the property value
PASS e.style['gap'] = "calc(20% + 10px) 0px" should set the property value
PASS e.style['gap'] = "0px normal" should set the property value