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

Unified Diff: LayoutTests/fast/dom/shadow/custom-pseudo-in-selector-api-expected.txt

Issue 215173003: Remove support for custom pseudo elements. (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/custom-pseudo-in-selector-api-expected.txt
diff --git a/LayoutTests/fast/dom/shadow/custom-pseudo-in-selector-api-expected.txt b/LayoutTests/fast/dom/shadow/custom-pseudo-in-selector-api-expected.txt
index 08a2b22724b96eb6ba8230476bdbb9eca908021f..21f2d6ccd1f8b72a4960be65d0a67f3a9d027652 100644
--- a/LayoutTests/fast/dom/shadow/custom-pseudo-in-selector-api-expected.txt
+++ b/LayoutTests/fast/dom/shadow/custom-pseudo-in-selector-api-expected.txt
@@ -6,12 +6,6 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS sandbox.firstChild.webkitMatchesSelector("input[type='search']::-webkit-search-decoration") is false
PASS sandbox.firstChild.querySelector("input[type='search']::-webkit-search-decoration") is null
PASS sandbox.firstChild.querySelectorAll("input[type='search']::-webkit-search-decoration").length is 0
-PASS sandbox.firstChild.webkitMatchesSelector("div::x-pseudo") is false
-PASS sandbox.firstChild.webkitMatchesSelector("div::x-part") is false
-PASS sandbox.firstChild.querySelector("div::x-pseudo") is null
-PASS sandbox.firstChild.querySelector("div::x-part") is null
-PASS sandbox.firstChild.querySelectorAll("div::x-pseudo").length is 0
-PASS sandbox.firstChild.querySelectorAll("div::x-part").length is 0
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/fast/dom/shadow/custom-pseudo-in-selector-api.html ('k') | LayoutTests/fast/dom/shadow/pseudo-attribute.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698