Newer
Older
minerva / Tests / LibWeb / Layout / input / grid / auto-flow-column.html
@minerva minerva on 13 Jul 200 bytes Initial commit
<!doctype html><style>
    * { border: 1px solid black; }
    body {
        display: grid;
        grid-auto-flow: column;
        width: 200px;
    }
</style><body><div>hello</div><div>friends</div>