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

Unified Diff: LayoutTests/fast/dom/shadow/querySelector-for-useragent-shadowroot-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-for-useragent-shadowroot-expected.txt
diff --git a/LayoutTests/fast/dom/shadow/querySelector-for-useragent-shadowroot-expected.txt b/LayoutTests/fast/dom/shadow/querySelector-for-useragent-shadowroot-expected.txt
index 23463d25473092eb2352f09a9e29832d88d8feb9..66890fef375d99ec6fb883492816df1c78a02a8a 100644
--- a/LayoutTests/fast/dom/shadow/querySelector-for-useragent-shadowroot-expected.txt
+++ b/LayoutTests/fast/dom/shadow/querySelector-for-useragent-shadowroot-expected.txt
@@ -1,24 +1,24 @@
-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".
-PASS document.querySelectorAll("form /shadow-deep/ *").length is 1
-PASS document.querySelectorAll("form /shadow-deep/ *")[0].id is "input"
+PASS document.querySelectorAll("form /deep/ *").length is 1
+PASS document.querySelectorAll("form /deep/ *")[0].id is "input"
PASS document.querySelectorAll("form /shadow/ *").length is 0
-PASS document.querySelectorAll("input /shadow-deep/ *").length is 0
+PASS document.querySelectorAll("input /deep/ *").length is 0
PASS document.querySelectorAll("input /shadow/ *").length is 0
-PASS document.querySelectorAll("details /shadow-deep/ *").length is 2
-PASS document.querySelectorAll("details /shadow-deep/ *")[0].id is "summary"
-PASS document.querySelectorAll("details /shadow-deep/ *")[1].id is "p"
+PASS document.querySelectorAll("details /deep/ *").length is 2
+PASS document.querySelectorAll("details /deep/ *")[0].id is "summary"
+PASS document.querySelectorAll("details /deep/ *")[1].id is "p"
PASS document.querySelectorAll("details /shadow/ *").length is 0
-PASS document.querySelectorAll("summary /shadow-deep/ *").length is 0
+PASS document.querySelectorAll("summary /deep/ *").length is 0
PASS document.querySelectorAll("summary /shadow/ *").length is 0
-PASS document.querySelectorAll("meter /shadow-deep/ *").length is 0
+PASS document.querySelectorAll("meter /deep/ *").length is 0
PASS document.querySelectorAll("meter /shadow/ *").length is 0
-PASS document.querySelectorAll("progress /shadow-deep/ *").length is 0
+PASS document.querySelectorAll("progress /deep/ *").length is 0
PASS document.querySelectorAll("progress /shadow/ *").length is 0
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698