Index: third_party/WebKit/LayoutTests/editing/selection/select-text-overflow-ellipsis-mixed-in-rtl.html |
diff --git a/third_party/WebKit/LayoutTests/editing/selection/select-text-overflow-ellipsis-mixed-in-rtl.html b/third_party/WebKit/LayoutTests/editing/selection/select-text-overflow-ellipsis-mixed-in-rtl.html |
index 71836fc2e6faefe8b3e491ed74c32a2825571730..dc469c5a36baeab4a30ae816ca89f0498decb15b 100644 |
--- a/third_party/WebKit/LayoutTests/editing/selection/select-text-overflow-ellipsis-mixed-in-rtl.html |
+++ b/third_party/WebKit/LayoutTests/editing/selection/select-text-overflow-ellipsis-mixed-in-rtl.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, 53); |
}, true); |
</script> |