mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 10:07:35 +00:00
LibWeb: Ignore "display: contents" boxes while inserting inline nodes
With this change "display: contents" ancestors are not considered as insertion point for inline nodes similar to how we already ignore them for non-inline nodes. Fixes https://github.com/SerenityOS/serenity/issues/22396
This commit is contained in:
parent
67522fab2e
commit
0a7e4a0d22
3 changed files with 23 additions and 2 deletions
|
@ -0,0 +1,2 @@
|
|||
<!DOCTYPE html><style> body { display: contents; }
|
||||
</style><body><span>whf :^)</span></body>
|
Loading…
Add table
Add a link
Reference in a new issue