blob: d3922ee6ff527a3db2295c66e8963a6ca9e5ecdb [file] [log] [blame]
PASS e.style['max-inline-size'] = "none" should set the property value
PASS e.style['max-inline-size'] = "10px" should set the property value
PASS e.style['max-inline-size'] = "20%" should set the property value
PASS e.style['max-inline-size'] = "calc(2em + 3ex)" should set the property value
PASS e.style['max-inline-size'] = "min-content" should set the property value
PASS e.style['max-inline-size'] = "max-content" should set the property value