| Index: third_party/WebKit/LayoutTests/editing/selection/select_all/select_all_iframe_crash.html
|
| diff --git a/third_party/WebKit/LayoutTests/editing/selection/select_all/select_all_iframe_crash.html b/third_party/WebKit/LayoutTests/editing/selection/select_all/select_all_iframe_crash.html
|
| index 905d2830d27f1b98c9d37c0b83e436df26261ef8..810d8cd9080d20e75df229e689c972bf275512e0 100644
|
| --- a/third_party/WebKit/LayoutTests/editing/selection/select_all/select_all_iframe_crash.html
|
| +++ b/third_party/WebKit/LayoutTests/editing/selection/select_all/select_all_iframe_crash.html
|
| @@ -16,8 +16,8 @@ iframe.onload = function () {
|
| var selection = window.getSelection();
|
| assert_equals(selection.anchorNode, sample.firstChild, 'anchorNode');
|
| assert_equals(selection.anchorOffset, 0, 'anchorOffset');
|
| - assert_equals(selection.focusNode, sample.firstChild, 'focusNode');
|
| - assert_equals(selection.focusOffset, 3, 'focusOffset');
|
| + assert_equals(selection.focusNode, sample, 'focusNode');
|
| + assert_equals(selection.focusOffset, 1, 'focusOffset');
|
| });
|
| test.done();
|
| }, 0);
|
|
|