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:
parent
437442719d
commit
e48b3b39cf
Notes:
sideshowbarker
2024-07-18 04:46:35 +09:00
Author: https://github.com/kalenikaliaksandr
Commit: e48b3b39cf
Pull-request: https://github.com/SerenityOS/serenity/pull/21590
Issue: https://github.com/SerenityOS/serenity/issues/21587
2 changed files with 9 additions and 0 deletions
BIN
Tests/LibWeb/Ref/reference/images/text-shadow-ref.png
Normal file
BIN
Tests/LibWeb/Ref/reference/images/text-shadow-ref.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 80 KiB |
9
Tests/LibWeb/Ref/reference/text-shadow-ref.html
Normal file
9
Tests/LibWeb/Ref/reference/text-shadow-ref.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
}
|
||||
body {
|
||||
background-color: white;
|
||||
}
|
||||
</style>
|
||||
<img src="./images/text-shadow-ref.png">
|
Loading…
Add table
Add a link
Reference in a new issue