blob: f2106a22cac5e8c9f3b6a878ac349e0a52703b09 [file] [log] [blame]
PASS e.style['border-inline-start-width'] = "10px" should set the property value
PASS e.style['border-inline-start-width'] = "calc(10px + 0.5em)" should set the property value
PASS e.style['border-inline-start-width'] = "thick" should set the property value
PASS e.style['border-inline-start-width'] = "thin" should set the property value
PASS e.style['border-inline-end-width'] = "0" should set the property value
PASS e.style['border-inline-end-width'] = "calc(10px - 0.5em)" should set the property value
PASS e.style['border-inline-end-width'] = "medium" should set the property value
PASS e.style['border-inline-width'] = "10px" should set the property value
PASS e.style['border-inline-width'] = "medium calc(10px + 0.5em)" should set the property value
PASS e.style['border-inline-width'] = "10px 10px" should set the property value