Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(46)

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/shadow/querySelector-with-shadow-all-and-shadow-deep-expected.txt

Issue 1602833002: No pseudo elements in SelectorChecker::Mode QueryingRules. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove-pseudoelm-check-2-20160118
Patch Set: Another review issue Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698