1 The test verifies that the querySelectorAll() API does not return any matched elements when querying for pseudo-element selectors.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS successfullyParsed is true
9 PASS document.querySelectorAll("div::after").length is 0
10 PASS document.querySelectorAll("html::before").length is 0
11 PASS successfullyParsed is true
14 Test for Bugzilla Bug 83446: Broken handling for pseudo-elements in Selectors API.