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

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

Issue 1314923005: Deprecate 'intrinsic' and 'min-intrinsic' CSS keywords (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: a couple more tests... 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 | « LayoutTests/fast/html/element-offset-expected.txt ('k') | LayoutTests/fast/text/tab-min-size.html » ('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
index 4bc6dd605d363523e7a0e0670d26b9cb40231d06..c8534c63c090dc67f5f9f8a9f480c2c9b592d163 100644
--- a/LayoutTests/fast/table/cell-height-min-intrinsic.html
+++ b/LayoutTests/fast/table/cell-height-min-intrinsic.html
@@ -3,7 +3,7 @@
<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;">
+ <td style="height:min-content;">
<div style="width:100px; height:100px; background:green;"></div>
</td>
</tr>
« no previous file with comments | « LayoutTests/fast/html/element-offset-expected.txt ('k') | LayoutTests/fast/text/tab-min-size.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698