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

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

Issue 2686663004: Selection API: Selection.extend() should throw if rangeCount is 0. (Closed)
Patch Set: focus() -> collapse() 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..
10 PASS foreignSel.anchorNode is null 11 PASS foreignSel.anchorNode is null
11 PASS mainSel.anchorNode is null 12 PASS mainSel.anchorNode is null
12 PASS foreignSel.anchorNode is null 13 PASS foreignSel.anchorNode is null
13 PASS mainSel.anchorNode is null 14 PASS mainSel.anchorNode is null
14 PASS foreignSel.anchorNode is null 15 PASS foreignSel.anchorNode is null
15 PASS mainSel.anchorNode is null 16 PASS mainSel.anchorNode is null
16 PASS foreignSel.anchorNode is null 17 PASS foreignSel.anchorNode is null
17 PASS mainSel.anchorNode is null 18 PASS mainSel.anchorNode is null
18 PASS successfullyParsed is true 19 PASS successfullyParsed is true
19 20
20 TEST COMPLETE 21 TEST COMPLETE
21 22
22 Main Text 23 Main Text
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698