1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 12:17:35 +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:
Adam Hodgen 2021-07-10 22:17:24 +01:00 committed by Andreas Kling
parent 3e46e8fea8
commit 47bfd366a8

View file

@ -8,7 +8,9 @@
A Caption A Caption
</caption> </caption>
<thead> <thead>
<th>Head Cell</th> <tr>
<th>Head Cell</th>
</tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>