1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 19:47:44 +00:00

Tests/LibWeb: Add ref test for text-shadow

Based on Base/res/html/misc/text-shadow.html demo page.
This commit is contained in:
Aliaksandr Kalenik 2023-10-26 02:17:10 +02:00 committed by Andreas Kling
parent 437442719d
commit e48b3b39cf
2 changed files with 9 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

View file

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