You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When running query selector all on HTML with nested matches, queryResult is not returning the correct match. queryResultAll returns the correct results at array position 0
Describe the bug
When running query selector all on HTML with nested matches, queryResult is not returning the correct match. queryResultAll returns the correct results at array position 0
To Reproduce
Steps to reproduce the behavior:
Create HTML
Run query
The returned result is the div with class a instead of the blockquote element
Expected behavior
The blockquote element is returned.
Device:
Repros on all endpoints
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: