| Index: third_party/WebKit/LayoutTests/editing/selection/select-text-overflow-ellipsis-mixed-in-rtl-2.html
|
| diff --git a/third_party/WebKit/LayoutTests/editing/selection/select-text-overflow-ellipsis-mixed-in-rtl-2.html b/third_party/WebKit/LayoutTests/editing/selection/select-text-overflow-ellipsis-mixed-in-rtl-2.html
|
| index 7e0d15cbaa9ff9903cf2949944f0d2d97dcf3dab..39895c2a22035a5005eec89f8f7a413dd2a4fb5c 100644
|
| --- a/third_party/WebKit/LayoutTests/editing/selection/select-text-overflow-ellipsis-mixed-in-rtl-2.html
|
| +++ b/third_party/WebKit/LayoutTests/editing/selection/select-text-overflow-ellipsis-mixed-in-rtl-2.html
|
| @@ -21,6 +21,6 @@ dd {
|
| <script src="../../resources/run-after-layout-and-paint.js"></script>
|
| <script>
|
| runAfterLayoutAndPaint(function() {
|
| - getSelection().setBaseAndExtent(selection_with_ellipsis.firstChild, 0, selection_with_ellipsis.firstChild, 155);
|
| + getSelection().setBaseAndExtent(selection_with_ellipsis.firstChild, 0, selection_with_ellipsis.firstChild, 66);
|
| }, true);
|
| </script>
|
|
|