blob: 3ff0559ee47a8d994b09bc523489017356254c6b [file] [log] [blame]
PASS e.style['flex'] = "none" should set flex-basis
PASS e.style['flex'] = "none" should set flex-grow
PASS e.style['flex'] = "none" should set flex-shrink
PASS e.style['flex'] = "none" should not set unrelated longhands
PASS e.style['flex'] = "1" should set flex-basis
PASS e.style['flex'] = "1" should set flex-grow
PASS e.style['flex'] = "1" should set flex-shrink
PASS e.style['flex'] = "1" should not set unrelated longhands
PASS e.style['flex'] = "2 3" should set flex-basis
PASS e.style['flex'] = "2 3" should set flex-grow
PASS e.style['flex'] = "2 3" should set flex-shrink
PASS e.style['flex'] = "2 3" should not set unrelated longhands
PASS e.style['flex'] = "4 5 6px" should set flex-basis
PASS e.style['flex'] = "4 5 6px" should set flex-grow
PASS e.style['flex'] = "4 5 6px" should set flex-shrink
PASS e.style['flex'] = "4 5 6px" should not set unrelated longhands
PASS e.style['flex'] = "7% 8" should set flex-basis
PASS e.style['flex'] = "7% 8" should set flex-grow
PASS e.style['flex'] = "7% 8" should set flex-shrink
PASS e.style['flex'] = "7% 8" should not set unrelated longhands
PASS e.style['flex'] = "8 auto" should set flex-basis
PASS e.style['flex'] = "8 auto" should set flex-grow
PASS e.style['flex'] = "8 auto" should set flex-shrink
PASS e.style['flex'] = "8 auto" should not set unrelated longhands