1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 08:57:47 +00:00

LibWeb: Support border attribute on the table element

Fixes #19938.
This commit is contained in:
Andi Gallo 2023-08-21 23:44:07 +00:00 committed by Alexander Kalenik
parent fb4a20ade5
commit b13fe9397d
8 changed files with 105 additions and 1 deletions

View file

@ -6,7 +6,7 @@
</head>
<body>
<table border="1">
<table>
<tr>
<th>Header 1</th>
<th>Header 2</th>