Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(246)

Unified Diff: LayoutTests/virtual/fasttextautosizing/fast/text-autosizing/tables/nested-table-wrapping.html

Issue 235943003: [FastTextAutosizer] Do not pre-inflate nested tables (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698