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

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

Issue 210813002: Rename /shadow-deep/ combinator to /deep/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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: 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 109d155cce309dd366049bf8c808000327a86023..37097527784d9c0a374dfbf036cf96fde5177250 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
@@ -1,4 +1,4 @@
-crbug.com/337616: test for querySelectorAll with /shadow/ and /shadow-deep/
+crbug.com/337616: test for querySelectorAll with /shadow/ and /deep/
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
@@ -7,19 +7,19 @@ PASS document.querySelectorAll("#foo-host /shadow/ span").length is 3
PASS document.querySelectorAll("#foo-host /shadow/ span")[0].id is "not-top"
PASS document.querySelectorAll("#foo-host /shadow/ span")[1].id is "top"
PASS document.querySelectorAll("#foo-host /shadow/ span")[2].id is "inner-host"
-PASS document.querySelectorAll("#foo-host /shadow-deep/ span").length is 5
-PASS document.querySelectorAll("#foo-host /shadow-deep/ span")[0].id is "not-top"
-PASS document.querySelectorAll("#foo-host /shadow-deep/ span")[1].id is "top"
-PASS document.querySelectorAll("#foo-host /shadow-deep/ span")[2].id is "nested"
-PASS document.querySelectorAll("#foo-host /shadow-deep/ span")[3].id is "inner-host"
-PASS document.querySelectorAll("#foo-host /shadow-deep/ span")[4].id is "outer-host"
+PASS document.querySelectorAll("#foo-host /deep/ span").length is 5
+PASS document.querySelectorAll("#foo-host /deep/ span")[0].id is "not-top"
+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 fooShadowRoot.querySelectorAll("* /shadow/ span").length is 1
PASS fooShadowRoot.querySelectorAll("* /shadow/ span")[0].id is "nested"
-PASS fooShadowRoot.querySelectorAll("* /shadow-deep/ span").length is 3
-PASS fooShadowRoot.querySelectorAll("* /shadow-deep/ span")[0].id is "not-top"
-PASS fooShadowRoot.querySelectorAll("* /shadow-deep/ span")[1].id is "nested"
-PASS fooShadowRoot.querySelectorAll("* /shadow-deep/ span")[2].id is "inner-host"
-PASS fooShadowRoot.querySelectorAll("#foo-host /shadow-deep/ span").length is 0
+PASS fooShadowRoot.querySelectorAll("* /deep/ span").length is 3
+PASS fooShadowRoot.querySelectorAll("* /deep/ span")[0].id is "not-top"
+PASS fooShadowRoot.querySelectorAll("* /deep/ span")[1].id is "nested"
+PASS fooShadowRoot.querySelectorAll("* /deep/ span")[2].id is "inner-host"
+PASS fooShadowRoot.querySelectorAll("#foo-host /deep/ span").length is 0
PASS fooShadowRoot.querySelectorAll(":host(div#foo-host) /shadow/ span").length is 3
PASS fooShadowRoot.querySelectorAll(":host(div#foo-host) /shadow/ span")[0].id is "not-top"
PASS fooShadowRoot.querySelectorAll(":host(div#foo-host) /shadow/ span")[1].id is "top"
@@ -32,18 +32,18 @@ PASS barHost.querySelectorAll("#bar-host /shadow/ span").length is 1
PASS barHost.querySelectorAll("#bar-host /shadow/ span")[0].id is "nested"
PASS barHost.querySelectorAll(":host :scope span").length is 1
PASS barHost.querySelectorAll(":host :scope span")[0].id is "inner-host"
-PASS barHost.querySelectorAll(":host /shadow-deep/ #bar-host span").length is 1
-PASS barHost.querySelectorAll(":host /shadow-deep/ #bar-host span")[0].id is "inner-host"
+PASS barHost.querySelectorAll(":host /deep/ #bar-host span").length is 1
+PASS barHost.querySelectorAll(":host /deep/ #bar-host span")[0].id is "inner-host"
PASS barShadowRoot.querySelectorAll("* /shadow/ span").length is 0
-PASS barShadowRoot.querySelectorAll("* /shadow-deep/ span").length is 0
+PASS barShadowRoot.querySelectorAll("* /deep/ span").length is 0
PASS barShadowRoot.querySelectorAll(":host(div#bar-host) /shadow/ span").length is 1
PASS barShadowRoot.querySelectorAll(":host(div#bar-host) /shadow/ span")[0].id is "nested"
-PASS barShadowRoot.querySelectorAll(":host(div#bar-host) /shadow-deep/ span").length is 1
-PASS barShadowRoot.querySelectorAll(":host(div#bar-host) /shadow-deep/ span")[0].id is "nested"
+PASS barShadowRoot.querySelectorAll(":host(div#bar-host) /deep/ span").length is 1
+PASS barShadowRoot.querySelectorAll(":host(div#bar-host) /deep/ span")[0].id is "nested"
PASS barShadowRoot.querySelectorAll(":ancestor(div#foo-host) /shadow/ span").length is 1
PASS barShadowRoot.querySelectorAll(":ancestor(div#foo-host) /shadow/ span")[0].id is "nested"
-PASS barShadowRoot.querySelectorAll(":ancestor(div#foo-host) /shadow-deep/ span").length is 1
-PASS barShadowRoot.querySelectorAll(":ancestor(div#foo-host) /shadow-deep/ span")[0].id is "nested"
+PASS barShadowRoot.querySelectorAll(":ancestor(div#foo-host) /deep/ span").length is 1
+PASS barShadowRoot.querySelectorAll(":ancestor(div#foo-host) /deep/ span")[0].id is "nested"
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698