blob: 9383e257bd7a1e54ca775639a32b970ea24a6aac [file] [log] [blame]
PASS e.style['width'] = "auto" should set the property value
PASS e.style['width'] = "min-content" should set the property value
PASS e.style['width'] = "max-content" should set the property value
PASS e.style['width'] = "0" should set the property value
PASS e.style['width'] = "10%" should set the property value
PASS e.style['width'] = "0.5em" should set the property value
PASS e.style['width'] = "calc(10% - 0.5em)" should set the property value
FAIL e.style['width'] = "fit-content(10%)" should set the property value assert_not_equals: property should be set got disallowed value ""
FAIL e.style['width'] = "fit-content(0.5em)" should set the property value assert_not_equals: property should be set got disallowed value ""
FAIL e.style['width'] = "fit-content(10% - 0.5em)" should set the property value assert_not_equals: property should be set got disallowed value ""