mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 02:18:12 +00:00
Tests/LibWeb: Add outer box-shadow
ref test
This is a screenshot test based on a cut-down version of the box-shadow demo page.
This commit is contained in:
parent
49366951ee
commit
8eab44896a
3 changed files with 90 additions and 0 deletions
15
Tests/LibWeb/Ref/reference/outer-box-shadow-ref.html
Normal file
15
Tests/LibWeb/Ref/reference/outer-box-shadow-ref.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
}
|
||||
body {
|
||||
background-color: white;
|
||||
}
|
||||
</style>
|
||||
<!-- To rebase:
|
||||
1. Open outer-box-shadow.html in Ladybird
|
||||
2. Resize the window just above the width of the largest element
|
||||
3. Right click > "Take Full Screenshot"
|
||||
4. Update the image below:
|
||||
-->
|
||||
<img src="./images/outer-box-shadow-ref.png">
|
Loading…
Add table
Add a link
Reference in a new issue