mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +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:
parent
3e46e8fea8
commit
47bfd366a8
Notes:
sideshowbarker
2024-07-18 09:20:31 +09:00
Author: https://github.com/ant1441 Commit: https://github.com/SerenityOS/serenity/commit/47bfd366a8b Pull-request: https://github.com/SerenityOS/serenity/pull/8618 Issue: https://github.com/SerenityOS/serenity/issues/8599
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,9 @@
|
|||
A Caption
|
||||
</caption>
|
||||
<thead>
|
||||
<th>Head Cell</th>
|
||||
<tr>
|
||||
<th>Head Cell</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
|
|
Loading…
Reference in a new issue