| 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 9cce26d779ddb87a1b9da514c17f705cc10fde6a..649f69afa666ecd36c965112b70e22b76d34fdeb 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
|
| @@ -21,7 +21,7 @@ body { margin: 0; overflow-y: hidden; }
|
| Lorem ipsum dolor sit amet, consectetur adipisicing elit.
|
| </div>
|
|
|
| -<table>
|
| +<table cellpadding="0" cellspacing="0">
|
| <tr>
|
| <td style="font-size: 2rem">
|
| This text should be autosized to 32px computed font size, but being a table cell causes this to be a new cluster, so it shouldn't affect the footer.<br>
|
|
|