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