blob: 61b33a7deca2dcf111a69afe551d0a15fb2af6df [file] [log] [blame]
This is a testharness.js-based test.
PASS e.style['break-before'] = "auto" should set the property value
PASS e.style['break-before'] = "avoid" should set the property value
PASS e.style['break-before'] = "avoid-page" should set the property value
PASS e.style['break-before'] = "page" should set the property value
PASS e.style['break-before'] = "left" should set the property value
PASS e.style['break-before'] = "right" should set the property value
PASS e.style['break-before'] = "recto" should set the property value
PASS e.style['break-before'] = "verso" should set the property value
PASS e.style['break-before'] = "avoid-column" should set the property value
PASS e.style['break-before'] = "column" should set the property value
FAIL e.style['break-before'] = "avoid-region" should set the property value assert_not_equals: property should be set got disallowed value ""
FAIL e.style['break-before'] = "region" should set the property value assert_not_equals: property should be set got disallowed value ""
Harness: the test ran to completion.