| Index: LayoutTests/editing/selection/hit-test-on-text-with-line-height.html
|
| diff --git a/LayoutTests/editing/selection/hit-test-on-text-with-line-height.html b/LayoutTests/editing/selection/hit-test-on-text-with-line-height.html
|
| index 064c765bee797195b211e7ae2d20c117620324e7..58016526baacef75b2004c3066d1670d72e03858 100644
|
| --- a/LayoutTests/editing/selection/hit-test-on-text-with-line-height.html
|
| +++ b/LayoutTests/editing/selection/hit-test-on-text-with-line-height.html
|
| @@ -65,7 +65,7 @@ else if (window.testRunner) {
|
|
|
| debug('');
|
| debug('Click below black box');
|
| - clickBetweenEachLetterAndVerify(span.offsetTop + span.offsetHeight - 1);
|
| + clickBetweenEachLetterAndVerify(span.offsetTop + span.offsetHeight - 5);
|
|
|
| test.style.display = 'none';
|
| }
|
|
|