blob: 9a642c146a10b14f64044443994abc4f37984d17 (
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-126.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[white-space:pre-wrap]
expected:
if os == "android": PASS
if os == "win": PASS
FAIL
[white-space:pre-line]
expected:
if os == "win": PASS
if os == "android": PASS
FAIL
[white-space:break-spaces]
expected:
if os == "android": PASS
if os == "win": PASS
FAIL
[white-space:normal]
expected:
if os == "android": PASS
if os == "win": PASS
FAIL
|