Files
ladybird/Libraries/LibDevTools/Actors/StyleSheetsActor.cpp
Sam Atkins 3d141ac6a1 LibDevTools: Compare StyleSheetIdentifiers using operator==
We were ignoring the dom_element_unique_id field, which meant if we had
more than one inline style sheet on a page, we would not distinguish
between them. This had the effect of halting the style sheet loading
process in the dev tools, with none appearing.
2025-09-26 22:30:20 +02:00

2.9 KiB