Run results for: element.children vs element.querySelectorAll vs element.querySelectorAll(:scope)
Really basic test comparing accessing children via parentElement.children vs via querySelectorAll vs scoped querySelectorAll.
Not a great test for the use case, but people who are less lazy than me can fork it and make it do thing good.