1
0
Fork 0
firefox/layout/reftests/css-mediaqueries/mq_overflow-block-ref.svg
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

12 lines
404 B
XML

<svg xmlns="http://www.w3.org/2000/svg">
<style>
circle { fill: red }
.b { fill: green }
.e { fill: green }
</style>
<circle cx="5" cy="10" r="5" class="a">A</circle>
<circle cx="15" cy="10" r="5" class="b">B</circle>
<circle cx="25" cy="10" r="5" class="c">C</circle>
<circle cx="35" cy="10" r="5" class="d">D</circle>
<circle cx="45" cy="10" r="5" class="e">E</circle>
</svg>