blob: ee836dd507b366618c9c448ca9411d2cbd8774a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[line-spacing.html]
expected:
if (os == "android") and fission: [TIMEOUT, OK]
[Consume half-leading of the previous line]
expected:
if os == "win": PASS
FAIL
[Don't Consume half-leading of the next line with text-emphasis]
expected: FAIL
[Consume half-leading of the next line]
expected:
if os == "win": PASS
FAIL
[Don't Consume half-leading of the previous line with text-emphasis]
expected: FAIL
|