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 adfd6d5e9a70dd84686ab7259600202e648e85cf..8667901dbd2f143007fc3d8cafb91801acc51472 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 /shadow-deep/ |
+crbug.com/337616: test for querySelectorAll with ::shadow and /shadow-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 |