Newer
Older
minerva / Tests / LibWeb / Layout / input / table / table-align-center.html
@minerva minerva on 13 Jul 127 bytes Initial commit
<!doctype html><style>
table {
    height: 200px;
    border: 1px solid black;
}
</style><table align="center"><td>center</td>