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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dom/Selection/missing-arguments-expected.txt

Issue 1785663002: Make setBaseAndExtent's arguments non-optional (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use collapse() where possible (one test) Created 4 years, 8 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..
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..
7 PASS selection.setBaseAndExtent(node, 0, node) threw exception TypeError: Failed to execute 'setBaseAndExtent' on 'Selection': 4 arguments required, but only 3 present..
4 PASS successfullyParsed is true 8 PASS successfullyParsed is true
5 9
6 TEST COMPLETE 10 TEST COMPLETE
7 11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698