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

Side by Side 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 unified diff | Download patch
OLDNEW
1 Test to check if setBaseAndExtent guard node with null owner document (Bug 31680 ) 1 Test to check if setBaseAndExtent guard node with null owner document (Bug 31680 )
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS sel.anchorNode is null 6 PASS sel.anchorNode is null
7 PASS sel.anchorNode is null 7 PASS sel.anchorNode is null
8 PASS sel.collapse(docType) threw exception InvalidNodeTypeError: Failed to execu te 'collapse' on 'Selection': The node provided is of type 'c'..
8 PASS sel.anchorNode is null 9 PASS sel.anchorNode is null
9 PASS sel.anchorNode is null 10 PASS sel.anchorNode is null
10 PASS sel.anchorNode is null 11 PASS sel.anchorNode is null
11 PASS sel.anchorNode is null
12 PASS sel.containsNode(docType) is false 12 PASS sel.containsNode(docType) is false
13 PASS successfullyParsed is true 13 PASS successfullyParsed is true
14 14
15 TEST COMPLETE 15 TEST COMPLETE
16 16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698