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

Side by Side Diff: LayoutTests/fast/table/cell-intrinsic-height.html

Issue 1213153003: Cope with intrinsic height styled on table cells (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated Created 5 years, 5 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/table/cell-intrinsic-height-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
(Empty)
1 <!DOCTYPE html>
2 <script src="../../resources/check-layout.js"></script>
3 <table>
4 <td style='height: -webkit-fit-content;' data-expected-height=22>
5 <div style="height: 20px; width: 20px"></div>
6 </td>
7 </table>
8 <div id="test-output"></div>
9 <p> crbug.com/478279: Let instrinsic height stylings work for cells. </p>
10 <script>
11 window.checkLayout("td", document.getElementById("test-output"));
12 </script>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/table/cell-intrinsic-height-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698