| Index: LayoutTests/fast/text-autosizing/clusters-insufficient-text.html
|
| diff --git a/LayoutTests/fast/text-autosizing/clusters-insufficient-text.html b/LayoutTests/fast/text-autosizing/clusters-insufficient-text.html
|
| index 216b1f120cb28f95173cd4a5cecfa66fab81476e..22ea177ee9b2875abec2a61168727c81d6cfe9f3 100644
|
| --- a/LayoutTests/fast/text-autosizing/clusters-insufficient-text.html
|
| +++ b/LayoutTests/fast/text-autosizing/clusters-insufficient-text.html
|
| @@ -20,7 +20,7 @@ if (window.internals) {
|
| </head>
|
| <body>
|
|
|
| -<div style="position: absolute">
|
| +<div style="position: absolute; overflow: auto">
|
| This text should not be autosized (its computed font size should remain 16px), since the position:absolute causes this to be a new cluster, and this cluster doesn't contain enough text.
|
| </div>
|
|
|
|
|