Newer
Older
minerva / Tests / LibWeb / Layout / input / misc / grid-template-block-components-whitespace-crash.html
@minerva minerva on 13 Jul 137 bytes Initial commit
<style>
    test {
        display: grid;
        width: 100%;
        grid-template-columns: 50px [  first second ] 1fr;
    }
</style>