mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-23 09:22:30 +00:00
9 lines
No EOL
237 B
HTML
9 lines
No EOL
237 B
HTML
<!doctype html><style>
|
|
* { outline: 1px solid black; }
|
|
.thing {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
width: 100px;
|
|
height: 100px;
|
|
}
|
|
</style><body><span>foo <span class="thing"></span> |