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

Unified Diff: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-container-percentage-columns.html

Issue 2398043002: [css-grid] Stretch should grow and shrink items to fit its grid area (Closed)
Patch Set: Created 4 years, 2 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: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-container-percentage-columns.html
diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-container-percentage-columns.html b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-container-percentage-columns.html
index 67d3372acd7f1489208c43e5e9461ae1b6dceccb..36bf2fe5591b8eb214cc083c1dbf6dfb3ee94c50 100644
--- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-container-percentage-columns.html
+++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-container-percentage-columns.html
@@ -128,7 +128,7 @@
<div class="wrapper">
<div class="grid min-content oneColumn50" data-expected-width="20" data-expected-height="20">
<div class="firstRowFirstColumn"
- data-offset-x="0" data-offset-y="0" data-expected-width="20" data-expected-height="20">
+ data-offset-x="0" data-offset-y="0" data-expected-width="10" data-expected-height="20">
XX X
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698