| Index: LayoutTests/fast/text-autosizing/clusters-sufficient-width-expected.html
|
| diff --git a/LayoutTests/fast/text-autosizing/clusters-sufficient-width-expected.html b/LayoutTests/fast/text-autosizing/clusters-sufficient-width-expected.html
|
| index 68d04da3ae3a07ded7fe2d6172bee0bfa00b6c44..7787e859bf0d421cf9fb7327d29491ed9841050e 100644
|
| --- a/LayoutTests/fast/text-autosizing/clusters-sufficient-width-expected.html
|
| +++ b/LayoutTests/fast/text-autosizing/clusters-sufficient-width-expected.html
|
| @@ -19,7 +19,7 @@ body { width: 800px; margin: 0; overflow-y: hidden; }
|
| This text should be autosized to 21px computed font size (16 * 420/320), since the float:left causes this to be a new cluster.
|
| </div>
|
|
|
| -<table>
|
| +<table cellspacing="0" cellpadding="0">
|
| <tr>
|
| <td style="width: 380px; font-size: 19px">
|
| This text should be autosized to 19px computed font size (16 * 380/320), since being a table cell causes this to be a new cluster.
|
|
|