blob: 6d5b9c20ba17f0a90aa2fd713dc8c6068a2ef454 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[offset-path-parsing-valid.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[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
|