blob: 52e576a6b8585aba988251a9c2f12111d20184f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[view-transition-name-valid.html]
[e.style['view-transition-name'\] = "none" should set the property value]
expected: FAIL
[e.style['view-transition-name'\] = "foo" should set the property value]
expected: FAIL
[e.style['view-transition-name'\] = "bar" should set the property value]
expected: FAIL
[e.style['view-transition-name'\] = "baz" should set the property value]
expected: FAIL
|