1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 20:37:35 +00:00

LibWeb: Support align attribute on table elements

This commit is contained in:
implicitfield 2023-11-19 12:22:49 +04:00 committed by Andreas Kling
parent 7a766bdb83
commit a54e62bea0
5 changed files with 70 additions and 0 deletions

View file

@ -0,0 +1,7 @@
<!doctype html><style>
table {
height: 200px;
border: 1px solid black;
margin: 100px;
}
</style><table align="center"><td>off-center</td>