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

Unified Diff: LayoutTests/fast/css-grid-layout/grid-preferred-logical-widths.html

Issue 592803003: [CSS Grid Layout] Size tracks using a list of all items sorted by span (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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
Index: LayoutTests/fast/css-grid-layout/grid-preferred-logical-widths.html
diff --git a/LayoutTests/fast/css-grid-layout/grid-preferred-logical-widths.html b/LayoutTests/fast/css-grid-layout/grid-preferred-logical-widths.html
index 100fda61d2979e2ab7b085781f87c5606b2ab244..42426d132bd84a63504374eed97c13e52541f4ed 100644
--- a/LayoutTests/fast/css-grid-layout/grid-preferred-logical-widths.html
+++ b/LayoutTests/fast/css-grid-layout/grid-preferred-logical-widths.html
@@ -127,7 +127,7 @@
<div class="firstRowFirstColumn">XX XX XX</div>
<div class="firstRowBothColumn">XX XX XX</div>
</div>
-<div class="grid gridAutoContent max-content" data-expected-height="10" data-expected-width="120">
+<div class="grid gridAutoContent max-content" data-expected-height="10" data-expected-width="80">
<div class="firstRowBothColumn">XX XX XX</div>
<div class="firstRowSecondColumn">XX XX XX</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698