blob: 7ff2446d32f858bb8f807435103e9497d13c6f0f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
[css3-text-line-break-baspglwj-082.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[white-space:pre-wrap]
expected:
if os == "win": PASS
if os == "android": PASS
FAIL
[white-space:pre-line]
expected:
if os == "android": PASS
if os == "win": PASS
FAIL
[white-space:break-spaces]
expected:
if os == "android": PASS
if os == "win": PASS
FAIL
[white-space:normal]
expected:
if os == "win": PASS
if os == "android": PASS
FAIL
|