Newer
Older
minerva / Tests / LibWeb / Layout / input / input-placeholder-with-line-height.html
@minerva minerva on 13 Jul 188 bytes Initial commit
<!doctype html><style>
    * { outline: 1px solid black; }
    input {
        line-height: 5em;
        vertical-align: middle;
    }
</style><body><input placeholder="placeholder"/>text