Newer
Older
minerva / Tests / LibWeb / Layout / input / text-align-overflow.html
@minerva minerva on 13 Jul 284 bytes Initial commit
<!DOCTYPE html><style>
    .outer {
        margin-left: 10px;
        width: 80px;
    }

    .text {
        display: block;
        text-align: center;
        overflow: hidden;
        white-space: nowrap;
    }
</style><div class="outer"><span class="text">My super long message!