mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 15:38:10 +00:00

If the previous sibling of an out-of-flow box has been wrapped in an anonymous block, we now stuff the out-of-flow box into the anonymous block as well. Co-authored-by: Aliaksandr Kalenik <kalenik.aliaksandr@gmail.com>
17 lines
No EOL
412 B
HTML
17 lines
No EOL
412 B
HTML
<!DOCTYPE html><html><head><style>
|
|
div {
|
|
width: 200px;
|
|
height: 30px;
|
|
}
|
|
.banner {
|
|
background: lime;
|
|
}
|
|
.tab {
|
|
background: orange;
|
|
display: inline-block;
|
|
}
|
|
.timeline {
|
|
background: magenta;
|
|
float: right;
|
|
}
|
|
</style></head><body><div class="banner"></div><div class="tab"></div><div class="timeline"> |