| Index: third_party/WebKit/LayoutTests/editing/pasteboard/testcase-9507.html
|
| diff --git a/third_party/WebKit/LayoutTests/editing/pasteboard/testcase-9507.html b/third_party/WebKit/LayoutTests/editing/pasteboard/testcase-9507.html
|
| index ab383dfc22e83150a185f9599f639d51c9e9b074..e54d6007b443dec8dbf133549ff3bead487ea6fd 100644
|
| --- a/third_party/WebKit/LayoutTests/editing/pasteboard/testcase-9507.html
|
| +++ b/third_party/WebKit/LayoutTests/editing/pasteboard/testcase-9507.html
|
| @@ -33,7 +33,7 @@ foo
|
|
|
| Markup.description(document.getElementById('description').textContent);
|
|
|
| -setSelectionCommand(document.getElementById("test"),0,document.getElementById("test"),5);
|
| +setSelectionCommand(document.getElementById("test"),0,document.getElementById("test"),3);
|
| copyCommand();
|
| Markup.dump('root', 'After copy');
|
|
|
|
|