mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:07:45 +00:00
parent
fb4a20ade5
commit
b13fe9397d
8 changed files with 105 additions and 1 deletions
|
@ -0,0 +1,6 @@
|
|||
<style>
|
||||
table {
|
||||
border: 10px solid black;
|
||||
}
|
||||
</style>
|
||||
<table border="5"><tr><td>A</td></tr></table>
|
1
Tests/LibWeb/Layout/input/table/border-attribute.html
Normal file
1
Tests/LibWeb/Layout/input/table/border-attribute.html
Normal file
|
@ -0,0 +1 @@
|
|||
<table border="5"><tr><td>A</td></tr></table>
|
|
@ -6,7 +6,7 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<table border="1">
|
||||
<table>
|
||||
<tr>
|
||||
<th>Header 1</th>
|
||||
<th>Header 2</th>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue