| Index: LayoutTests/fast/text-autosizing/clusters-sufficient-width.html
|
| diff --git a/LayoutTests/fast/text-autosizing/clusters-sufficient-width.html b/LayoutTests/fast/text-autosizing/clusters-sufficient-width.html
|
| index 6e2ffb83580b3b2a07b8358f4fd0a097934c5415..eae4edaa4a204bafeebe3757c90fe7f2ed32c16e 100644
|
| --- a/LayoutTests/fast/text-autosizing/clusters-sufficient-width.html
|
| +++ b/LayoutTests/fast/text-autosizing/clusters-sufficient-width.html
|
| @@ -28,9 +28,9 @@ if (window.internals) {
|
| 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">
|
| + <td style="width: 380px;">
|
| 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.
|
| </td>
|
| </tr>
|
|
|