| Index: LayoutTests/fast/text-autosizing/clusters-insufficient-text.html | 
| diff --git a/LayoutTests/fast/text-autosizing/clusters-insufficient-text.html b/LayoutTests/fast/text-autosizing/clusters-insufficient-text.html | 
| index 22ea177ee9b2875abec2a61168727c81d6cfe9f3..fb0c14b9562de409a1ecd7007b075a3eeba35218 100644 | 
| --- a/LayoutTests/fast/text-autosizing/clusters-insufficient-text.html | 
| +++ b/LayoutTests/fast/text-autosizing/clusters-insufficient-text.html | 
| @@ -28,7 +28,7 @@ if (window.internals) { | 
| 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. | 
|  |