1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-23 20:05:07 +00:00
serenity/Tests/LibWeb/Layout/input/table/border-attribute-overridden-by-css.html
2023-08-23 15:40:41 +02:00

6 lines
No EOL
114 B
HTML

<style>
table {
border: 10px solid black;
}
</style>
<table border="5"><tr><td>A</td></tr></table>