From 8828d1193c63c11848f2d343b4c4f8c374663c8e Mon Sep 17 00:00:00 2001 From: "rego@igalia.com" Date: Wed, 18 Feb 2015 10:28:47 +0000 Subject: [PATCH] [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. git-svn-id: https://svn.webkit.org/repository/webkit/trunk@180263 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- LayoutTests/ChangeLog | 17 +++++++++++++++++ .../fast/css-grid-layout/grid-auto-flow-resolution.html | 2 +- LayoutTests/fast/css-grid-layout/resources/grid.css | 4 ---- 3 files changed, 18 insertions(+), 5 deletions(-) diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index 9a1155f..9d8bbff 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,3 +1,20 @@ +2015-02-18 Manuel Rego Casasnovas + + [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 Update editing/selection/fake-drag.html after r177774 diff --git a/LayoutTests/fast/css-grid-layout/grid-auto-flow-resolution.html b/LayoutTests/fast/css-grid-layout/grid-auto-flow-resolution.html index cbfd94d..4320ba3 100644 --- a/LayoutTests/fast/css-grid-layout/grid-auto-flow-resolution.html +++ b/LayoutTests/fast/css-grid-layout/grid-auto-flow-resolution.html @@ -45,7 +45,7 @@

This test checks that the tracks' auto positions are properly resolved on a static grid.

-
+
XXXXX XXXXX XXXXX
XXXXX XXXXX XXXXX
XXXXX XXXXX XXXXX
diff --git a/LayoutTests/fast/css-grid-layout/resources/grid.css b/LayoutTests/fast/css-grid-layout/resources/grid.css index 6043a8c..f0fb63f 100644 --- a/LayoutTests/fast/css-grid-layout/resources/grid.css +++ b/LayoutTests/fast/css-grid-layout/resources/grid.css @@ -147,10 +147,6 @@ } /* Grid element flow. */ -.gridAutoFlowStack { - -webkit-grid-auto-flow: stack; -} - .gridAutoFlowColumnSparse { -webkit-grid-auto-flow: column; } -- 1.8.3.1