summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/css/css-color/parsing/color-valid-relative-color.html.ini
blob: ef46fa03713b0e9154c46deaec265a8f43e75e4d (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
[color-valid-relative-color.html]
  [e.style['color'\] = "hsl(from rebeccapurple none none none / none)" should set the property value]
    expected: FAIL

  [e.style['color'\] = "rgb(from currentColor r g b)" should set the property value]
    expected: FAIL

  [e.style['color'\] = "hsl(from currentColor h s l)" should set the property value]
    expected: FAIL

  [e.style['color'\] = "hwb(from currentColor h w b)" should set the property value]
    expected: FAIL

  [e.style['color'\] = "lab(from currentColor l a b)" should set the property value]
    expected: FAIL

  [e.style['color'\] = "oklab(from currentColor l a b)" should set the property value]
    expected: FAIL

  [e.style['color'\] = "lch(from currentColor) l c h)" should set the property value]
    expected: FAIL

  [e.style['color'\] = "oklch(from currentColor l c h)" should set the property value]
    expected: FAIL

  [e.style['color'\] = "color(from currentColor srgb r g b)" should set the property value]
    expected: FAIL

  [e.style['color'\] = "color(from currentColor srgb-linear r g b)" should set the property value]
    expected: FAIL

  [e.style['color'\] = "color(from currentColor a98-rgb r g b)" should set the property value]
    expected: FAIL

  [e.style['color'\] = "color(from currentColor rec2020 r g b)" should set the property value]
    expected: FAIL

  [e.style['color'\] = "color(from currentColor prophoto-rgb r g b)" should set the property value]
    expected: FAIL

  [e.style['color'\] = "color(from currentColor display-p3 r g b)" should set the property value]
    expected: FAIL

  [e.style['color'\] = "color(from currentColor xyz x y z)" should set the property value]
    expected: FAIL

  [e.style['color'\] = "color(from currentColor xyz-d50 x y z)" should set the property value]
    expected: FAIL

  [e.style['color'\] = "color(from currentColor xyz-d65 x y z)" should set the property value]
    expected: FAIL

  [e.style['color'\] = "rgba(from currentColor r g b)" should set the property value]
    expected: FAIL

  [e.style['color'\] = "hsla(from rebeccapurple none none none / none)" should set the property value]
    expected: FAIL

  [e.style['color'\] = "hsla(from currentColor h s l)" should set the property value]
    expected: FAIL