From: tony@chromium.org Date: Thu, 28 Jun 2012 20:37:36 +0000 (+0000) Subject: Enable CSS grid layout LayoutTests on platform Mac X-Git-Tag: 070512121124~425 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1f12f41d21b4cd8168d9489096fc0d63f9bb52d9;p=profile%2Fivi%2Fwebkit-efl.git 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 --- 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 @@