From 4fb96881b99e2baa4232033f40a9f0969818e456 Mon Sep 17 00:00:00 2001 From: "zimmermann@webkit.org" Date: Tue, 8 Dec 2009 10:47:57 +0000 Subject: [PATCH] 2009-12-08 Nikolas Zimmermann Not reviewed. Now that the Qt slave has been rebuilt, reenable all tests that failed because of the build problems (Qt slave didn't rebuild all files with ENABLE_FILTERS set). Update some Qt specfic filter test results. * platform/qt/Skipped: * platform/qt/svg/filters/feComposite-expected.txt: * platform/qt/svg/filters/feMerge-expected.txt: * platform/qt/svg/filters/feTile-expected.txt: * platform/qt/svg/filters/shadow-on-filter-expected.txt: * platform/qt/svg/filters/shadow-on-rect-with-filter-expected.txt: * platform/qt/svg/filters/sourceAlpha-expected.txt: * platform/qt/svg/filters/subRegion-in-userSpace-expected.txt: * platform/qt/svg/filters/subRegion-one-effect-expected.txt: * platform/qt/svg/filters/subRegion-two-effects-expected.txt: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@51840 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- LayoutTests/ChangeLog | 18 ++++++++++++++++++ LayoutTests/platform/qt/Skipped | 10 ---------- .../qt/svg/filters/feComposite-expected.txt | 6 ++++++ .../qt/svg/filters/feMerge-expected.txt | 3 +++ .../qt/svg/filters/feTile-expected.txt | 3 +++ .../svg/filters/shadow-on-filter-expected.txt | 1 + .../shadow-on-rect-with-filter-expected.txt | 1 + .../qt/svg/filters/sourceAlpha-expected.txt | 1 + .../subRegion-in-userSpace-expected.txt | 1 + .../filters/subRegion-one-effect-expected.txt | 14 ++++++++++++++ .../filters/subRegion-two-effects-expected.txt | 14 ++++++++++++++ 11 files changed, 62 insertions(+), 10 deletions(-) diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index a114d35eac8c..5e7d8d061cd7 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,3 +1,21 @@ +2009-12-08 Nikolas Zimmermann + + Not reviewed. Now that the Qt slave has been rebuilt, reenable all tests that failed + because of the build problems (Qt slave didn't rebuild all files with ENABLE_FILTERS set). + + Update some Qt specfic filter test results. + + * platform/qt/Skipped: + * platform/qt/svg/filters/feComposite-expected.txt: + * platform/qt/svg/filters/feMerge-expected.txt: + * platform/qt/svg/filters/feTile-expected.txt: + * platform/qt/svg/filters/shadow-on-filter-expected.txt: + * platform/qt/svg/filters/shadow-on-rect-with-filter-expected.txt: + * platform/qt/svg/filters/sourceAlpha-expected.txt: + * platform/qt/svg/filters/subRegion-in-userSpace-expected.txt: + * platform/qt/svg/filters/subRegion-one-effect-expected.txt: + * platform/qt/svg/filters/subRegion-two-effects-expected.txt: + 2009-12-08 Fumitoshi Ukai Reviewed by Darin Adler. diff --git a/LayoutTests/platform/qt/Skipped b/LayoutTests/platform/qt/Skipped index ba624e3719d5..ce2446023e8f 100644 --- a/LayoutTests/platform/qt/Skipped +++ b/LayoutTests/platform/qt/Skipped @@ -5168,13 +5168,3 @@ http/tests/security/cross-frame-access-getOwnPropertyDescriptor.html http/tests/uri/css-href.php printing/compositing-layer-printing.html svg/custom/radial-gradient-with-outstanding-focalPoint.svg - -# Skip failing tests caused by r51828 (Turn on (SVG) Filters for Qt.) -# https://bugs.webkit.org/show_bug.cgi?id=32224 -# http://build.webkit.org/results/Qt%20Linux%20Release/r51828%20(4620)/results.html -fast/dom/prototype-inheritance.html -fast/dom/Window/window-properties.html -fast/js/global-constructors.html -svg/custom/js-svg-constructors.svg -svg/custom/svg-features.html -svg/dom/operatorAttribute.html diff --git a/LayoutTests/platform/qt/svg/filters/feComposite-expected.txt b/LayoutTests/platform/qt/svg/filters/feComposite-expected.txt index 4b329e5317fe..da625a7b11b0 100644 --- a/LayoutTests/platform/qt/svg/filters/feComposite-expected.txt +++ b/LayoutTests/platform/qt/svg/filters/feComposite-expected.txt @@ -1,3 +1,9 @@ +KCanvasResource {id="over" [type=FILTER] [bounding box=at (0,0) size 0x0] [bounding box mode=0]} +KCanvasResource {id="in" [type=FILTER] [bounding box=at (0,0) size 0x0] [bounding box mode=0]} +KCanvasResource {id="out" [type=FILTER] [bounding box=at (0,0) size 0x0] [bounding box mode=0]} +KCanvasResource {id="atop" [type=FILTER] [bounding box=at (0,0) size 0x0] [bounding box mode=0]} +KCanvasResource {id="xor" [type=FILTER] [bounding box=at (0,0) size 0x0] [bounding box mode=0]} +KCanvasResource {id="arithmetic" [type=FILTER] [bounding box=at (0,0) size 0x0] [bounding box mode=0]} layer at (0,0) size 800x600 RenderView at (0,0) size 800x600 layer at (0,0) size 400x400 diff --git a/LayoutTests/platform/qt/svg/filters/feMerge-expected.txt b/LayoutTests/platform/qt/svg/filters/feMerge-expected.txt index 789cba99886b..623d292f23ee 100644 --- a/LayoutTests/platform/qt/svg/filters/feMerge-expected.txt +++ b/LayoutTests/platform/qt/svg/filters/feMerge-expected.txt @@ -1,3 +1,6 @@ +KCanvasResource {id="filter_1" [type=FILTER] [bounding box=at (0,0) size 0x0] [bounding box mode=0]} +KCanvasResource {id="filter_2" [type=FILTER] [bounding box=at (0,0) size 0x0] [bounding box mode=0]} +KCanvasResource {id="filter_3" [type=FILTER] [bounding box=at (0,0) size 0x0] [bounding box mode=0]} layer at (0,0) size 800x600 RenderView at (0,0) size 800x600 layer at (0,0) size 800x600 diff --git a/LayoutTests/platform/qt/svg/filters/feTile-expected.txt b/LayoutTests/platform/qt/svg/filters/feTile-expected.txt index 684101ba23c5..e0ca07c42f94 100644 --- a/LayoutTests/platform/qt/svg/filters/feTile-expected.txt +++ b/LayoutTests/platform/qt/svg/filters/feTile-expected.txt @@ -1,4 +1,7 @@ KRenderingPaintServer {id="gradient" [type=LINEAR-GRADIENT] [stops=[(0.00,#FFFFFF), (1.00,#0000FF)]] [start=(0,0)] [end=(1,1)]} +KCanvasResource {id="filter_1" [type=FILTER] [bounding box=at (0,0) size 0x0] [bounding box mode=0]} +KCanvasResource {id="filter_2" [type=FILTER] [bounding box=at (0,0) size 0x0] [bounding box mode=0]} +KCanvasResource {id="filter_3" [type=FILTER] [bounding box=at (0,0) size 0x0] [bounding box mode=0]} layer at (0,0) size 800x600 RenderView at (0,0) size 800x600 layer at (0,0) size 800x600 diff --git a/LayoutTests/platform/qt/svg/filters/shadow-on-filter-expected.txt b/LayoutTests/platform/qt/svg/filters/shadow-on-filter-expected.txt index 9fdb494048dd..94aaf40c0bb7 100644 --- a/LayoutTests/platform/qt/svg/filters/shadow-on-filter-expected.txt +++ b/LayoutTests/platform/qt/svg/filters/shadow-on-filter-expected.txt @@ -1,3 +1,4 @@ +KCanvasResource {id="filter" [type=FILTER] [bounding box=at (0,0) size 0x0] [bounding box mode=0]} layer at (0,0) size 800x600 RenderView at (0,0) size 800x600 layer at (0,0) size 800x600 diff --git a/LayoutTests/platform/qt/svg/filters/shadow-on-rect-with-filter-expected.txt b/LayoutTests/platform/qt/svg/filters/shadow-on-rect-with-filter-expected.txt index 9fdb494048dd..94aaf40c0bb7 100644 --- a/LayoutTests/platform/qt/svg/filters/shadow-on-rect-with-filter-expected.txt +++ b/LayoutTests/platform/qt/svg/filters/shadow-on-rect-with-filter-expected.txt @@ -1,3 +1,4 @@ +KCanvasResource {id="filter" [type=FILTER] [bounding box=at (0,0) size 0x0] [bounding box mode=0]} layer at (0,0) size 800x600 RenderView at (0,0) size 800x600 layer at (0,0) size 800x600 diff --git a/LayoutTests/platform/qt/svg/filters/sourceAlpha-expected.txt b/LayoutTests/platform/qt/svg/filters/sourceAlpha-expected.txt index 40b73b40df49..5b82b5554cae 100644 --- a/LayoutTests/platform/qt/svg/filters/sourceAlpha-expected.txt +++ b/LayoutTests/platform/qt/svg/filters/sourceAlpha-expected.txt @@ -1,3 +1,4 @@ +KCanvasResource {id="filter" [type=FILTER] [bounding box=at (0,0) size 0x0] [bounding box mode=0]} layer at (0,0) size 800x600 RenderView at (0,0) size 800x600 layer at (0,0) size 800x600 diff --git a/LayoutTests/platform/qt/svg/filters/subRegion-in-userSpace-expected.txt b/LayoutTests/platform/qt/svg/filters/subRegion-in-userSpace-expected.txt index ee5bf6d35d48..654339951c70 100644 --- a/LayoutTests/platform/qt/svg/filters/subRegion-in-userSpace-expected.txt +++ b/LayoutTests/platform/qt/svg/filters/subRegion-in-userSpace-expected.txt @@ -1,3 +1,4 @@ +KCanvasResource {id="filter1" [type=FILTER] [bounding box=at (0,0) size 0x0] [bounding box mode=0]} layer at (0,0) size 800x600 RenderView at (0,0) size 800x600 layer at (0,0) size 400x400 diff --git a/LayoutTests/platform/qt/svg/filters/subRegion-one-effect-expected.txt b/LayoutTests/platform/qt/svg/filters/subRegion-one-effect-expected.txt index f2dd8ea1e501..8136869abd23 100644 --- a/LayoutTests/platform/qt/svg/filters/subRegion-one-effect-expected.txt +++ b/LayoutTests/platform/qt/svg/filters/subRegion-one-effect-expected.txt @@ -1,3 +1,17 @@ +KCanvasResource {id="filter_1effect_01" [type=FILTER] [bounding box=at (0,0) size 0x0] [bounding box mode=0]} +KCanvasResource {id="filter_1effect_02" [type=FILTER] [bounding box=at (0,0) size 0x0] [bounding box mode=0]} +KCanvasResource {id="filter_1effect_03" [type=FILTER] [bounding box=at (0,0) size 0x0] [bounding box mode=0]} +KCanvasResource {id="filter_1effect_04" [type=FILTER] [bounding box=at (0,0) size 0x0] [bounding box mode=0]} +KCanvasResource {id="filter_1effect_05" [type=FILTER] [bounding box=at (0,0) size 0x0] [bounding box mode=0]} +KCanvasResource {id="filter_1effect_06" [type=FILTER] [bounding box=at (0,0) size 0x0] [bounding box mode=0]} +KCanvasResource {id="filter_1effect_07" [type=FILTER] [bounding box=at (0,0) size 0x0] [bounding box mode=0]} +KCanvasResource {id="filter_1effect_08" [type=FILTER] [bounding box=at (0,0) size 0x0] [bounding box mode=0]} +KCanvasResource {id="filter_1effect_09" [type=FILTER] [bounding box=at (0,0) size 0x0] [bounding box mode=0]} +KCanvasResource {id="filter_1effect_10" [type=FILTER] [bounding box=at (0,0) size 0x0] [bounding box mode=0]} +KCanvasResource {id="filter_1effect_11" [type=FILTER] [bounding box=at (0,0) size 0x0] [bounding box mode=0]} +KCanvasResource {id="filter_1effect_12" [type=FILTER] [bounding box=at (0,0) size 0x0] [bounding box mode=0]} +KCanvasResource {id="filter_1effect_13" [type=FILTER] [bounding box=at (0,0) size 0x0] [bounding box mode=0]} +KCanvasResource {id="filter_1effect_14" [type=FILTER] [bounding box=at (0,0) size 0x0] [bounding box mode=0]} layer at (0,0) size 800x600 RenderView at (0,0) size 800x600 layer at (0,0) size 800x600 diff --git a/LayoutTests/platform/qt/svg/filters/subRegion-two-effects-expected.txt b/LayoutTests/platform/qt/svg/filters/subRegion-two-effects-expected.txt index 2c1f800370cf..810627844b67 100644 --- a/LayoutTests/platform/qt/svg/filters/subRegion-two-effects-expected.txt +++ b/LayoutTests/platform/qt/svg/filters/subRegion-two-effects-expected.txt @@ -1,3 +1,17 @@ +KCanvasResource {id="filter_1effect_01" [type=FILTER] [bounding box=at (0,0) size 0x0] [bounding box mode=0]} +KCanvasResource {id="filter_1effect_02" [type=FILTER] [bounding box=at (0,0) size 0x0] [bounding box mode=0]} +KCanvasResource {id="filter_1effect_03" [type=FILTER] [bounding box=at (0,0) size 0x0] [bounding box mode=0]} +KCanvasResource {id="filter_1effect_04" [type=FILTER] [bounding box=at (0,0) size 0x0] [bounding box mode=0]} +KCanvasResource {id="filter_1effect_05" [type=FILTER] [bounding box=at (0,0) size 0x0] [bounding box mode=0]} +KCanvasResource {id="filter_1effect_06" [type=FILTER] [bounding box=at (0,0) size 0x0] [bounding box mode=0]} +KCanvasResource {id="filter_1effect_07" [type=FILTER] [bounding box=at (0,0) size 0x0] [bounding box mode=0]} +KCanvasResource {id="filter_1effect_08" [type=FILTER] [bounding box=at (0,0) size 0x0] [bounding box mode=0]} +KCanvasResource {id="filter_1effect_09" [type=FILTER] [bounding box=at (0,0) size 0x0] [bounding box mode=0]} +KCanvasResource {id="filter_1effect_10" [type=FILTER] [bounding box=at (0,0) size 0x0] [bounding box mode=0]} +KCanvasResource {id="filter_1effect_11" [type=FILTER] [bounding box=at (0,0) size 0x0] [bounding box mode=0]} +KCanvasResource {id="filter_1effect_12" [type=FILTER] [bounding box=at (0,0) size 0x0] [bounding box mode=0]} +KCanvasResource {id="filter_1effect_13" [type=FILTER] [bounding box=at (0,0) size 0x0] [bounding box mode=0]} +KCanvasResource {id="filter_1effect_14" [type=FILTER] [bounding box=at (0,0) size 0x0] [bounding box mode=0]} layer at (0,0) size 800x600 RenderView at (0,0) size 800x600 layer at (0,0) size 800x600 -- 2.36.0