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

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

Issue 1329523002: Revert of 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
« no previous file with comments | « no previous file | LayoutTests/fast/dom/shadow/querySelector-with-shadow-all-and-shadow-deep-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/shadow/querySelector-with-shadow-all-and-shadow-deep.html
diff --git a/LayoutTests/fast/dom/shadow/querySelector-with-shadow-all-and-shadow-deep.html b/LayoutTests/fast/dom/shadow/querySelector-with-shadow-all-and-shadow-deep.html
index a5e8eaa1e63c758dbfe6a6b2cf5835e6ebbc436a..835a10f40f0b1b343f3c5673419e26713d1ef477 100644
--- a/LayoutTests/fast/dom/shadow/querySelector-with-shadow-all-and-shadow-deep.html
+++ b/LayoutTests/fast/dom/shadow/querySelector-with-shadow-all-and-shadow-deep.html
@@ -82,10 +82,4 @@
shouldBe('fooHost.querySelectorAll("::shadow span")[0].id', '"not-top"');
shouldBe('fooHost.querySelectorAll("::shadow span")[1].id', '"top"');
shouldBe('fooHost.querySelectorAll("::shadow span")[2].id', '"inner-host"');
-
-// crbug.com/511486
-shouldBe('document.querySelectorAll("::shadow span").length', '3');
-shouldBe('document.querySelectorAll("::shadow span")[0].id', '"not-top"');
-shouldBe('document.querySelectorAll("::shadow span")[1].id', '"top"');
-shouldBe('document.querySelectorAll("::shadow span")[2].id', '"inner-host"');
</script>
« no previous file with comments | « no previous file | LayoutTests/fast/dom/shadow/querySelector-with-shadow-all-and-shadow-deep-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698