| Index: LayoutTests/paint/selection/text-selection-newline-span-across-line.html
|
| diff --git a/LayoutTests/paint/selection/text-selection-newline-span-across-line.html b/LayoutTests/paint/selection/text-selection-newline-span-across-line.html
|
| index f339bd13a9a7474cb061163f4a4ce80e9f6fab5f..977722637647d74e50bf39b8e48b384b82815cb0 100644
|
| --- a/LayoutTests/paint/selection/text-selection-newline-span-across-line.html
|
| +++ b/LayoutTests/paint/selection/text-selection-newline-span-across-line.html
|
| @@ -11,7 +11,7 @@ div {
|
| }
|
| </style>
|
| </head>
|
| -<body onload="selectRange(container, 0, container, 3);">
|
| +<body onload="selectRangeAfterLayoutAndPaint(container, 0, container, 3);">
|
| <!-- Two lines in one block with a span on the first line spanning lines.
|
| Should wrap and include space representing a newline after the first
|
| line. -->
|
|
|