| Index: LayoutTests/fast/text-autosizing/clusters-insufficient-text-expected.html
|
| diff --git a/LayoutTests/fast/text-autosizing/clusters-insufficient-text-expected.html b/LayoutTests/fast/text-autosizing/clusters-insufficient-text-expected.html
|
| index 7e68754d3e78fc9018c447ba8b404158debc287c..249f53f25f219dff56cb954e0b28d41975d51228 100644
|
| --- a/LayoutTests/fast/text-autosizing/clusters-insufficient-text-expected.html
|
| +++ b/LayoutTests/fast/text-autosizing/clusters-insufficient-text-expected.html
|
| @@ -11,7 +11,7 @@ body { width: 800px; margin: 0; overflow-y: hidden; }
|
| </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>
|
|
|
|
|