blob: d22d9389bf0f7acc11264e7e0556719c8d0d5764 [file] [log] [blame]
PASS e.style['inset-block-start'] = "auto" should set the property value
PASS e.style['inset-block-end'] = "-10px" should set the property value
PASS e.style['inset-inline-start'] = "-20%" should set the property value
PASS e.style['inset-inline-end'] = "calc(10px - 0.5em)" should set the property value
PASS e.style['inset-block'] = "auto" should set the property value
PASS e.style['inset-block'] = "-10px" should set the property value
PASS e.style['inset-block'] = "calc(10px - 0.5em) -20%" should set the property value
PASS e.style['inset-block'] = "auto auto" should set the property value
PASS e.style['inset-inline'] = "-20%" should set the property value
PASS e.style['inset-inline'] = "calc(10px - 0.5em)" should set the property value
PASS e.style['inset-inline'] = "-10px auto" should set the property value
PASS e.style['inset-inline'] = "auto calc(10px + 0.5em)" should set the property value