ladybird/Tests/LibWeb/Ref/reference/inline-node-ref.html
Aliaksandr Kalenik facdbe13c7 Tests/LibWeb: Add ref test for inline node styles
Turn Base/res/html/misc/inline-node.html into ref test.
2023-12-07 10:52:47 +01:00

9 lines
117 B
HTML

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