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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
|
[position-try-order-inset-area.html]
[--right | --right]
expected: FAIL
[--left | --left]
expected: FAIL
[--top | --top]
expected: FAIL
[--bottom | --bottom]
expected: FAIL
[--right, --left, --bottom, --top | --right]
expected: FAIL
[normal --right, --left, --bottom, --top | --right]
expected: FAIL
[normal --top, --left, --bottom, --right | --top]
expected: FAIL
[most-block-size --right, --left | --right]
expected: FAIL
[most-height --right, --left | --right]
expected: FAIL
[most-inline-size --right, --left | --left]
expected: FAIL
[most-width --right, --left | --left]
expected: FAIL
[most-inline-size --bottom, --top | --bottom]
expected: FAIL
[most-width --bottom, --top | --bottom]
expected: FAIL
[most-block-size --bottom, --top | --top]
expected: FAIL
[most-height --bottom, --top | --top]
expected: FAIL
[most-inline-size --right, --left, --bottom, --top | --bottom]
expected: FAIL
[most-inline-size --right, --left, --top, --bottom | --top]
expected: FAIL
[most-block-size --bottom, --top, --right, --left | --right]
expected: FAIL
[most-block-size --bottom, --top, --left, --right | --left]
expected: FAIL
[most-inline-size --left-sweep, --bottom-sweep | --left-sweep]
expected: FAIL
[most-inline-size --bottom-sweep, --left-sweep | --bottom-sweep]
expected: FAIL
[most-block-size --left-sweep, --bottom-sweep | --left-sweep]
expected: FAIL
[most-block-size --bottom-sweep, --left-sweep | --left-sweep]
expected: FAIL
[most-inline-size --right-sweep, --left-sweep, --bottom-sweep, --top-sweep | --left-sweep]
expected: FAIL
[most-block-size --right-sweep, --left-sweep, --bottom-sweep, --top-sweep | --top-sweep]
expected: FAIL
[most-inline-size\n --right-sweep, --left-sweep, --bottom-sweep, --top-sweep,\n --right, --left, --bottom, --top\n | --left-sweep]
expected: FAIL
[most-block-size\n --right-sweep, --left-sweep, --bottom-sweep, --top-sweep,\n --right, --left, --bottom, --top\n | --right]
expected: FAIL
|