| Index: third_party/WebKit/LayoutTests/fast/text/selection-rect-line-height-too-big.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/text/selection-rect-line-height-too-big.html b/third_party/WebKit/LayoutTests/fast/text/selection-rect-line-height-too-big.html
|
| index 47b6d27473255e790437e2c6d39e0a147157dbc6..c024911ce29f7906cfc18df958f57934056df3e1 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/text/selection-rect-line-height-too-big.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/text/selection-rect-line-height-too-big.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>
|
|
|