Index: third_party/WebKit/LayoutTests/editing/selection/select-text-overflow-ellipsis-mixed-in-ltr.html |
diff --git a/third_party/WebKit/LayoutTests/editing/selection/select-text-overflow-ellipsis-mixed-in-ltr.html b/third_party/WebKit/LayoutTests/editing/selection/select-text-overflow-ellipsis-mixed-in-ltr.html |
index 356159b593c8fc0735d4bc7187dd3b9030782cc1..e606b3ea2c12c5e3973581b4001db491ce9e4ffd 100644 |
--- a/third_party/WebKit/LayoutTests/editing/selection/select-text-overflow-ellipsis-mixed-in-ltr.html |
+++ b/third_party/WebKit/LayoutTests/editing/selection/select-text-overflow-ellipsis-mixed-in-ltr.html |
@@ -20,6 +20,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, 53); |
}, true); |
</script> |