summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1614788-1.svg
blob: 5345a4007c638e8f8ad26a54283f189f34dc1ef6 (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="830" height="520.9100000000001">
    <rect width="830" height="520.9100000000001" rx="5" ry="5"></rect>
    <svg height="455.91" viewBox="0 0 2 1" width="800" x="15" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="50">
        <style>
            .h {
                fill: rgb(152, 195, 121);
            }
            
            .q {
                fill: rgb(255, 99, 54)
            }
            
            .s {
                animation-duration: 4s;
                animation-iteration-count: infinite;
                animation-name: r;
                animation-timing-function: steps(1, end)
            }
            
            @keyframes r {
                0% {
                    transform: translateX(-80px)
                }
                25% {
                    transform: translateX(-160px)
                }
                50% {
                    transform: translateX(-240px)
                }
                75% {
                    transform: translateX(-320px)
                }
                100% {
                    transform: translateX(-400px)
                }
            }
        </style>
        <g font-size="1.67">
            <rect height="45.591" width="80"></rect>
            <g class="s">
                <svg x="0" y="0" width="19760">
                    <svg x="0">
                        <rect height="20" width="80" x="0" y="0" class="p"></rect>
                        <circle r="0.333" cx="1.5" cy="0.666" class="q"></circle>
                        <text x="0.166" y="0.166" class="h" font-size="0.2">some text</text>
                        <image x="0.166" y="0.333" width="0.833" height="0.833" xlink:href="repeatable-diagonal-gradient.png"></image>
                    </svg>
                    <svg x="80">
                        <rect height="20" width="80" x="0" y="0" class="p"></rect>
                        <circle r="0.333" cx="1.5" cy="0.666" class="q"></circle>
                        <text x="0.166" y="0.166" class="h" font-size="0.2">some text</text>
                        <image x="0.166" y="0.333" width="0.833" height="0.833" xlink:href="repeatable-diagonal-gradient.png"></image>
                    </svg>
                    <svg x="160">
                        <rect height="20" width="80" x="0" y="0" class="p"></rect>
                        <circle r="0.333" cx="1.5" cy="0.666" class="q"></circle>
                        <text x="0.166" y="0.166" class="h" font-size="0.2">some text</text>
                        <image x="0.166" y="0.333" width="0.833" height="0.833" xlink:href="repeatable-diagonal-gradient.png"></image>
                    </svg>
                    <svg x="240">
                        <rect height="20" width="80" x="0" y="0" class="p"></rect>
                        <circle r="0.333" cx="1.5" cy="0.666" class="q"></circle>
                        <text x="0.166" y="0.166" class="h" font-size="0.2">some text</text>
                        <image x="0.166" y="0.333" width="0.833" height="0.833" xlink:href="repeatable-diagonal-gradient.png"></image>
                    </svg>
                    <svg x="320">
                        <rect height="20" width="80" x="0" y="0" class="p"></rect>
                        <circle r="0.333" cx="1.5" cy="0.666" class="q"></circle>
                        <text x="0.166" y="0.166" class="h" font-size="0.2">some text</text>
                        <image x="0.166" y="0.333" width="0.833" height="0.833" xlink:href="repeatable-diagonal-gradient.png"></image>
                    </svg>
                    <svg x="400">
                        <rect height="20" width="80" x="0" y="0" class="p"></rect>
                        <circle r="0.333" cx="1.5" cy="0.666" class="q"></circle>
                        <text x="0.166" y="0.166" class="h" font-size="0.2">some text</text>
                        <image x="0.166" y="0.333" width="0.833" height="0.833" xlink:href="repeatable-diagonal-gradient.png"></image>
                    </svg>

                </svg>
            </g>
        </g>
    </svg>
</svg>