What is the expected result of a selector that selects a child without a specified parent?
This is related to ticket 7205 where there is discrepancy created due to the :has(>child) filter not resulting the same selection as your standard selector $(">child");
What should be the expected return from this selector? What is the unspecified parent implied to be?