1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 09:28:13 +00:00

LibWeb: Account for float intrusions in list marker x offset

This commit is contained in:
Aliaksandr Kalenik 2023-08-26 18:11:00 +02:00 committed by Andreas Kling
parent 240ec9aeed
commit 0060fe3095
3 changed files with 81 additions and 1 deletions

View file

@ -0,0 +1,13 @@
<!DOCTYPE html><style>
.box {
border: 10px solid black;
width: 200px;
height: 100px;
float: left;
margin-right: 100px;
}
li {
background-color: chartreuse;
}
</style><div class="box"></div><ul><li>a</li><li>a</li><li>a</li><li>a</li><li>a</li><li>a</li>