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

Unified Diff: LayoutTests/fast/table/cell-height-min-intrinsic.html

Issue 1292163005: valueForLength() cannot do anything with min-intrinsic. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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-height-min-intrinsic-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/table/cell-height-min-intrinsic.html
diff --git a/LayoutTests/fast/table/cell-height-min-intrinsic.html b/LayoutTests/fast/table/cell-height-min-intrinsic.html
new file mode 100644
index 0000000000000000000000000000000000000000..4bc6dd605d363523e7a0e0670d26b9cb40231d06
--- /dev/null
+++ b/LayoutTests/fast/table/cell-height-min-intrinsic.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<script src="../../resources/check-layout.js"></script>
+<p>Below there should be a green square with a black border.</p>
+<table id="elm" style="background:black;" data-expected-height="106" data-expected-width="106">
+ <tr>
+ <td style="height:min-intrinsic;">
+ <div style="width:100px; height:100px; background:green;"></div>
+ </td>
+ </tr>
+</table>
+<p id="result"></p>
+<script>
+ checkLayout("#elm", document.getElementById("result"));
+</script>
« no previous file with comments | « no previous file | LayoutTests/fast/table/cell-height-min-intrinsic-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698