| Index: LayoutTests/fast/text-autosizing/clusters-sufficient-width.html
|
| diff --git a/LayoutTests/fast/text-autosizing/clusters-sufficient-width.html b/LayoutTests/fast/text-autosizing/clusters-sufficient-width.html
|
| index eefba64e6478ee7e4fd27d3f45ba99dad4e38fda..6e2ffb83580b3b2a07b8358f4fd0a097934c5415 100644
|
| --- a/LayoutTests/fast/text-autosizing/clusters-sufficient-width.html
|
| +++ b/LayoutTests/fast/text-autosizing/clusters-sufficient-width.html
|
| @@ -20,7 +20,7 @@ if (window.internals) {
|
| </head>
|
| <body>
|
|
|
| -<div style="position: absolute; width: 400px">
|
| +<div style="position: absolute; overflow: auto; width: 400px">
|
| This text should be autosized to 20px computed font size (16 * 400/320), since the position:absolute causes this to be a new cluster.
|
| </div>
|
|
|
|
|