| Index: LayoutTests/fast/text-autosizing/clusters-insufficient-width.html
|
| diff --git a/LayoutTests/fast/text-autosizing/clusters-insufficient-width.html b/LayoutTests/fast/text-autosizing/clusters-insufficient-width.html
|
| index 64d5d35eeac4353e355a86abacca8c1ef7ec364f..545eb91a58d615a858437b607eceb13d4ba3bc82 100644
|
| --- a/LayoutTests/fast/text-autosizing/clusters-insufficient-width.html
|
| +++ b/LayoutTests/fast/text-autosizing/clusters-insufficient-width.html
|
| @@ -20,7 +20,7 @@ if (window.internals) {
|
| </head>
|
| <body>
|
|
|
| -<div style="position: absolute; width: 320px">
|
| +<div style="position: absolute; overflow: auto; width: 320px">
|
| 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 isn't wide enough.
|
| </div>
|
|
|
|
|