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

Side by Side Diff: LayoutTests/fast/dom/Range/missing-arguments-expected.txt

Issue 108063005: Make arguments to Range methods non-optional (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 PASS range.compareBoundaryPoints() threw exception TypeError: Failed to execute 'compareBoundaryPoints' on 'Range': 2 arguments required, but only 0 present..
2 PASS range.compareBoundaryPoints(0) threw exception TypeError: Failed to execute 'compareBoundaryPoints' on 'Range': 2 arguments required, but only 1 present..
3 PASS range.comparePoint() threw exception TypeError: Failed to execute 'compareP oint' on 'Range': 2 arguments required, but only 0 present..
4 PASS range.comparePoint(node) threw exception TypeError: Failed to execute 'comp arePoint' on 'Range': 2 arguments required, but only 1 present..
5 PASS range.createContextualFragment() threw exception TypeError: Failed to execu te 'createContextualFragment' on 'Range': 1 argument required, but only 0 presen t..
6 PASS range.insertNode() threw exception TypeError: Failed to execute 'insertNode ' on 'Range': 1 argument required, but only 0 present..
7 PASS range.intersectsNode() threw exception TypeError: Failed to execute 'inters ectsNode' on 'Range': 1 argument required, but only 0 present..
8 PASS range.isPointInRange() threw exception TypeError: Failed to execute 'isPoin tInRange' on 'Range': 2 arguments required, but only 0 present..
9 PASS range.isPointInRange(node) threw exception TypeError: Failed to execute 'is PointInRange' on 'Range': 2 arguments required, but only 1 present..
10 PASS range.selectNode() threw exception TypeError: Failed to execute 'selectNode ' on 'Range': 1 argument required, but only 0 present..
11 PASS range.selectNodeContents() threw exception TypeError: Failed to execute 'se lectNodeContents' on 'Range': 1 argument required, but only 0 present..
12 PASS range.setEnd() threw exception TypeError: Failed to execute 'setEnd' on 'Ra nge': 2 arguments required, but only 0 present..
13 PASS range.setEnd(node) threw exception TypeError: Failed to execute 'setEnd' on 'Range': 2 arguments required, but only 1 present..
14 PASS range.setEndAfter() threw exception TypeError: Failed to execute 'setEndAft er' on 'Range': 1 argument required, but only 0 present..
15 PASS range.setEndBefore() threw exception TypeError: Failed to execute 'setEndBe fore' on 'Range': 1 argument required, but only 0 present..
16 PASS range.setStart() threw exception TypeError: Failed to execute 'setStart' on 'Range': 2 arguments required, but only 0 present..
17 PASS range.setStart(node) threw exception TypeError: Failed to execute 'setStart ' on 'Range': 2 arguments required, but only 1 present..
18 PASS range.setStartAfter() threw exception TypeError: Failed to execute 'setStar tAfter' on 'Range': 1 argument required, but only 0 present..
19 PASS range.setStartBefore() threw exception TypeError: Failed to execute 'setSta rtBefore' on 'Range': 1 argument required, but only 0 present..
20 PASS range.surroundContents() threw exception TypeError: Failed to execute 'surr oundContents' on 'Range': 1 argument required, but only 0 present..
21 PASS successfullyParsed is true
22
23 TEST COMPLETE
24
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/Range/missing-arguments.html ('k') | LayoutTests/fast/dom/Range/range-detached-exceptions.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698