+2015-02-18 Manuel Rego Casasnovas <rego@igalia.com>
+
+ [CSS Grid Layout] Remove some leftovers related to "stack" removal
+ https://bugs.webkit.org/show_bug.cgi?id=141722
+
+ Reviewed by Sergio Villar Senin.
+
+ In r177858 "stack" packing mode was removed from grid-auto-flow syntax.
+
+ This patch removes some missing cases, where "stack" was still used in
+ the layout tests.
+
+ * fast/css-grid-layout/grid-auto-flow-resolution.html: Remove
+ gridAutoFlowStack usage.
+ * fast/css-grid-layout/resources/grid.css:
+ (.gridAutoFlowStack): Deleted.
+
2015-02-17 Myles C. Maxfield <mmaxfield@apple.com>
Update editing/selection/fake-drag.html after r177774