| Index: LayoutTests/fast/text-autosizing/clusters-sufficient-text-except-in-root-expected.html
|
| diff --git a/LayoutTests/fast/text-autosizing/clusters-sufficient-text-except-in-root-expected.html b/LayoutTests/fast/text-autosizing/clusters-sufficient-text-except-in-root-expected.html
|
| index 94a711a6ed4c287ad56e1b6c5d1478849b44ec00..9cce26d779ddb87a1b9da514c17f705cc10fde6a 100644
|
| --- a/LayoutTests/fast/text-autosizing/clusters-sufficient-text-except-in-root-expected.html
|
| +++ b/LayoutTests/fast/text-autosizing/clusters-sufficient-text-except-in-root-expected.html
|
| @@ -11,7 +11,7 @@ body { margin: 0; overflow-y: hidden; }
|
| </head>
|
| <body style="width: 640px; position: relative">
|
|
|
| -<div style="position: absolute; font-size: 2rem">
|
| +<div style="position: absolute; overflow: auto; font-size: 2rem">
|
| This text should be autosized to 32px computed font size, but the position:absolute causes this to be a new cluster, so it shouldn't affect the footer.<br>
|
| Lorem ipsum dolor sit amet, consectetur adipisicing elit.
|
| </div>
|
|
|