blob: bab5614528b82a3cbfed47daf7f2d8b38ac4b749 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[offset-path-parsing-valid.html]
[e.style['offset-path'\] = "url(\\"http://www.example.com/index.html#polyline1\\")" should set the property value]
expected: FAIL
[e.style['offset-path'\] = "circle(100px)" should set the property value]
expected: FAIL
[e.style['offset-path'\] = "margin-box" should set the property value]
expected: FAIL
[e.style['offset-path'\] = "inset(10% 20% 30% 40%) border-box" should set the property value]
expected: FAIL
[e.style['offset-path'\] = "fill-box ellipse(50% 60%)" should set the property value]
expected: FAIL
|