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