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

commit-queue at webkit.org commit-queue at webkit.org
Wed Dec 22 15:03:09 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 37a85c5fc4f7baec47453d8f052a6e841ffc5257
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Oct 27 19:09:21 2010 +0000

    2010-10-27  Renata Hodovan  <reni at inf.u-szeged.hu>
    
            Reviewed by Dirk Schulze.
    
            preserveAlpha attributes were misspeled in SVGFEConcolveMatrixElement tests.
            https://bugs.webkit.org/show_bug.cgi?id=48403
    
            Since expecteds and pixel tests didn't change after correcting this attribute has no effect so it is removed.
            For checking preserveAlpha attribute we have already a dom test which is not affected by this patch.
    
            * svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-dom-bias-attr.js:
            * svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-dom-divisor-attr.js:
            * svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-dom-in-attr.js:
            * svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr.js:
            * svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr.js:
            * svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-dom-order-attr.js:
            * svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-dom-targetX-attr.js:
            * svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-dom-targetY-attr.js:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70686 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 1208043..f78903d 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,22 @@
+2010-10-27  Renata Hodovan  <reni at inf.u-szeged.hu>
+
+        Reviewed by Dirk Schulze.
+
+        preserveAlpha attributes were misspeled in SVGFEConcolveMatrixElement tests.
+        https://bugs.webkit.org/show_bug.cgi?id=48403
+
+        Since expecteds and pixel tests didn't change after correcting this attribute has no effect so it is removed.
+        For checking preserveAlpha attribute we have already a dom test which is not affected by this patch.
+
+        * svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-dom-bias-attr.js:
+        * svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-dom-divisor-attr.js:
+        * svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-dom-in-attr.js:
+        * svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr.js:
+        * svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr.js:
+        * svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-dom-order-attr.js:
+        * svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-dom-targetX-attr.js:
+        * svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-dom-targetY-attr.js:
+
 2010-10-27  Dimitri Glazkov  <dglazkov at chromium.org>
 
         [Chromium] Update expectations after r70664.
diff --git a/LayoutTests/svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-dom-bias-attr.js b/LayoutTests/svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-dom-bias-attr.js
index 9f47ced..22ac881 100644
--- a/LayoutTests/svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-dom-bias-attr.js
+++ b/LayoutTests/svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-dom-bias-attr.js
@@ -8,7 +8,6 @@ var convolveMatrixElement = createSVGElement("feConvolveMatrix");
 convolveMatrixElement.setAttribute("in", "SourceGraphic");
 convolveMatrixElement.setAttribute("order", "3");
 convolveMatrixElement.setAttribute("kernelMatrix", "3 0 3 0 0 0 3 0 3");
-convolveMatrixElement.setAttribute("preserveToAlpha", "true");
 convolveMatrixElement.setAttribute("bias", "0.5");
 
 var filterElement = createSVGElement("filter");
diff --git a/LayoutTests/svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-dom-divisor-attr.js b/LayoutTests/svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-dom-divisor-attr.js
index cf4eb94..65688e8 100644
--- a/LayoutTests/svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-dom-divisor-attr.js
+++ b/LayoutTests/svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-dom-divisor-attr.js
@@ -8,7 +8,6 @@ var convolveMatrixElement = createSVGElement("feConvolveMatrix");
 convolveMatrixElement.setAttribute("in", "SourceGraphic");
 convolveMatrixElement.setAttribute("order", "3");
 convolveMatrixElement.setAttribute("kernelMatrix", "3 0 3 0 0 0 3 0 3");
-convolveMatrixElement.setAttribute("preserveToAlpha", "true");
 convolveMatrixElement.setAttribute("divisor", "20");
 
 var filterElement = createSVGElement("filter");
diff --git a/LayoutTests/svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-dom-in-attr.js b/LayoutTests/svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-dom-in-attr.js
index 15b5989..c7f53ca 100644
--- a/LayoutTests/svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-dom-in-attr.js
+++ b/LayoutTests/svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-dom-in-attr.js
@@ -8,7 +8,6 @@ var convolveMatrixElement = createSVGElement("feConvolveMatrix");
 convolveMatrixElement.setAttribute("in", "SourceAlpha");
 convolveMatrixElement.setAttribute("order", "3");
 convolveMatrixElement.setAttribute("kernelMatrix", "3 0 3 0 0 0 3 0 3");
-convolveMatrixElement.setAttribute("preserveToAlpha", "true");
 
 var filterElement = createSVGElement("filter");
 filterElement.setAttribute("id", "myFilter");
diff --git a/LayoutTests/svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr.js b/LayoutTests/svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr.js
index bac8206..9409b25 100644
--- a/LayoutTests/svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr.js
+++ b/LayoutTests/svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr.js
@@ -8,7 +8,6 @@ var convolveMatrixElement = createSVGElement("feConvolveMatrix");
 convolveMatrixElement.setAttribute("in", "SourceGraphic");
 convolveMatrixElement.setAttribute("order", "3");
 convolveMatrixElement.setAttribute("kernelMatrix", "-2 0 0 0 1 0 0 0 2");
-convolveMatrixElement.setAttribute("preserveToAlpha", "true");
 
 var filterElement = createSVGElement("filter");
 filterElement.setAttribute("id", "myFilter");
diff --git a/LayoutTests/svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr.js b/LayoutTests/svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr.js
index 1724682..85ec40e 100644
--- a/LayoutTests/svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr.js
+++ b/LayoutTests/svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr.js
@@ -8,7 +8,6 @@ var convolveMatrixElement = createSVGElement("feConvolveMatrix");
 convolveMatrixElement.setAttribute("in", "SourceGraphic");
 convolveMatrixElement.setAttribute("order", "3");
 convolveMatrixElement.setAttribute("kernelMatrix", "3 0 5 0 0 0 3 0 3");
-convolveMatrixElement.setAttribute("preserveToAlpha", "true");
 convolveMatrixElement.setAttribute("kernelUnitLength", "1");
 
 var filterElement = createSVGElement("filter");
diff --git a/LayoutTests/svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-dom-order-attr.js b/LayoutTests/svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-dom-order-attr.js
index a29e4f1..eb6f2ed 100644
--- a/LayoutTests/svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-dom-order-attr.js
+++ b/LayoutTests/svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-dom-order-attr.js
@@ -8,7 +8,6 @@ var convolveMatrixElement = createSVGElement("feConvolveMatrix");
 convolveMatrixElement.setAttribute("in", "SourceGraphic");
 convolveMatrixElement.setAttribute("order", "2 2");
 convolveMatrixElement.setAttribute("kernelMatrix", "3 0 3 0 0 0 3 0 3");
-convolveMatrixElement.setAttribute("preserveToAlpha", "true");
 
 var filterElement = createSVGElement("filter");
 filterElement.setAttribute("id", "myFilter");
diff --git a/LayoutTests/svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-dom-targetX-attr.js b/LayoutTests/svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-dom-targetX-attr.js
index 3757b55..3169f20 100644
--- a/LayoutTests/svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-dom-targetX-attr.js
+++ b/LayoutTests/svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-dom-targetX-attr.js
@@ -8,7 +8,6 @@ var convolveMatrixElement = createSVGElement("feConvolveMatrix");
 convolveMatrixElement.setAttribute("in", "SourceGraphic");
 convolveMatrixElement.setAttribute("order", "3");
 convolveMatrixElement.setAttribute("kernelMatrix", "3 0 3 0 0 0 3 0 3");
-convolveMatrixElement.setAttribute("preserveToAlpha", "true");
 convolveMatrixElement.setAttribute("targetX", "2");
 
 var filterElement = createSVGElement("filter");
diff --git a/LayoutTests/svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-dom-targetY-attr.js b/LayoutTests/svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-dom-targetY-attr.js
index 53f48a0..ddf86a5 100644
--- a/LayoutTests/svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-dom-targetY-attr.js
+++ b/LayoutTests/svg/dynamic-updates/script-tests/SVGFEConvolveMatrixElement-dom-targetY-attr.js
@@ -8,7 +8,6 @@ var convolveMatrixElement = createSVGElement("feConvolveMatrix");
 convolveMatrixElement.setAttribute("in", "SourceGraphic");
 convolveMatrixElement.setAttribute("order", "3.9");
 convolveMatrixElement.setAttribute("kernelMatrix", "3 0 3 0 0 0 3 0 3");
-convolveMatrixElement.setAttribute("preserveToAlpha", "true");
 convolveMatrixElement.setAttribute("targetY", "2");
 
 var filterElement = createSVGElement("filter");

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list