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

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: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/table/cell-intrinsic-height-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..b79012d43b502fa823bbf9040c62f48bd500aae1
--- /dev/null
+++ b/LayoutTests/fast/table/cell-intrinsic-height.html
@@ -0,0 +1,12 @@
+<!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>
+</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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698