Index: LayoutTests/virtual/fasttextautosizing/fast/text-autosizing/tables/nested-table-wrapping.html |
diff --git a/LayoutTests/virtual/fasttextautosizing/fast/text-autosizing/tables/narrow-percentage-width.html b/LayoutTests/virtual/fasttextautosizing/fast/text-autosizing/tables/nested-table-wrapping.html |
similarity index 62% |
copy from LayoutTests/virtual/fasttextautosizing/fast/text-autosizing/tables/narrow-percentage-width.html |
copy to LayoutTests/virtual/fasttextautosizing/fast/text-autosizing/tables/nested-table-wrapping.html |
index 8cd755c73a876c30ac5021d6cfe1205877eff67d..15c393142434cdd299668e6d63c5d5f6f25560c1 100644 |
--- a/LayoutTests/virtual/fasttextautosizing/fast/text-autosizing/tables/narrow-percentage-width.html |
+++ b/LayoutTests/virtual/fasttextautosizing/fast/text-autosizing/tables/nested-table-wrapping.html |
@@ -37,24 +37,18 @@ if (window.internals) { |
</head> |
<body> |
<div id="description"> |
-Table autosizing tests - narrow-percentage-width.html<br/> |
-This test passes if none of the 6 cells are autosized. |
+Table autosizing tests - nested-table-wrapping.html<br/> |
+This test passes if "the table cell should tightly wrap this text" is tightly wrapped. |
</div> |
-<table width="25%"> |
+<table> |
<tr> |
- <td>hello</td> |
- <td>hello</td> |
- <td>hello</td> |
- </tr> |
- <tr> |
- <td> |
- hello |
- </td> |
- <td> |
- hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello |
- </td> |
<td> |
- hello |
+ Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize Autosize |
+ <table> |
+ <tr> |
+ <td>the table cell should tightly wrap this text</td> |
+ </tr> |
+ </table> |
</td> |
</tr> |
</table> |