Newer
Older
minerva / Tests / LibWeb / Layout / input / block-and-inline / flex-container-should-avoid-overlapping-floats.html
@minerva minerva on 13 Jul 362 bytes Initial commit
<!doctype html><style>
    * { outline: 1px solid black; }
    body { width: 400px; }
    .right {
        float: right;
        background: orange;
    }
    .flex { 
        display: flex;
        height: 50px;
        background: wheat;
    }
    .item { background: pink; }
</style><body><div class="right">right</div><div class="flex"><div class="item">item