| Index: LayoutTests/fast/text-autosizing/clusters-sufficient-text-except-in-root.html
|
| diff --git a/LayoutTests/fast/text-autosizing/clusters-sufficient-text-except-in-root.html b/LayoutTests/fast/text-autosizing/clusters-sufficient-text-except-in-root.html
|
| index 46b8d15f8a91bd08cb41326c34571cd3d354c722..d1c029a81d32ebf45344c7358b744212780ae365 100644
|
| --- a/LayoutTests/fast/text-autosizing/clusters-sufficient-text-except-in-root.html
|
| +++ b/LayoutTests/fast/text-autosizing/clusters-sufficient-text-except-in-root.html
|
| @@ -20,7 +20,7 @@ if (window.internals) {
|
| </head>
|
| <body style="width: 640px; position: relative">
|
|
|
| -<div style="position: absolute">
|
| +<div style="position: absolute; overflow: auto">
|
| 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>
|
|
|