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

Unified Diff: LayoutTests/fast/css-grid-layout/min-width-height-auto.html

Issue 1310603008: [css-grid] Add coverage for min-height behavior (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css-grid-layout/min-width-height-auto.html
diff --git a/LayoutTests/fast/css-grid-layout/min-width-height-auto.html b/LayoutTests/fast/css-grid-layout/min-width-height-auto.html
index 5111c5e2e4832d8812e328f4e82d70fed5e66468..604544b8382b59e62769a440cf02a1930a1ba66f 100644
--- a/LayoutTests/fast/css-grid-layout/min-width-height-auto.html
+++ b/LayoutTests/fast/css-grid-layout/min-width-height-auto.html
@@ -37,6 +37,7 @@
}
.noStretch {
+ align-items: start;
justify-items: start;
}
</style>
@@ -84,7 +85,7 @@
<div class="container">
<div class="grid noStretch">
- <div class="ahem minSmaller" data-expected-width="100" data-expected-height="10">XXXX</div>
+ <div class="ahem minSmaller" data-expected-width="100" data-expected-height="25">XXXX</div>
svillar 2015/09/03 13:24:36 Although adding more test cases is nice I don't ge
Manuel Rego 2015/09/04 13:59:17 Yeah, I agree this is weird, but per spec the item
</div>
</div>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698