summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/css/css-values/calc-size/calc-size-parsing.tentative.html.ini
blob: f60cb82ef1220d7450f7d1618e26009b0837120d (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
[calc-size-parsing.tentative.html]
  [e.style['width'\] = "calc-size(fit-content, size)" should set the property value]
    expected: FAIL

  [e.style['height'\] = "calc-size(min-content, size * 2)" should set the property value]
    expected: FAIL

  [e.style['max-width'\] = "calc-size(max-content, size / 2)" should set the property value]
    expected: FAIL

  [e.style['max-height'\] = "calc-size(fit-content, 30px + size / 2)" should set the property value]
    expected: FAIL

  [e.style['width'\] = "calc-size(fit-content, 50% + size / 2)" should set the property value]
    expected: FAIL

  [e.style['width'\] = "calc-size(any, 25em)" should set the property value]
    expected: FAIL

  [e.style['width'\] = "calc-size(any, 40%)" should set the property value]
    expected: FAIL

  [e.style['width'\] = "calc-size(any, 50px + 30%)" should set the property value]
    expected: FAIL

  [e.style['width'\] = "calc-size(30px, 25em)" should set the property value]
    expected: FAIL

  [e.style['width'\] = "calc-size(calc-size(any, 30px), 25em)" should set the property value]
    expected: FAIL

  [e.style['width'\] = "calc-size(calc-size(2in, 30px), 25em)" should set the property value]
    expected: FAIL

  [e.style['width'\] = "calc-size(calc-size(min-content, 30px), 25em)" should set the property value]
    expected: FAIL

  [e.style['width'\] = "calc-size(calc-size(min-content, size), size)" should set the property value]
    expected: FAIL

  [e.style['width'\] = "calc-size(auto, size)" should set the property value]
    expected: FAIL

  [e.style['min-width'\] = "calc-size(auto, size)" should set the property value]
    expected: FAIL

  [e.style['height'\] = "calc-size(auto, size)" should set the property value]
    expected: FAIL

  [e.style['min-height'\] = "calc-size(auto, size)" should set the property value]
    expected: FAIL

  [e.style['width'\] = "calc-size(10px, sign(size) * size)" should set the property value]
    expected: FAIL