1
0
Fork 0
firefox/layout/reftests/svg/border-radius-01.html
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

13 lines
404 B
HTML

<html>
<head>
</head>
<body style="background-color: lime;">
<svg width="300" height="300"
style="border-radius: 200px; overflow: hidden; background-color: red; position: absolute;">
<rect width="300" height="300" fill="red"/>
</svg>
<svg width="300" height="300" style="position: absolute;">
<circle cx="150" cy="150" r="155" fill="lime"/>
</svg>
</body>
</html>