Files
serenity/Userland/Libraries/LibWebView/ViewImplementation.cpp
Sam Atkins d094c2984b Inspector: Add a basic style sheet inspector
Choosing options from the `<select>` will load and display that style
sheet's source text, with some checks to make sure that the text that
just loaded is the one we currently want.

The UI is a little goofy when scrolling, as it uses `position: sticky`
which we don't implement yet. But that's just more motivation to
implement it! :^)

(cherry picked from commit da171c3230caaee53213d0dd04007c9b4343e3e2)
2024-11-15 23:10:03 -05:00

20 KiB