blob: 0b8450493ee1d3d7cd3801c20f7690f3bee8469c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[stroke-dashoffset-valid.svg]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[e.style['stroke-dashoffset'\] = "calc(2 + 1)" should set the property value]
expected: FAIL
[e.style['stroke-dashoffset'\] = "calc(3)" should set the property value]
expected: FAIL
[e.style['stroke-dashoffset'\] = "calc(2 + (7 - 5))" should set the property value]
expected: FAIL
[e.style['stroke-dashoffset'\] = "0" should set the property value]
expected: FAIL
[e.style['stroke-dashoffset'\] = "30" should set the property value]
expected: FAIL
|