blob: 5c27614af3cc35d54e1984fad6b1bc9f492c095a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[overlay-valid.html]
[e.style['overlay'\] = "none" should set the property value]
expected: FAIL
[e.style['overlay'\] = "auto" should set the property value]
expected: FAIL
[e.style['overlay'\] = "inherit" should set the property value]
expected: FAIL
[e.style['overlay'\] = "initial" should set the property value]
expected: FAIL
[e.style['overlay'\] = "revert" should set the property value]
expected: FAIL
[e.style['overlay'\] = "unset" should set the property value]
expected: FAIL
|