Index: third_party/WebKit/LayoutTests/fast/dom/shadow/querySelector-with-shadow-all-and-shadow-deep-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/querySelector-with-shadow-all-and-shadow-deep-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/shadow/querySelector-with-shadow-all-and-shadow-deep-expected.txt |
index 37f8dd737176c2e17c56b7fd92580c8ea8cc50ee..99121ab71da7b577239737a272f4081f9618ddfd 100644 |
--- a/third_party/WebKit/LayoutTests/fast/dom/shadow/querySelector-with-shadow-all-and-shadow-deep-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/querySelector-with-shadow-all-and-shadow-deep-expected.txt |
@@ -15,6 +15,7 @@ PASS document.querySelectorAll("#foo-host /deep/ span")[1].id is "top" |
PASS document.querySelectorAll("#foo-host /deep/ span")[2].id is "nested" |
PASS document.querySelectorAll("#foo-host /deep/ span")[3].id is "inner-host" |
PASS document.querySelectorAll("#foo-host /deep/ span")[4].id is "outer-host" |
+PASS document.querySelector("::before, #foo-host /deep/ span").id is "not-top" |
PASS fooShadowRoot.querySelectorAll("*::shadow span").length is 1 |
PASS fooShadowRoot.querySelectorAll("*::shadow span")[0].id is "nested" |
PASS fooShadowRoot.querySelectorAll("* /deep/ span").length is 3 |