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

Side by Side Diff: third_party/WebKit/LayoutTests/editing/selection/missing-arguments-expected.txt

Issue 2712603003: Move tests in fast/dom/Selection/ to editing/selection/. (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 PASS selection.addRange() threw exception TypeError: Failed to execute 'addRange ' on 'Selection': 1 argument required, but only 0 present.. 1 PASS selection.addRange() threw exception TypeError: Failed to execute 'addRange ' on 'Selection': 1 argument required, but only 0 present..
2 PASS selection.getRangeAt() threw exception TypeError: Failed to execute 'getRan geAt' on 'Selection': 1 argument required, but only 0 present.. 2 PASS selection.getRangeAt() threw exception TypeError: Failed to execute 'getRan geAt' on 'Selection': 1 argument required, but only 0 present..
3 PASS selection.selectAllChildren() threw exception TypeError: Failed to execute 'selectAllChildren' on 'Selection': 1 argument required, but only 0 present.. 3 PASS selection.selectAllChildren() threw exception TypeError: Failed to execute 'selectAllChildren' on 'Selection': 1 argument required, but only 0 present..
4 PASS selection.setBaseAndExtent() threw exception TypeError: Failed to execute ' setBaseAndExtent' on 'Selection': 4 arguments required, but only 0 present.. 4 PASS selection.setBaseAndExtent() threw exception TypeError: Failed to execute ' setBaseAndExtent' on 'Selection': 4 arguments required, but only 0 present..
5 PASS selection.setBaseAndExtent(node) threw exception TypeError: Failed to execu te 'setBaseAndExtent' on 'Selection': 4 arguments required, but only 1 present.. 5 PASS selection.setBaseAndExtent(node) threw exception TypeError: Failed to execu te 'setBaseAndExtent' on 'Selection': 4 arguments required, but only 1 present..
6 PASS selection.setBaseAndExtent(node, 0) threw exception TypeError: Failed to ex ecute 'setBaseAndExtent' on 'Selection': 4 arguments required, but only 2 presen t.. 6 PASS selection.setBaseAndExtent(node, 0) threw exception TypeError: Failed to ex ecute 'setBaseAndExtent' on 'Selection': 4 arguments required, but only 2 presen t..
7 PASS selection.setBaseAndExtent(node, 0, node) threw exception TypeError: Failed to execute 'setBaseAndExtent' on 'Selection': 4 arguments required, but only 3 present.. 7 PASS selection.setBaseAndExtent(node, 0, node) threw exception TypeError: Failed to execute 'setBaseAndExtent' on 'Selection': 4 arguments required, but only 3 present..
8 PASS successfullyParsed is true 8 PASS successfullyParsed is true
9 9
10 TEST COMPLETE 10 TEST COMPLETE
11 11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698