From: tony@chromium.org Date: Tue, 26 Jun 2012 09:11:58 +0000 (+0000) Subject: [Qt] Enable grid layout LayoutTests X-Git-Tag: 070512121124~645 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=67ebba3f76ee96342ce06044b9dc69275f6ceb94;p=profile%2Fivi%2Fwebkit-efl.git [Qt] Enable grid layout LayoutTests https://bugs.webkit.org/show_bug.cgi?id=89909 Reviewed by Csaba Osztrogonác. Source/WebKit/qt: These tests pass, we just need to hook up the overridePreference. * Api/qwebsettings.cpp: (QWebSettingsPrivate::apply): (QWebSettings::QWebSettings): * Api/qwebsettings.h: Add enum value for CSS grid layout Tools: These tests pass, we just need to hook up the overridePreference. * DumpRenderTree/qt/DumpRenderTreeQt.cpp: (WebCore::WebPage::resetSettings): Reset grid layout and regions between tests. * DumpRenderTree/qt/LayoutTestControllerQt.cpp: (LayoutTestController::overridePreference): Add WebKitCSSGridLayoutEnabled. LayoutTests: * platform/qt/Skipped: Enable fast/css-grid-layout tests. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@121241 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index e9d2766..1fa8f0c 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,3 +1,12 @@ +2012-06-26 Tony Chang + + [Qt] Enable grid layout LayoutTests + https://bugs.webkit.org/show_bug.cgi?id=89909 + + Reviewed by Csaba Osztrogonác. + + * platform/qt/Skipped: Enable fast/css-grid-layout tests. + 2012-06-26 Mario Sanchez Prada Unreviewed gardening after r120845. diff --git a/LayoutTests/platform/qt/Skipped b/LayoutTests/platform/qt/Skipped index c389a98..914cea5 100644 --- a/LayoutTests/platform/qt/Skipped +++ b/LayoutTests/platform/qt/Skipped @@ -156,9 +156,6 @@ svg/custom/manually-parsed-embedded-svg-allowed-in-dashboard.html svg/custom/manually-parsed-svg-allowed-in-dashboard.html svg/custom/svg-allowed-in-dashboard-object.html -# CSS Grid Layout is not yet enabled. http://webkit.org/b/60731 -fast/css-grid-layout - #