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

Side by Side Diff: third_party/WebKit/LayoutTests/editing/selection/DOMSelection-crossing-document-expected.txt

Issue 2698413002: selection: Align collapse-NN.html and extend-NN.html to the latest draft. (Closed)
Patch Set: Created 3 years, 10 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 foreignSel.anchorNode is null 6 PASS foreignSel.anchorNode is null
7 PASS mainSel.anchorNode is null 7 PASS mainSel.anchorNode is null
8 PASS foreignSel.anchorNode is null 8 PASS foreignSel.anchorNode is null
9 PASS mainSel.anchorNode is null 9 PASS mainSel.anchorNode is null
10 PASS mainSel.extend(foreignElement, 1) threw exception InvalidStateError: Failed to execute 'extend' on 'Selection': This Selection object doesn't have any Rang es..
11 PASS foreignSel.anchorNode is null 10 PASS foreignSel.anchorNode is null
12 PASS mainSel.anchorNode is null 11 PASS mainSel.anchorNode is null
13 PASS foreignSel.anchorNode is null 12 PASS foreignSel.anchorNode is null
14 PASS mainSel.anchorNode is null 13 PASS mainSel.anchorNode is null
15 PASS foreignSel.anchorNode is null 14 PASS foreignSel.anchorNode is null
16 PASS mainSel.anchorNode is null 15 PASS mainSel.anchorNode is null
17 PASS foreignSel.anchorNode is null 16 PASS foreignSel.anchorNode is null
18 PASS mainSel.anchorNode is null 17 PASS mainSel.anchorNode is null
19 PASS successfullyParsed is true 18 PASS successfullyParsed is true
20 19
21 TEST COMPLETE 20 TEST COMPLETE
22 21
23 Main Text 22 Main Text
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698