Newer
Older
minerva / Tests / LibWeb / Layout / input / calc-negative-border-width.html
@minerva minerva on 13 Jul 143 bytes Initial commit
<!DOCTYPE html><style>
div {
    font-size: 16px;
    border: calc(-1em + 15px) solid;
}
</style><div>This should have no visible border</div>