[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

zherczeg at webkit.org zherczeg at webkit.org
Wed Dec 22 13:17:24 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 430f04064f67cd940d79fd35f67240c3ab718448
Author: zherczeg at webkit.org <zherczeg at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Sep 10 11:48:21 2010 +0000

    An individual renderer should be assigned to each SVGFE*Element class
    https://bugs.webkit.org/show_bug.cgi?id=43954
    
    Reviewed by Nikolas Zimmermann.
    
    Updating the description of the following test (it does not fail anymore):
    
    * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.checksum:
    * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png:
    * svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.txt:
    * svg/dynamic-updates/script-tests/SVGFEDiffuseLightingElement-lighting-color-css-prop.js:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67189 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index b7806b4..4f1f35a 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,17 @@
+2010-09-10  Zoltan Herczeg  <zherczeg at webkit.org>
+
+        Reviewed by Nikolas Zimmermann.
+
+        An individual renderer should be assigned to each SVGFE*Element class
+        https://bugs.webkit.org/show_bug.cgi?id=43954
+
+        Updating the description of the following test (it does not fail anymore):
+
+        * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.checksum:
+        * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png:
+        * svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.txt:
+        * svg/dynamic-updates/script-tests/SVGFEDiffuseLightingElement-lighting-color-css-prop.js:
+
 2010-09-10  Fumitoshi Ukai  <ukai at chromium.org>
 
         Unreviewed. expectations update.
diff --git a/LayoutTests/platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.checksum b/LayoutTests/platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.checksum
index b108a27..26b144a 100644
--- a/LayoutTests/platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.checksum
+++ b/LayoutTests/platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.checksum
@@ -1 +1 @@
-b843a316e79ec04f5744a15d667492da
\ No newline at end of file
+d812e295b259b33db9df40b6463e47b4
\ No newline at end of file
diff --git a/LayoutTests/platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png b/LayoutTests/platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png
index dfc805b..0d73229 100644
Binary files a/LayoutTests/platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png and b/LayoutTests/platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png differ
diff --git a/LayoutTests/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.txt b/LayoutTests/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.txt
index 37a871c..fcd2c3e 100644
--- a/LayoutTests/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.txt
+++ b/LayoutTests/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.txt
@@ -1,6 +1,6 @@
 SVG 1.1 dynamic update tests
 
-Tests dynamic updates of the 'lighting-color' css property of the SVGFEDiffuseLightingElement object (The pixel test currently fails - the image is not changed to yellow)
+Tests dynamic updates of the 'lighting-color' css property of the SVGFEDiffuseLightingElement object
 
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
diff --git a/LayoutTests/svg/dynamic-updates/script-tests/SVGFEDiffuseLightingElement-lighting-color-css-prop.js b/LayoutTests/svg/dynamic-updates/script-tests/SVGFEDiffuseLightingElement-lighting-color-css-prop.js
index 0c7473e..985e4a9 100644
--- a/LayoutTests/svg/dynamic-updates/script-tests/SVGFEDiffuseLightingElement-lighting-color-css-prop.js
+++ b/LayoutTests/svg/dynamic-updates/script-tests/SVGFEDiffuseLightingElement-lighting-color-css-prop.js
@@ -1,7 +1,7 @@
 // [Name] SVGFEDiffuseLightingElement-lighting-color-css-prop.js
 // [Expected rendering result] A shining circle (performed by diffuse lighting) - and a series of PASS messages
 
-description("Tests dynamic updates of the 'lighting-color' css property of the SVGFEDiffuseLightingElement object (The pixel test currently fails - the image is not changed to yellow)")
+description("Tests dynamic updates of the 'lighting-color' css property of the SVGFEDiffuseLightingElement object");
 createSVGTestCase();
 
 var pointLight = createSVGElement("fePointLight");

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list