| Index: third_party/WebKit/LayoutTests/fast/text/selection-exceptions-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/text/selection-exceptions-expected.txt b/third_party/WebKit/LayoutTests/fast/text/selection-exceptions-expected.txt
|
| index 6441f52769f864d6a25d18becbe54b64c8b00930..2b962cb0275a2289249342951d12edd3cddb4227 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/text/selection-exceptions-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/text/selection-exceptions-expected.txt
|
| @@ -12,7 +12,7 @@ PASS getSelection().collapse(document.documentElement, -1) threw exception Index
|
| PASS getSelection().getRangeAt(-1) threw exception IndexSizeError: Failed to execute 'getRangeAt' on 'Selection': -1 is not a valid index..
|
| PASS getSelection().extend(0, -1) threw exception TypeError: Failed to execute 'extend' on 'Selection': parameter 1 is not of type 'Node'..
|
| PASS getSelection().extend(document.documentElement, -1) threw exception IndexSizeError: Failed to execute 'extend' on 'Selection': -1 is not a valid offset..
|
| -PASS getSelection().extend(document.documentElement, 1000) threw exception IndexSizeError: Failed to execute 'extend' on 'Selection': 1000 is larger than the given node's length..
|
| +PASS getSelection().extend(document.documentElement, 1000) threw exception IndexSizeError: Failed to execute 'extend' on 'Selection': There is no child at offset 1000..
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|