blob: afa4a63750788e2b6703cf2a694aaea4c3251fc7 (
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
27
28
29
30
31
|
[subsup-parameters-1.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if os == "win": [OK, TIMEOUT]
[SpaceAfterScript]
expected:
if (processor == "x86") and debug: [PASS, FAIL]
[SubscriptBaselineDrop]
expected:
if (processor == "x86") and debug: [PASS, FAIL]
[SuperscriptShiftUp]
expected:
if (processor == "x86") and debug: [PASS, FAIL]
[SuperscriptShiftUpCramped]
expected:
if (processor == "x86") and debug: [PASS, FAIL]
[SubscriptShiftDown]
expected:
if (processor == "x86") and debug: [PASS, FAIL]
[SubSuperscriptGapMin]
expected:
if (processor == "x86") and debug: [PASS, FAIL]
[SubscriptTopMax]
expected:
if (processor == "x86") and debug: [PASS, FAIL]
|