Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / Window / querySelectorAll-with-pseudo-elements-expected.txt
blob7269ff3fc69412634132021c49ab5906feda31ab
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
8 TEST COMPLETE
9 PASS document.querySelectorAll("div::after").length is 0
10 PASS document.querySelectorAll("html::before").length is 0
11 PASS successfullyParsed is true
13 TEST COMPLETE
14 Test for Bugzilla Bug 83446: Broken handling for pseudo-elements in Selectors API.