1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-09 17:44:56 +09: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
Notes: sideshowbarker 2024-07-18 04:46:35 +09:00
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">