blob: edb250e6fc79919c3d5b14b5e3c8beff4131165d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[stroke-dasharray-valid.svg]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[e.style['stroke-dasharray'\] = "calc(3)" should set the property value]
expected: FAIL
[e.style['stroke-dasharray'\] = "calc(2 + (7 - 5))" should set the property value]
expected: FAIL
[e.style['stroke-dasharray'\] = "calc(2 + 1)" should set the property value]
expected: FAIL
|