blob: 2bdcd4e667d5e0a64d29028a0553a8f742d4871e [file] [log] [blame]
PASS e.style['flex-basis'] = "1px" should set the property value
PASS e.style['flex-basis'] = "calc(2em + 3ex)" should set the property value
PASS e.style['flex-basis'] = "400%" should set the property value
PASS e.style['flex-basis'] = "auto" should set the property value
FAIL e.style['flex-basis'] = "fit-content" should set the property value assert_not_equals: property should be set got disallowed value ""
FAIL e.style['flex-basis'] = "min-content" should set the property value assert_not_equals: property should be set got disallowed value ""
FAIL e.style['flex-basis'] = "max-content" should set the property value assert_not_equals: property should be set got disallowed value ""
PASS e.style['flex-basis'] = "content" should set the property value