mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:07:35 +00:00
parent
4c0816b002
commit
769f11f9ae
8 changed files with 199 additions and 24 deletions
16
Tests/LibWeb/Layout/input/table/missing-cells-with-span.html
Normal file
16
Tests/LibWeb/Layout/input/table/missing-cells-with-span.html
Normal file
|
@ -0,0 +1,16 @@
|
|||
<style>
|
||||
div {
|
||||
display: grid;
|
||||
}
|
||||
|
||||
table {
|
||||
border: 1px solid black;
|
||||
border-collapse: collapse;
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
td {
|
||||
border: 1px solid black;
|
||||
padding: 10px;
|
||||
}
|
||||
</style><div><table><tr><td>A</td><td colspan="2">B</td></tr><tr><td>A</td></tr><tr><td>A</td></tr></table></div>
|
Loading…
Add table
Add a link
Reference in a new issue