blob: c2440d27ce8d2903c36fa26b31672468ef0b09ab [file] [log] [blame]
This is a testharness.js-based test.
PASS e.style['border-inline'] = "1px dotted red" should set the property value
PASS e.style['border-inline'] = "double" should set the property value
PASS e.style['border-inline-start'] = "green double thin" should set the property value
PASS e.style['border-inline-start'] = "green" should set the property value
PASS e.style['border-inline-end'] = "thin" should set the property value
FAIL e.style['border-inline-end'] = "calc(10px - 0.5em) dotted red" should set the property value assert_equals: serialization should be canonical expected "calc(-0.5em + 10px) dotted red" but got "calc(10px - 0.5em) dotted red"
Harness: the test ran to completion.