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

Side by Side Diff: LayoutTests/fast/table/nested-tables-with-div-offset.html

Issue 11414259: Merge 135578 - REGRESSION (r128633): td changes size during re-layout of table although it shouldn't (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1312/
Patch Set: Created 8 years 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
« no previous file with comments | « no previous file | LayoutTests/fast/table/nested-tables-with-div-offset-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <script src="../../resources/check-layout.js"></script> 1 <script src="../../resources/check-layout.js"></script>
2 <body onload="checkLayout('.quirky-box');"> 2 <body onload="checkLayout('.quirky-box');">
3 <table height="100%"> 3 <table height="100%">
4 <tbody> 4 <tbody>
5 <tr> 5 <tr>
6 <td> 6 <td>
7 <table class="quirky-box" height="100%" data-offset-y="1"> 7 <table class="quirky-box" height="100%" data-offset-y="1">
8 <tbody> 8 <tbody>
9 <tr> 9 <tr>
10 <td style="height: 100px;"></td> 10 <td style="height: 100px;"></td>
(...skipping 14 matching lines...) Expand all
25 </div> 25 </div>
26 </td> 26 </td>
27 </tr> 27 </tr>
28 </tbody> 28 </tbody>
29 </table> 29 </table>
30 </td> 30 </td>
31 </tr> 31 </tr>
32 </tbody> 32 </tbody>
33 </table> 33 </table>
34 </body> 34 </body>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/table/nested-tables-with-div-offset-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698