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

Side by Side Diff: LayoutTests/fast/text-autosizing/nested-table.html

Issue 257273002: Descend into inner tables for has-enough-text check. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/fast/text-autosizing/nested-table-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta name="viewport" content="width=800">
5 <style>
6 html { font-size: 16px; }
7 body { width: 800px; margin: 0; overflow-y: hidden; }
8 table { border-spacing: 0; }
9 td { padding: 0; }
10 </style>
11 <script src="resources/autosizingTest.js"></script>
12 </head>
13 <body>
14 This test passes if the inner table is autosized.<br><br>
15 <table><tr>
16 <td style="width: 160px">
17 <div style="width:160px">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
18 eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis
19 nostrud exercitation ullamco laboris ni si ut aliquip ex ea commodo consequa t.</div>
20 </td>
21 <td style="width: 640px">
22 <table><tr><td>
23 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut
24 labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exe rcitation ullamco
25 laboris ni si ut aliquip ex ea commodo consequat.<br><br>
26 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut
27 labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exe rcitation ullamco
28 laboris ni si ut aliquip ex ea commodo consequat.
29 </td></tr></table>
30 </td>
31 </tr></table>
32 </body>
33 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/text-autosizing/nested-table-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698