mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:37:43 +00:00
Tests/LibWeb: Add ref test for inline node styles
Turn Base/res/html/misc/inline-node.html into ref test.
This commit is contained in:
parent
d1d6da6ab6
commit
facdbe13c7
3 changed files with 43 additions and 0 deletions
BIN
Tests/LibWeb/Ref/reference/images/inline-node-ref.png
Normal file
BIN
Tests/LibWeb/Ref/reference/images/inline-node-ref.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
9
Tests/LibWeb/Ref/reference/inline-node-ref.html
Normal file
9
Tests/LibWeb/Ref/reference/inline-node-ref.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
}
|
||||
body {
|
||||
background-color: white;
|
||||
}
|
||||
</style>
|
||||
<img src="./images/inline-node-ref.png">
|
Loading…
Add table
Add a link
Reference in a new issue