blob: f53baa6227049390007e88e95a85790c26673dbc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
[break-before-valid.html]
[e.style['break-before'\] = "region" should set the property value]
expected: FAIL
[e.style['break-before'\] = "avoid-region" should set the property value]
expected: FAIL
[e.style['break-before'\] = "recto" should set the property value]
expected: FAIL
[e.style['break-before'\] = "avoid-column" should set the property value]
expected: FAIL
[e.style['break-before'\] = "avoid-page" should set the property value]
expected: FAIL
[e.style['break-before'\] = "verso" should set the property value]
expected: FAIL
[e.style['break-before'\] = "column" should set the property value]
expected: FAIL
|