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

Unified Diff: LayoutTests/editing/selection/DOMSelection-DocumentType-expected.txt

Issue 1308663003: The node and allowPartialContainment arguments for Selection API should not be optional (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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/editing/selection/DOMSelection-DocumentType-expected.txt
diff --git a/LayoutTests/editing/selection/DOMSelection-DocumentType-expected.txt b/LayoutTests/editing/selection/DOMSelection-DocumentType-expected.txt
index dfc5c80a234172b0fe779d5d182b0cc31b64dc44..11dc585f7b417afa70863d6708870927b35a79f3 100644
--- a/LayoutTests/editing/selection/DOMSelection-DocumentType-expected.txt
+++ b/LayoutTests/editing/selection/DOMSelection-DocumentType-expected.txt
@@ -9,7 +9,7 @@ PASS sel.collapse(docType) threw exception InvalidNodeTypeError: Failed to execu
PASS sel.anchorNode is null
PASS sel.anchorNode is null
PASS sel.anchorNode is null
-PASS sel.containsNode(docType) is false
+PASS sel.containsNode(docType, false) is false
philipj_slow 2015/08/27 09:15:32 Seeing this I think it would make sense to keep th
tanay.c 2015/08/28 08:52:32 Done.
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698