From 1f12f41d21b4cd8168d9489096fc0d63f9bb52d9 Mon Sep 17 00:00:00 2001 From: "tony@chromium.org" Date: Thu, 28 Jun 2012 20:37:36 +0000 Subject: [PATCH] Enable CSS grid layout LayoutTests on platform Mac https://bugs.webkit.org/show_bug.cgi?id=90113 Reviewed by Ojan Vafai. Tools: * DumpRenderTree/mac/DumpRenderTree.mm: (resetDefaultsToConsistentValues): Reset the value to NO between tests. LayoutTests: Use 1 instead of true, since that's what WebView.mm expects. * fast/css-grid-layout/containing-block-grids.html: * fast/css-grid-layout/display-grid-set-get.html: * fast/css-grid-layout/floating-empty-grids.html: * fast/css-grid-layout/grid-columns-rows-get-set-multiple.html: * fast/css-grid-layout/grid-columns-rows-get-set.html: * fast/css-grid-layout/grid-item-column-row-get-set.html: * platform/mac/Skipped: Unskip tests. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@121464 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- LayoutTests/ChangeLog | 17 +++++++++++++++++ .../fast/css-grid-layout/containing-block-grids.html | 2 +- .../fast/css-grid-layout/display-grid-set-get.html | 2 +- .../fast/css-grid-layout/floating-empty-grids.html | 2 +- .../grid-columns-rows-get-set-multiple.html | 2 +- .../fast/css-grid-layout/grid-columns-rows-get-set.html | 2 +- .../css-grid-layout/grid-item-column-row-get-set.html | 2 +- LayoutTests/platform/mac/Skipped | 3 --- Tools/ChangeLog | 10 ++++++++++ Tools/DumpRenderTree/mac/DumpRenderTree.mm | 1 + 10 files changed, 34 insertions(+), 9 deletions(-) diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index f4d8cea..3f4fb15 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,3 +1,20 @@ +2012-06-28 Tony Chang + + Enable CSS grid layout LayoutTests on platform Mac + https://bugs.webkit.org/show_bug.cgi?id=90113 + + Reviewed by Ojan Vafai. + + Use 1 instead of true, since that's what WebView.mm expects. + + * fast/css-grid-layout/containing-block-grids.html: + * fast/css-grid-layout/display-grid-set-get.html: + * fast/css-grid-layout/floating-empty-grids.html: + * fast/css-grid-layout/grid-columns-rows-get-set-multiple.html: + * fast/css-grid-layout/grid-columns-rows-get-set.html: + * fast/css-grid-layout/grid-item-column-row-get-set.html: + * platform/mac/Skipped: Unskip tests. + 2012-06-28 Stephen White Unreviewed gardening. diff --git a/LayoutTests/fast/css-grid-layout/containing-block-grids.html b/LayoutTests/fast/css-grid-layout/containing-block-grids.html index 23850a4..a6ae771 100644 --- a/LayoutTests/fast/css-grid-layout/containing-block-grids.html +++ b/LayoutTests/fast/css-grid-layout/containing-block-grids.html @@ -3,7 +3,7 @@