diff options
author | Sam Atkins <atkinssj@serenityos.org> | 2022-02-25 16:58:56 +0000 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-02-25 19:35:34 +0100 |
commit | 5113128bc9a7f904d43ba5b74f2e9ad02c597a73 (patch) | |
tree | a078ac52458239ad31b82c50b10f53dd4298c60b /Userland/Libraries/LibWeb/Dump.cpp | |
parent | b76ee0e30d38200b1416a11d0daecb138daded0f (diff) | |
download | serenity-5113128bc9a7f904d43ba5b74f2e9ad02c597a73.zip |
LibWeb: Paint InlineNode overlay in correct phase, skip pseudo-elements
We were painting this in the Foreground phase by mistake. Also, the
`inspected_node() == dom_node()` check returns true for pseudo-elements
(both values are nullptr) so I've added an extra check there. As noted,
once pseudo-elements are inspectable we will need to revisit this.
Diffstat (limited to 'Userland/Libraries/LibWeb/Dump.cpp')
0 files changed, 0 insertions, 0 deletions