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