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

Side by Side Diff: LayoutTests/editing/selection/extend-expected.txt

Issue 22608004: Improve 'Selection' exception messages. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ugh. Created 7 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/fast/dom/Selection/collapseToX-empty-selection-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 foobarbaz 1 foobarbaz
2 Success: window.getSelection() is ar. 2 Success: window.getSelection() is ar.
3 Success: s.extend(span2.firstChild, 4) raised IndexSizeError: Index or size was negative, or greater than the allowed value.. 3 Success: s.extend(span2.firstChild, 4) raised IndexSizeError: Failed to execute 'extend' on 'Selection': 4 is larger than the given node's length..
4 Success: s.extend(span2.firstChild, -1) raised IndexSizeError: Index or size was negative, or greater than the allowed value.. 4 Success: s.extend(span2.firstChild, -1) raised IndexSizeError: Failed to execute 'extend' on 'Selection': -1 is not a valid offset..
5 Success: window.getSelection() is b. 5 Success: window.getSelection() is b.
6 Success: window.getSelection() is arbaz. 6 Success: window.getSelection() is arbaz.
7 Success: s.extend() raised TypeMismatchError: The type of an object was incompat ible with the expected type of the parameter associated to the object.. 7 Success: s.extend() raised TypeMismatchError: Failed to execute 'extend' on 'Sel ection': The node provided is invalid..
8 Success: s.extend(null, 0) raised TypeMismatchError: The type of an object was i ncompatible with the expected type of the parameter associated to the object.. 8 Success: s.extend(null, 0) raised TypeMismatchError: Failed to execute 'extend' on 'Selection': The node provided is invalid..
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/dom/Selection/collapseToX-empty-selection-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698