Newer
Older
minerva / Tests / LibWeb / Layout / input / block-and-inline / atomic-inline-with-aspect-ratio-2.html
@minerva minerva on 13 Jul 135 bytes Initial commit
<!DOCTYPE html><style>
* {
    outline: 1px solid black;
}
body {
    aspect-ratio: 1;
    width: 100px;
    display: flex;
}
</style>b