mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
Selector::serialize() is used for both normal and relative selectors. For the latter, we need to serialize their initial combinator, and for the former, we always set the initial combinator as None anyway, so this would be a no-op there. Gets us 3 WPT passes.