Newer
Older
minerva / Tests / LibWeb / Layout / input / line-height-calc-number.html
@minerva minerva on 13 Jul 109 bytes Initial commit
<!doctype html><style>
div {
    line-height: calc(2 + 2);
    background: pink;
}
</style><div>hello friends