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

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

Issue 1245933002: document.querySelector[All]() should check selector context (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 5 years, 4 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 9154fb6b893a2f631bc62036d3cbcecb4e06cd12..37f8dd737176c2e17c56b7fd92580c8ea8cc50ee 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
@@ -50,6 +50,10 @@ PASS fooHost.querySelectorAll("::shadow span").length is 3
PASS fooHost.querySelectorAll("::shadow span")[0].id is "not-top"
PASS fooHost.querySelectorAll("::shadow span")[1].id is "top"
PASS fooHost.querySelectorAll("::shadow span")[2].id is "inner-host"
+PASS document.querySelectorAll("::shadow span").length is 3
+PASS document.querySelectorAll("::shadow span")[0].id is "not-top"
+PASS document.querySelectorAll("::shadow span")[1].id is "top"
+PASS document.querySelectorAll("::shadow span")[2].id is "inner-host"
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698