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' }); |