blob: 7071dc1df3cf069d7c91c58473be40e24058ee42 [file] [log] [blame]
PASS e.style['height'] = "none" should not set the property value
PASS e.style['height'] = "min-content available" should not set the property value
PASS e.style['height'] = "max-content 10px" should not set the property value
PASS e.style['height'] = "20% available" should not set the property value
PASS e.style['height'] = "-10px" should not set the property value
PASS e.style['height'] = "-20%" should not set the property value
PASS e.style['height'] = "60" should not set the property value
PASS e.style['height'] = "10px 20%" should not set the property value
PASS e.style['height'] = "10px border-box" should not set the property value
PASS e.style['height'] = "content-box 20%" should not set the property value