mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:37:47 +00:00
Tests/LibWeb: Add opacity-stacking.html test to manifest.json
(Also explicitly set the background color)
This commit is contained in:
parent
9006c7aece
commit
4e49aee545
3 changed files with 12 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
<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" />
|
||||
|
|
Before Width: | Height: | Size: 194 B After Width: | Height: | Size: 253 B |
Loading…
Add table
Add a link
Reference in a new issue