1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 23:17:46 +00:00

Browser+LibHTML: Add "Computed" styles to the DOM inspector

I though it would be nice to also show the style that the browser uses
to display an element.

In order to do that, in place of the styles table I've put a tab widget,
with tabs for both element and computed element styles.
This commit is contained in:
Matrix89 2020-01-03 04:15:50 +01:00 committed by Andreas Kling
parent 1da31ce8ae
commit 988d1deca8
5 changed files with 102 additions and 4 deletions

View file

@ -35,6 +35,7 @@ LIBHTML_OBJS = \
DOM/ParentNode.o \
DOM/Text.o \
DOMElementStyleModel.o \
DOMComputedElementStyleModel.o \
DOMTreeModel.o \
Dump.o \
FontCache.o \