| Index: LayoutTests/paint/selection/text-selection-newline-across-blocks.html
|
| diff --git a/LayoutTests/paint/selection/text-selection-newline-across-blocks.html b/LayoutTests/paint/selection/text-selection-newline-across-blocks.html
|
| index 4e45cedb6533ba17ff9633a8c15f0fbcd45f776c..1d390c5ef93d43a8f7153b0b5a3903c47e348e3b 100644
|
| --- a/LayoutTests/paint/selection/text-selection-newline-across-blocks.html
|
| +++ b/LayoutTests/paint/selection/text-selection-newline-across-blocks.html
|
| @@ -10,7 +10,7 @@ div {
|
| }
|
| </style>
|
| </head>
|
| -<body onload="selectRange(container, 0, container2, 1);">
|
| +<body onload="selectRangeAfterLayoutAndPaint(container, 0, container2, 1);">
|
| <!-- Two blocks each with one line. Selection should include space
|
| representing a newline at end of the first line. -->
|
| <div id="container">
|
|
|