Newer
Older
minerva / Tests / LibWeb / Layout / input / css-rect-value-with-calc-dont-crash.html
@minerva minerva on 13 Jul 67 bytes Initial commit
<style>
div {
    clip: rect(0, 0, 0, calc(2px));
}
</style>
<div>