blob: 279e9a1c6e7f619c22b5906cb9500fb04c1b281d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
[break-after-valid.html]
expected:
if (os == "android") and fission: [TIMEOUT, OK]
[e.style['break-after'\] = "avoid-column" should set the property value]
expected: FAIL
[e.style['break-after'\] = "avoid-region" should set the property value]
expected: FAIL
[e.style['break-after'\] = "verso" should set the property value]
expected: FAIL
[e.style['break-after'\] = "region" should set the property value]
expected: FAIL
[e.style['break-after'\] = "column" should set the property value]
expected: FAIL
[e.style['break-after'\] = "avoid-page" should set the property value]
expected: FAIL
[e.style['break-after'\] = "recto" should set the property value]
expected: FAIL
|