summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/css/css-borders/tentative/parsing/box-shadow-color-valid.html.ini
blob: 34b918dad05360ae564aa45e5129d86eb27af6d0 (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
[box-shadow-color-valid.html]
  [e.style['box-shadow-color'\] = "currentcolor" should set the property value]
    expected: FAIL

  [e.style['box-shadow-color'\] = "transparent" should set the property value]
    expected: FAIL

  [e.style['box-shadow-color'\] = "red" should set the property value]
    expected: FAIL

  [e.style['box-shadow-color'\] = "magenta" should set the property value]
    expected: FAIL

  [e.style['box-shadow-color'\] = "#234" should set the property value]
    expected: FAIL

  [e.style['box-shadow-color'\] = "#FEDCBA" should set the property value]
    expected: FAIL

  [e.style['box-shadow-color'\] = "rgb(2, 3, 4)" should set the property value]
    expected: FAIL

  [e.style['box-shadow-color'\] = "rgb(100%, 0%, 0%)" should set the property value]
    expected: FAIL

  [e.style['box-shadow-color'\] = "rgba(2, 3, 4, 0.5)" should set the property value]
    expected: FAIL

  [e.style['box-shadow-color'\] = "rgba(2, 3, 4, 50%)" should set the property value]
    expected: FAIL

  [e.style['box-shadow-color'\] = "hsl(120, 100%, 50%)" should set the property value]
    expected: FAIL

  [e.style['box-shadow-color'\] = "hsla(120, 100%, 50%, 0.25)" should set the property value]
    expected: FAIL

  [e.style['box-shadow-color'\] = "rgb(-2, 3, 4)" should set the property value]
    expected: FAIL

  [e.style['box-shadow-color'\] = "rgb(100, 200, 300)" should set the property value]
    expected: FAIL

  [e.style['box-shadow-color'\] = "rgb(20, 10, 0, -10)" should set the property value]
    expected: FAIL

  [e.style['box-shadow-color'\] = "rgb(100%, 200%, 300%)" should set the property value]
    expected: FAIL

  [e.style['box-shadow-color'\] = "red, blue" should set the property value]
    expected: FAIL