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

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: 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
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><div style= "height: 20px; width: 20px"></div></td>
mstensho (USE GERRIT) 2015/07/07 07:11:39 This doesn't seem to be whitespace sensitive, so w
5 <table>
mstensho (USE GERRIT) 2015/07/07 07:11:39 </table>
6 <div id="test-output"></div>
7 <p> crbug.com/478279: Let instrinsic height stylings work for cells. </p>
8 <script>
9 window.checkLayout("td", document.getElementById("test-output"));
10 </script>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/table/cell-intrinsic-height-expected.txt » ('j') | Source/core/layout/LayoutTableCell.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698