1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 18:57:45 +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:
Aliaksandr Kalenik 2023-12-07 06:43:00 +01:00 committed by Andreas Kling
parent d1d6da6ab6
commit facdbe13c7
3 changed files with 43 additions and 0 deletions

View file

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