mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 02:17:34 +00:00
LibWeb: Fix bogus insertion logic in HTMLTableSectionElement.insertRow()
Found by Domato :^)
This commit is contained in:
parent
7625d8a155
commit
c11f710628
3 changed files with 16 additions and 1 deletions
4
Tests/LibWeb/Text/expected/HTML/tbody-insert-row.txt
Normal file
4
Tests/LibWeb/Text/expected/HTML/tbody-insert-row.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
2
|
||||
[object HTMLTableRowElement]
|
||||
[object HTMLTableRowElement]
|
||||
PASS (didn't crash)
|
Loading…
Add table
Add a link
Reference in a new issue