| Index: third_party/WebKit/LayoutTests/editing/selection/extend-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/editing/selection/extend-expected.txt b/third_party/WebKit/LayoutTests/editing/selection/extend-expected.txt
|
| index 83532dc4bc60b1ef3150569ce0dcbe6ad3ac0b4b..0aec32eaa545820fc08a918c42c723a7d2ce1b1b 100644
|
| --- a/third_party/WebKit/LayoutTests/editing/selection/extend-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/editing/selection/extend-expected.txt
|
| @@ -1,7 +1,7 @@
|
| foobarbaz
|
| Success: window.getSelection() is ar.
|
| -Success: s.extend(span2.firstChild, 4) raised IndexSizeError: Failed to execute 'extend' on 'Selection': The offset 4 is larger than or equal to the node's length (3)..
|
| -Success: s.extend(span2.firstChild, -1) raised IndexSizeError: Failed to execute 'extend' on 'Selection': The offset -1 is larger than or equal to the node's length (3)..
|
| +Success: s.extend(span2.firstChild, 4) raised IndexSizeError: Failed to execute 'extend' on 'Selection': The offset 4 is larger than the node's length (3)..
|
| +Success: s.extend(span2.firstChild, -1) raised IndexSizeError: Failed to execute 'extend' on 'Selection': The offset 4294967295 is larger than the node's length (3)..
|
| Success: window.getSelection() is b.
|
| Success: window.getSelection() is arbaz.
|
| Success: s.extend() raised TypeError: Failed to execute 'extend' on 'Selection': 1 argument required, but only 0 present..
|
|
|