Files
serenity/Userland/Libraries/LibWeb/DOM/Node.cpp
Sam Atkins f12fc7cee3 LibWeb: Show pseudo-elements in DOM whose parent has no other children
If a DOM node is an element with pseudo-elements, but it has no child
DOM nodes and is not a shadow host, then the code that serializes its
pseudo-elements would get skipped, making them not show up in the
inspector.

(cherry picked from commit 173daec9db357cc2a16be0238d371e0b7660cd4c)
2024-09-28 14:14:28 -04:00

99 KiB