| |
| PASS e.style['break-after'] = "auto" should set the property value |
| PASS e.style['break-after'] = "avoid" should set the property value |
| PASS e.style['break-after'] = "avoid-page" should set the property value |
| PASS e.style['break-after'] = "page" should set the property value |
| PASS e.style['break-after'] = "left" should set the property value |
| PASS e.style['break-after'] = "right" should set the property value |
| PASS e.style['break-after'] = "recto" should set the property value |
| PASS e.style['break-after'] = "verso" should set the property value |
| PASS e.style['break-after'] = "avoid-column" should set the property value |
| PASS e.style['break-after'] = "column" should set the property value |
| FAIL e.style['break-after'] = "avoid-region" should set the property value assert_not_equals: property should be set got disallowed value "" |
| FAIL e.style['break-after'] = "region" should set the property value assert_not_equals: property should be set got disallowed value "" |
| |