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

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

Issue 82863002: Remove ::part. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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 5b9a0be071ad1687d76525d5a0f171d1f6d160e8..08a2b22724b96eb6ba8230476bdbb9eca908021f 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
@@ -8,13 +8,10 @@ PASS sandbox.firstChild.querySelector("input[type='search']::-webkit-search-deco
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.webkitMatchesSelector("div::part(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.querySelector("div::part(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 sandbox.firstChild.querySelectorAll("div::part(x-part)").length is 0
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698