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

Unified Diff: LayoutTests/fast/css-grid-layout/grid-auto-flow-update.html

Issue 826893002: [CSS Grid Layout] Remove stack from grid-auto-flow syntax (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased patch Created 5 years, 11 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-auto-flow-update.html
diff --git a/LayoutTests/fast/css-grid-layout/grid-auto-flow-update.html b/LayoutTests/fast/css-grid-layout/grid-auto-flow-update.html
index c8521f6713755e185186d8774d7966f39d7dd804..8aab95c16a4ea2c31b2b2502417f84e5119698dd 100644
--- a/LayoutTests/fast/css-grid-layout/grid-auto-flow-update.html
+++ b/LayoutTests/fast/css-grid-layout/grid-auto-flow-update.html
@@ -26,7 +26,7 @@ function updateAutoFlow()
checkLayout(".grid");
testGrid("column", { 'offsetX': '0', 'offsetY': '50', 'width': '50', 'height': '100' });
- testGrid("stack", { 'offsetX': '0', 'offsetY': '0', 'width': '50', 'height': '50' });
+ testGrid("dense", { 'offsetX': '50', 'offsetY': '0', 'width': '100', 'height': '50' });
testGrid("", { 'offsetX': '50', 'offsetY': '0', 'width': '100', 'height': '50' });
testGrid("invalid", { 'offsetX': '50', 'offsetY': '0', 'width': '100', 'height': '50' });
testGrid("none", { 'offsetX': '50', 'offsetY': '0', 'width': '100', 'height': '50' });

Powered by Google App Engine
This is Rietveld 408576698