| Index: LayoutTests/fast/text-autosizing/clusters-insufficient-text-expected.html
|
| diff --git a/LayoutTests/fast/text-autosizing/clusters-insufficient-text-expected.html b/LayoutTests/fast/text-autosizing/clusters-insufficient-text-expected.html
|
| index 249f53f25f219dff56cb954e0b28d41975d51228..a3dd87bb548bd74ade6fa5010f6b78fa95fde71c 100644
|
| --- a/LayoutTests/fast/text-autosizing/clusters-insufficient-text-expected.html
|
| +++ b/LayoutTests/fast/text-autosizing/clusters-insufficient-text-expected.html
|
| @@ -19,7 +19,7 @@ body { width: 800px; margin: 0; overflow-y: hidden; }
|
| This text should not be autosized (its computed font size should remain 16px), since the float:left causes this to be a new cluster, and this cluster doesn't contain enough text.
|
| </div>
|
|
|
| -<table>
|
| +<table cellpadding="0" cellspacing="0">
|
| <tr>
|
| <td style="width: 50%">
|
| This shouldn't be autosized: table cell => new cluster, and it doesn't contain enough text.
|
|
|