Index: LayoutTests/fast/dom/shadow/querySelector-with-shadow-all-and-shadow-deep-expected.txt |
diff --git a/LayoutTests/fast/dom/shadow/querySelector-with-shadow-all-and-shadow-deep-expected.txt b/LayoutTests/fast/dom/shadow/querySelector-with-shadow-all-and-shadow-deep-expected.txt |
index 9154fb6b893a2f631bc62036d3cbcecb4e06cd12..37f8dd737176c2e17c56b7fd92580c8ea8cc50ee 100644 |
--- a/LayoutTests/fast/dom/shadow/querySelector-with-shadow-all-and-shadow-deep-expected.txt |
+++ b/LayoutTests/fast/dom/shadow/querySelector-with-shadow-all-and-shadow-deep-expected.txt |
@@ -50,6 +50,10 @@ PASS fooHost.querySelectorAll("::shadow span").length is 3 |
PASS fooHost.querySelectorAll("::shadow span")[0].id is "not-top" |
PASS fooHost.querySelectorAll("::shadow span")[1].id is "top" |
PASS fooHost.querySelectorAll("::shadow span")[2].id is "inner-host" |
+PASS document.querySelectorAll("::shadow span").length is 3 |
+PASS document.querySelectorAll("::shadow span")[0].id is "not-top" |
+PASS document.querySelectorAll("::shadow span")[1].id is "top" |
+PASS document.querySelectorAll("::shadow span")[2].id is "inner-host" |
PASS successfullyParsed is true |
TEST COMPLETE |