Dmitry Gozman c80a23842b
fix(css): relative-to-scope selectors work (#23665)
Chained selectors where the second part starts with a scope did not work
before:

```ts
page.locator('div').locator(':scope + span')
page.locator('div >> +span')
```
2023-06-13 10:27:25 -07:00
..
2023-01-13 13:50:38 -08:00
2023-01-13 13:50:38 -08:00
2023-05-03 13:53:02 -07:00
2023-01-13 13:50:38 -08:00
2023-01-13 13:50:38 -08:00