[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:40:25 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 4ba9336c07861774a446f4603de6b01697617215
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Nov 10 05:41:30 2010 +0000

    2010-11-09  Helder Correia  <helder at sencha.com>
    
            Reviewed by Darin Adler.
    
            Philip Canvas test 2d.pattern.image.incomplete fails
            https://bugs.webkit.org/show_bug.cgi?id=49230
    
            Modidy test to correctly follow the spec and create an image object
            with its complete attribute set to false. See also:
            https://bugs.webkit.org/show_bug.cgi?id=48306
    
            * canvas/philip/tests/2d.pattern.image.incomplete.html:
            * platform/gtk/Skipped:
            * platform/mac-leopard/Skipped:
            * platform/mac-snowleopard/canvas/philip/tests/2d.pattern.image.incomplete-expected.txt: Removed.
            * platform/qt/Skipped:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@71718 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index a30e528..53cd300 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -2,6 +2,23 @@
 
         Reviewed by Darin Adler.
 
+        Philip Canvas test 2d.pattern.image.incomplete fails
+        https://bugs.webkit.org/show_bug.cgi?id=49230
+
+        Modidy test to correctly follow the spec and create an image object
+        with its complete attribute set to false. See also:
+        https://bugs.webkit.org/show_bug.cgi?id=48306
+
+        * canvas/philip/tests/2d.pattern.image.incomplete.html:
+        * platform/gtk/Skipped:
+        * platform/mac-leopard/Skipped:
+        * platform/mac-snowleopard/canvas/philip/tests/2d.pattern.image.incomplete-expected.txt: Removed.
+        * platform/qt/Skipped:
+
+2010-11-09  Helder Correia  <helder at sencha.com>
+
+        Reviewed by Darin Adler.
+
         Philip Canvas test 2d.path.rect.winding fails
         https://bugs.webkit.org/show_bug.cgi?id=49225
 
diff --git a/LayoutTests/canvas/philip/tests/2d.pattern.image.incomplete.html b/LayoutTests/canvas/philip/tests/2d.pattern.image.incomplete.html
index ff7220f..1466c03 100644
--- a/LayoutTests/canvas/philip/tests/2d.pattern.image.incomplete.html
+++ b/LayoutTests/canvas/philip/tests/2d.pattern.image.incomplete.html
@@ -13,6 +13,7 @@
 _addTest(function(canvas, ctx) {
 
 var img = new Image();
+img.src = "NotARealFileName.png";
 _assertSame(img.complete, false, "img.complete", "false");
 _assertSame(ctx.createPattern(img, 'repeat'), null, "ctx.createPattern(img, 'repeat')", "null");
 
diff --git a/LayoutTests/platform/gtk/Skipped b/LayoutTests/platform/gtk/Skipped
index 1508d41..a034fca 100644
--- a/LayoutTests/platform/gtk/Skipped
+++ b/LayoutTests/platform/gtk/Skipped
@@ -5335,7 +5335,6 @@ canvas/philip/tests/2d.missingargs.html
 canvas/philip/tests/2d.path.arcTo.ensuresubpath.2.html
 canvas/philip/tests/2d.path.clip.empty.html
 canvas/philip/tests/2d.pattern.image.broken.html
-canvas/philip/tests/2d.pattern.image.incomplete.html
 canvas/philip/tests/2d.shadow.enable.blur.html
 canvas/philip/tests/2d.shadow.enable.x.html
 canvas/philip/tests/2d.shadow.enable.y.html
diff --git a/LayoutTests/platform/mac-leopard/Skipped b/LayoutTests/platform/mac-leopard/Skipped
index dc29d8c..59c01a4 100644
--- a/LayoutTests/platform/mac-leopard/Skipped
+++ b/LayoutTests/platform/mac-leopard/Skipped
@@ -131,7 +131,6 @@ canvas/philip/tests/2d.missingargs.html
 canvas/philip/tests/2d.path.arcTo.ensuresubpath.2.html
 canvas/philip/tests/2d.path.clip.empty.html
 canvas/philip/tests/2d.pattern.image.broken.html
-canvas/philip/tests/2d.pattern.image.incomplete.html
 canvas/philip/tests/2d.shadow.enable.blur.html
 canvas/philip/tests/2d.shadow.enable.x.html
 canvas/philip/tests/2d.shadow.enable.y.html
diff --git a/LayoutTests/platform/mac-snowleopard/canvas/philip/tests/2d.pattern.image.incomplete-expected.txt b/LayoutTests/platform/mac-snowleopard/canvas/philip/tests/2d.pattern.image.incomplete-expected.txt
deleted file mode 100644
index 3cccd94..0000000
--- a/LayoutTests/platform/mac-snowleopard/canvas/philip/tests/2d.pattern.image.incomplete-expected.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-Failed assertion img.complete === false (got true[boolean], expected false[boolean])
-Failed assertion ctx.createPattern(img, 'repeat') === null (got [object CanvasPattern][object], expected [object])
diff --git a/LayoutTests/platform/qt/Skipped b/LayoutTests/platform/qt/Skipped
index 94a20ce..18f4a3b 100644
--- a/LayoutTests/platform/qt/Skipped
+++ b/LayoutTests/platform/qt/Skipped
@@ -5066,7 +5066,6 @@ canvas/philip/tests/2d.path.quadraticCurveTo.scaled.html
 canvas/philip/tests/2d.path.rect.zero.6.html
 canvas/philip/tests/2d.path.stroke.scale2.html
 canvas/philip/tests/2d.pattern.image.broken.html
-canvas/philip/tests/2d.pattern.image.incomplete.html
 canvas/philip/tests/2d.shadow.transform.2.html
 canvas/philip/tests/2d.text.draw.baseline.bottom.html
 canvas/philip/tests/2d.text.draw.baseline.hanging.html

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list