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

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

Issue 792013002: Make some Selection function arguments non-optional (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update test Created 6 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 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..
3 PASS selection.selectAllChildren() threw exception TypeError: Failed to execute 'selectAllChildren' on 'Selection': 1 argument required, but only 0 present..
4 PASS successfullyParsed is true
5
6 TEST COMPLETE
7
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698