blob: e49d55a06cd2445efb008d08b173d0d6719dc8f4 [file] [log] [blame]
PASS e.style['grid-auto-flow'] = "row" should set the property value
PASS e.style['grid-auto-flow'] = "column" should set the property value
PASS e.style['grid-auto-flow'] = "row dense" should set the property value
PASS e.style['grid-auto-flow'] = "dense row" should set the property value
PASS e.style['grid-auto-flow'] = "dense" should set the property value
PASS e.style['grid-auto-flow'] = "column dense" should set the property value
PASS e.style['grid-auto-flow'] = "dense column" should set the property value