mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:37:34 +00:00
LibWeb: Add simple ref test for SVG masking
This commit is contained in:
parent
909bcfe9a4
commit
8270b9ab7e
3 changed files with 28 additions and 0 deletions
4
Tests/LibWeb/Ref/reference/simple-svg-mask-ref.html
Normal file
4
Tests/LibWeb/Ref/reference/simple-svg-mask-ref.html
Normal file
|
@ -0,0 +1,4 @@
|
|||
<svg width="200" viewBox="-10 -10 120 120">
|
||||
<rect x="-10" y="-10" width="120" height="120" fill="blue" />
|
||||
<rect x="50" y="10" width="40" height="80" fill="red" />
|
||||
</svg>
|
After Width: | Height: | Size: 175 B |
Loading…
Add table
Add a link
Reference in a new issue