1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 00:07:36 +00:00

Tests/LibWeb: Add SVG maskContentUnits ref test

This commit is contained in:
MacDue 2024-03-11 19:59:25 +00:00 committed by Andreas Kling
parent 163b6bb401
commit 580763e43e
3 changed files with 35 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

View file

@ -0,0 +1,9 @@
<style>
* {
margin: 0;
}
body {
background-color: white;
}
</style>
<img src="./images/svg-maskContentUnits-ref.png">