blob: d7107b7e20ea642023a2913c40a5558df5ac42ac [file] [log] [blame]
This is a testharness.js-based test.
PASS e.style['min-height'] = "auto" should set the property value
PASS e.style['min-height'] = "min-content" should set the property value
PASS e.style['min-height'] = "max-content" should set the property value
PASS e.style['min-height'] = "0" should set the property value
PASS e.style['min-height'] = "10%" should set the property value
PASS e.style['min-height'] = "0.5em" should set the property value
PASS e.style['min-height'] = "calc(10% - 0.5em)" should set the property value
FAIL e.style['min-height'] = "fit-content(10%)" should set the property value assert_not_equals: property should be set got disallowed value ""
FAIL e.style['min-height'] = "fit-content(0.5em)" should set the property value assert_not_equals: property should be set got disallowed value ""
FAIL e.style['min-height'] = "fit-content(10% - 0.5em)" should set the property value assert_not_equals: property should be set got disallowed value ""
Harness: the test ran to completion.