1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-23 05:57:41 +00:00
serenity/Tests/LibWeb/Ref/opacity-stacking.html
MacDue 4e49aee545 Tests/LibWeb: Add opacity-stacking.html test to manifest.json
(Also explicitly set the background color)
2023-08-14 23:52:53 +02:00

9 lines
253 B
HTML

<style>
body {
background-color: white;
}
</style>
<svg width="600" viewBox="0 0 150 100" xmlns="http://www.w3.org/2000/svg">
<circle cx="100" cy="50" r="40" fill="black" opacity="0.3" />
<circle cx="50" cy="50" r="40" fill="blue" />
</svg>