Index: third_party/WebKit/LayoutTests/editing/selection/select-text-overflow-ellipsis-mixed-in-ltr-2.html |
diff --git a/third_party/WebKit/LayoutTests/editing/selection/select-text-overflow-ellipsis-mixed-in-ltr-2.html b/third_party/WebKit/LayoutTests/editing/selection/select-text-overflow-ellipsis-mixed-in-ltr-2.html |
index 6623fe5ba4080efd588f8a8628c2eae7737056cf..8d67cd1a64ef91e2578c29e9e0974c020582ec77 100644 |
--- a/third_party/WebKit/LayoutTests/editing/selection/select-text-overflow-ellipsis-mixed-in-ltr-2.html |
+++ b/third_party/WebKit/LayoutTests/editing/selection/select-text-overflow-ellipsis-mixed-in-ltr-2.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, 66); |
}, true); |
</script> |