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