Index: LayoutTests/fast/dom/shadow/querySelector-for-multiple-shadowroots-expected.txt |
diff --git a/LayoutTests/fast/dom/shadow/querySelector-for-multiple-shadowroots-expected.txt b/LayoutTests/fast/dom/shadow/querySelector-for-multiple-shadowroots-expected.txt |
index a4befacb759a81ce346d4ab2cbb64ec77c15b0f6..0537c73528e3cbc21c899672a9a5431c209468ad 100644 |
--- a/LayoutTests/fast/dom/shadow/querySelector-for-multiple-shadowroots-expected.txt |
+++ b/LayoutTests/fast/dom/shadow/querySelector-for-multiple-shadowroots-expected.txt |
@@ -1,24 +1,24 @@ |
-crbug.com/337616: test for querySelectorAll with /shadow/ and /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("#foo-host /shadow/ span").length is 6 |
-PASS document.querySelectorAll("#foo-host /shadow/ span")[0].id is "not-top1" |
-PASS document.querySelectorAll("#foo-host /shadow/ span")[1].id is "top1" |
-PASS document.querySelectorAll("#foo-host /shadow/ span")[2].id is "not-top2" |
-PASS document.querySelectorAll("#foo-host /shadow/ span")[3].id is "top2" |
-PASS document.querySelectorAll("#foo-host /shadow/ span")[4].id is "not-top3" |
-PASS document.querySelectorAll("#foo-host /shadow/ span")[5].id is "top3" |
-PASS shadowRoot1.querySelectorAll(":host /shadow/ span").length is 2 |
-PASS shadowRoot1.querySelectorAll(":host /shadow/ span")[0].id is "not-top1" |
-PASS shadowRoot1.querySelectorAll(":host /shadow/ span")[1].id is "top1" |
-PASS shadowRoot2.querySelectorAll(":host /shadow/ span").length is 2 |
-PASS shadowRoot2.querySelectorAll(":host /shadow/ span")[0].id is "not-top2" |
-PASS shadowRoot2.querySelectorAll(":host /shadow/ span")[1].id is "top2" |
-PASS shadowRoot3.querySelectorAll(":host /shadow/ span").length is 2 |
-PASS shadowRoot3.querySelectorAll(":host /shadow/ span")[0].id is "not-top3" |
-PASS shadowRoot3.querySelectorAll(":host /shadow/ span")[1].id is "top3" |
+PASS document.querySelectorAll("#foo-host::shadow span").length is 6 |
+PASS document.querySelectorAll("#foo-host::shadow span")[0].id is "not-top1" |
+PASS document.querySelectorAll("#foo-host::shadow span")[1].id is "top1" |
+PASS document.querySelectorAll("#foo-host::shadow span")[2].id is "not-top2" |
+PASS document.querySelectorAll("#foo-host::shadow span")[3].id is "top2" |
+PASS document.querySelectorAll("#foo-host::shadow span")[4].id is "not-top3" |
+PASS document.querySelectorAll("#foo-host::shadow span")[5].id is "top3" |
+PASS shadowRoot1.querySelectorAll(":host::shadow span").length is 2 |
+PASS shadowRoot1.querySelectorAll(":host::shadow span")[0].id is "not-top1" |
+PASS shadowRoot1.querySelectorAll(":host::shadow span")[1].id is "top1" |
+PASS shadowRoot2.querySelectorAll(":host::shadow span").length is 2 |
+PASS shadowRoot2.querySelectorAll(":host::shadow span")[0].id is "not-top2" |
+PASS shadowRoot2.querySelectorAll(":host::shadow span")[1].id is "top2" |
+PASS shadowRoot3.querySelectorAll(":host::shadow span").length is 2 |
+PASS shadowRoot3.querySelectorAll(":host::shadow span")[0].id is "not-top3" |
+PASS shadowRoot3.querySelectorAll(":host::shadow span")[1].id is "top3" |
PASS successfullyParsed is true |
TEST COMPLETE |