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:
parent
163b6bb401
commit
580763e43e
3 changed files with 35 additions and 0 deletions
BIN
Tests/LibWeb/Ref/reference/images/svg-maskContentUnits-ref.png
Normal file
BIN
Tests/LibWeb/Ref/reference/images/svg-maskContentUnits-ref.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
9
Tests/LibWeb/Ref/reference/svg-maskContentUnits-ref.html
Normal file
9
Tests/LibWeb/Ref/reference/svg-maskContentUnits-ref.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
}
|
||||
body {
|
||||
background-color: white;
|
||||
}
|
||||
</style>
|
||||
<img src="./images/svg-maskContentUnits-ref.png">
|
Loading…
Add table
Add a link
Reference in a new issue