1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
[width-computed.svg]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[SVG Geometry Properties: getComputedStyle().width, <image> initial]
expected: FAIL
[SVG Geometry Properties: getComputedStyle().width, <rect> inline style (percentage)]
expected: FAIL
[SVG Geometry Properties: getComputedStyle().width, <foreignObject> inline style (auto)]
expected: FAIL
[SVG Geometry Properties: getComputedStyle().width, <svg> inline style (auto)]
expected: FAIL
[SVG Geometry Properties: getComputedStyle().width, <rect> initial]
expected: FAIL
[SVG Geometry Properties: getComputedStyle().width, <image> inline style (percentage)]
expected: FAIL
[SVG Geometry Properties: getComputedStyle().width, <svg> presentation attribute]
expected: FAIL
[SVG Geometry Properties: getComputedStyle().width, <foreignObject> inline style (percentage)]
expected: FAIL
[SVG Geometry Properties: getComputedStyle().width, <rect> inline style (auto)]
expected: FAIL
[SVG Geometry Properties: getComputedStyle().width, <foreignObject> initial]
expected: FAIL
[SVG Geometry Properties: getComputedStyle().width, <svg> inline style (percentage)]
expected: FAIL
[SVG Geometry Properties: getComputedStyle().width, <svg> initial]
expected: FAIL
[SVG Geometry Properties: getComputedStyle().width, <image> inline style (auto)]
expected: FAIL
|