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

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

Issue 225303002: Let Selection.collapse remember a raw Position instead of a canonicalized one. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix setSelectedRange arguments Created 6 years, 6 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 2e9862345f2b8a861210a98e021bdd3ecd380917..dfc5c80a234172b0fe779d5d182b0cc31b64dc44 100644
--- a/LayoutTests/editing/selection/DOMSelection-DocumentType-expected.txt
+++ b/LayoutTests/editing/selection/DOMSelection-DocumentType-expected.txt
@@ -5,7 +5,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS sel.anchorNode is null
PASS sel.anchorNode is null
-PASS sel.anchorNode is null
+PASS sel.collapse(docType) threw exception InvalidNodeTypeError: Failed to execute 'collapse' on 'Selection': The node provided is of type 'c'..
PASS sel.anchorNode is null
PASS sel.anchorNode is null
PASS sel.anchorNode is null

Powered by Google App Engine
This is Rietveld 408576698