blob: 51a9d87adf2a2d6e20731ceb246e614306e762c5 (
plain)
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
|
[external-stylesheet.html]
[Test styling SVG from external style stroke]
expected:
if not fission and (os == "linux") and not debug: ["PASS", "FAIL"]
if not fission and (os == "win") and debug: ["PASS", "FAIL"]
[Test styling SVG from external style filter]
expected:
if not fission and (os == "linux") and not debug: ["PASS", "FAIL"]
if not fission and (os == "win"): ["PASS", "FAIL"]
[Test styling SVG from external style mask]
expected:
if (os == "win") and not fission: ["PASS", "FAIL"]
[Test styling SVG from external style marker-start]
expected:
if not fission and (os == "linux") and not debug: ["PASS", "FAIL"]
if not fission and (os == "win"): ["PASS", "FAIL"]
[Test styling SVG from external style clip-path]
expected:
if (os == "win") and not fission: ["PASS", "FAIL"]
[Test styling SVG from external style marker-end]
expected:
if (os == "win") and not fission: ["PASS", "FAIL"]
[Test styling SVG from external style marker-mid]
expected:
if (os == "win") and not fission: ["PASS", "FAIL"]
[Test styling SVG from external style mask-image]
expected:
if (os == "win") and not fission: ["PASS", "FAIL"]
|