summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/css/css-anchor-position/parsing/position-try-options-parsing.html.ini
blob: 1eceac3a6dab16ca5dcff0c6a8953293ed76ef79 (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
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-options-parsing.html]
  [e.style['position-try-options'\] = "initial" should set the property value]
    expected: FAIL

  [e.style['position-try-options'\] = "inherit" should set the property value]
    expected: FAIL

  [e.style['position-try-options'\] = "unset" should set the property value]
    expected: FAIL

  [e.style['position-try-options'\] = "revert" should set the property value]
    expected: FAIL

  [e.style['position-try-options'\] = "none" should set the property value]
    expected: FAIL

  [e.style['position-try-options'\] = "flip-block" should set the property value]
    expected: FAIL

  [e.style['position-try-options'\] = "flip-start, flip-block" should set the property value]
    expected: FAIL

  [e.style['position-try-options'\] = "flip-start flip-inline, flip-block" should set the property value]
    expected: FAIL

  [e.style['position-try-options'\] = "flip-start, flip-start" should set the property value]
    expected: FAIL

  [e.style['position-try-options'\] = "flip-block, --foo" should set the property value]
    expected: FAIL

  [e.style['position-try-options'\] = "--bar, flip-block flip-start" should set the property value]
    expected: FAIL

  [e.style['position-try-options'\] = "--foo, --bar, --baz" should set the property value]
    expected: FAIL

  [e.style['position-try-options'\] = "--bar flip-block" should set the property value]
    expected: FAIL

  [e.style['position-try-options'\] = "--bar flip-inline flip-block" should set the property value]
    expected: FAIL

  [e.style['position-try-options'\] = "flip-inline --foo" should set the property value]
    expected: FAIL

  [e.style['position-try-options'\] = "flip-inline flip-start --foo" should set the property value]
    expected: FAIL

  [e.style['position-try-options'\] = "flip-block " should set the property value]
    expected: FAIL

  [e.style['position-try-options'\] = "flip-start flip-inline flip-block" should set the property value]
    expected: FAIL

  [e.style['position-try-options'\] = "inset-area(left top)" should set the property value]
    expected: FAIL

  [e.style['position-try-options'\] = "inset-area(top left)" should set the property value]
    expected: FAIL

  [e.style['position-try-options'\] = "inset-area(start start)" should set the property value]
    expected: FAIL

  [e.style['position-try-options'\] = "inset-area(left), inset-area(right)" should set the property value]
    expected: FAIL

  [e.style['position-try-options'\] = "--foo, inset-area(left)" should set the property value]
    expected: FAIL

  [e.style['position-try-options'\] = "--foo, inset-area(left), --bar" should set the property value]
    expected: FAIL

  [e.style['position-try-options'\] = "--foo, flip-start, inset-area(left)" should set the property value]
    expected: FAIL

  [e.style['position-try-options'\] = "--foo flip-start, inset-area(left)" should set the property value]
    expected: FAIL

  [e.style['position-try-options'\] = "inset-area(left), --bar flip-start" should set the property value]
    expected: FAIL