| Index: third_party/WebKit/LayoutTests/fast/text/selection-rect-line-height-too-small.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/text/selection-rect-line-height-too-small.html b/third_party/WebKit/LayoutTests/fast/text/selection-rect-line-height-too-small.html
|
| index d2a213b0dcaa348b54ba29d2144f6fcd2cd69ae0..4c45ac7341f6ad1087839b3614f25cdf58047ecb 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/text/selection-rect-line-height-too-small.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/text/selection-rect-line-height-too-small.html
|
| @@ -5,5 +5,6 @@
|
| The House
|
| </div>
|
| <script>
|
| - getSelection().setBaseAndExtent(target, 0, target, 1);
|
| + // Select |The House|.
|
| + getSelection().setBaseAndExtent(target.firstChild, 2, target.firstChild, 12);
|
| </script>
|
|
|