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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/table/cell-intrinsic-height.html
diff --git a/LayoutTests/fast/table/cell-intrinsic-height.html b/LayoutTests/fast/table/cell-intrinsic-height.html
new file mode 100644
index 0000000000000000000000000000000000000000..8e208dedfe5c38ff136a723ca23e57f7272b5bc2
--- /dev/null
+++ b/LayoutTests/fast/table/cell-intrinsic-height.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<script src="../../resources/check-layout.js"></script>
+<table>
+ <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
+<table>
mstensho (USE GERRIT) 2015/07/07 07:11:39 </table>
+<div id="test-output"></div>
+<p> crbug.com/478279: Let instrinsic height stylings work for cells. </p>
+<script>
+ window.checkLayout("td", document.getElementById("test-output"));
+</script>
« 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