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

Unified Diff: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-change-column-repaint.html

Issue 1317643005: [css-grid] Fix track sizing algo w/ size restrictions and intrinsic sizes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for landing. Removed unused params Created 5 years, 1 month 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-item-change-column-repaint.html
diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-change-column-repaint.html b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-change-column-repaint.html
index b2001d9938bf9fc927701aa16a9ce290f6e8ffcc..73a5483fe3fa85f2ed9857762f907f16ba006a5b 100644
--- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-change-column-repaint.html
+++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-change-column-repaint.html
@@ -16,7 +16,7 @@ body {
}
.grid {
- width: -webkit-fit-content;
+ width: -webkit-min-content;
grid-template-rows: 50px;
grid-template-columns: minmax(100px, 180px) 100px minmax(50px, 100px);
}

Powered by Google App Engine
This is Rietveld 408576698