blob: 6948ffaac5a680c8f444a13008390d4805c4ad9f (
plain) (
blame)
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
|
[accent-color-parsing.html]
[e.style['accent-color'\] = "initial" should set the property value]
expected: FAIL
[e.style['accent-color'\] = "inherit" should set the property value]
expected: FAIL
[e.style['accent-color'\] = "unset" should set the property value]
expected: FAIL
[e.style['accent-color'\] = "revert" should set the property value]
expected: FAIL
[e.style['accent-color'\] = "auto" should set the property value]
expected: FAIL
[e.style['accent-color'\] = "red" should set the property value]
expected: FAIL
[e.style['accent-color'\] = "blue" should set the property value]
expected: FAIL
[e.style['accent-color'\] = "currentcolor" should set the property value]
expected: FAIL
[e.style['accent-color'\] = "#fff" should set the property value]
expected: FAIL
|