mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:17:35 +00:00
LibWeb: Don't assume HTMLTableCellElement always has table ancestor
That's not actually a DOM invariant, just something the HTML parser refuses to build. You can still construct table-less th and td elements using the DOM API.
This commit is contained in:
parent
80547ffc2d
commit
b9bacb3ff4
3 changed files with 20 additions and 12 deletions
|
@ -0,0 +1 @@
|
|||
PASS (didn't crash)
|
Loading…
Add table
Add a link
Reference in a new issue