Newer
Older
minerva / Tests / LibWeb / Layout / input / table / border-attribute-overridden-by-css.html
@minerva minerva on 13 Jul 114 bytes Initial commit
<style>
    table {
        border: 10px solid black;
    }
</style>
<table border="5"><tr><td>A</td></tr></table>