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
|
[clip-path-shape-parsing.html]
[e.style['clip-path'\] = "shape(from 0px 0px, line to 10px 10px)" should set the property value]
expected: FAIL
[e.style['clip-path'\] = "shape(evenodd from 0px 0px, line to 10px 10px)" should set the property value]
expected: FAIL
[e.style['clip-path'\] = "shape(nonzero from 0px 0px, line to 10px 10px)" should set the property value]
expected: FAIL
[e.style['clip-path'\] = "shape( from 0px 0px, line to 10px 10px )" should set the property value]
expected: FAIL
[e.style['clip-path'\] = "shape(from 1em 50%, line to 10px 10px)" should set the property value]
expected: FAIL
[e.style['clip-path'\] = "shape(EvenOdd from 0px 0Px, CLOSE)" should set the property value]
expected: FAIL
[e.style['clip-path'\] = "shape(from 1ch 50px, line to 10rem 10vh)" should set the property value]
expected: FAIL
[e.style['clip-path'\] = "shape(from 1ch -50px, line to -10% 12px)" should set the property value]
expected: FAIL
[e.style['clip-path'\] = "shape(from 10px 10px, move by 10px 5px, line by 20px 40%, close)" should set the property value]
expected: FAIL
[e.style['clip-path'\] = "shape(from 10px 10px, hline by 10px, vline to 5rem)" should set the property value]
expected: FAIL
[e.style['clip-path'\] = "shape(from 10px 10px, vline by 5%, hline to 1vw)" should set the property value]
expected: FAIL
[e.style['clip-path'\] = "shape(from 10px 10px, curve to 50px 20px via 10rem 1%)" should set the property value]
expected: FAIL
[e.style['clip-path'\] = "shape(from 10px 10px, curve to 50px 20px via 10rem 1px 20vh 1ch)" should set the property value]
expected: FAIL
[e.style['clip-path'\] = "shape(from 10px 10px, curve by 50px 20px via 10rem 1px 20vh 1ch)" should set the property value]
expected: FAIL
[e.style['clip-path'\] = "shape(from 10px 10px, smooth to 50px 20px via 10rem 1%)" should set the property value]
expected: FAIL
[e.style['clip-path'\] = "shape(from 10px 10px, smooth to 50px 1pt)" should set the property value]
expected: FAIL
[e.style['clip-path'\] = "shape(from 10px 10px, arc to 50px 1pt of 10px 10px)" should set the property value]
expected: FAIL
[e.style['clip-path'\] = "shape(from 10px 10px, arc to 50px 1pt of 10px 10px small rotate 0deg)" should set the property value]
expected: FAIL
[e.style['clip-path'\] = "shape(from 10% 1rem, arc to 50px 1pt of 20% cw large rotate 25deg)" should set the property value]
expected: FAIL
[e.style['clip-path'\] = "shape(evenodd from 0px 0px, close)" should set the property value]
expected: FAIL
|