mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-22 23:55:12 +00:00
LibWeb: Fix syntax for Table test
The parser fixes this by inserting the <tr> tags, but for this test it's better to have perfect syntax - we're not testing the parser here.
This commit is contained in:
committed by
Andreas Kling
parent
3e46e8fea8
commit
47bfd366a8
@@ -8,7 +8,9 @@
|
||||
A Caption
|
||||
</caption>
|
||||
<thead>
|
||||
<th>Head Cell</th>
|
||||
<tr>
|
||||
<th>Head Cell</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user