Newer
Older
minerva / Tests / LibWeb / Layout / input / css-values / stepped-value-functions.html
@minerva minerva on 13 Jul 303 bytes Initial commit
<!DOCTYPE html>
<style>
    * {
        width: 0px;
        height: 0px;
    }
    .round {
        width: round(down, 85px, 10px);
    }
    .mod {
        width: mod(201px, 101px);
    }
    .rem {
        width: rem(241px, -121px);
    }
</style><div class="round"><div class="mod"><div class="rem">