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