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

zimmermann at webkit.org zimmermann at webkit.org
Wed Dec 22 11:58:12 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit f0230508795a18221a391a7de30ce3623192a9dd
Author: zimmermann at webkit.org <zimmermann at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Aug 12 10:37:07 2010 +0000

    2010-08-12  Nikolas Zimmermann  <nzimmermann at rim.com>
    
            Not reviewed. Delete a test that slipped in by accident.
    
            * svg/zoom/page/zoom-mask.svg: Removed.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65233 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 93fc114..1d586c7 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,5 +1,11 @@
 2010-08-12  Nikolas Zimmermann  <nzimmermann at rim.com>
 
+        Not reviewed. Delete a test that slipped in by accident.
+
+        * svg/zoom/page/zoom-mask.svg: Removed.
+
+2010-08-12  Nikolas Zimmermann  <nzimmermann at rim.com>
+
         Reviewed by Dirk Schulze.
 
         SVG masking performance very slow
diff --git a/LayoutTests/svg/zoom/page/zoom-mask.svg b/LayoutTests/svg/zoom/page/zoom-mask.svg
deleted file mode 100644
index 31b6d5d..0000000
--- a/LayoutTests/svg/zoom/page/zoom-mask.svg
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="body" width="100%" height="100%" viewBox="0 0 450 500">
-<defs>
-    <linearGradient id="maskedGradient" x1="0" x2="1" y1="0" y2="1" color-interpolation="linearRGB">
-        <stop offset="0" stop-color="blue" />
-        <stop offset="1" stop-color="red" />
-    </linearGradient>
-
-    <rect id="masked" width="100" height="80" fill="url(#maskedGradient)" />
-    
-    <mask id="mask_3" maskUnits="userSpaceOnUse" x="25" y="20" width="50" height="40">
-        <circle cx="25" cy="20" r="20" fill="#ffffff" />
-        <circle cx="25" cy="60" r="20" fill="#ffffff" />
-        <circle cx="75" cy="20" r="20" fill="#ffffff" />
-        <circle cx="75" cy="60" r="20" fill="#ffffff" />
-    </mask>
-</defs>
-
-<g transform="scale(5)">
-    <use xlink:href="#masked" mask="url(#mask_3)"/>
-    <text x="50" y="-3">Mask 3</text>
-</g>
-
-<defs>
-  <script>var zoomCount = 4;</script>
-  <script xlink:href="../resources/testPageZoom.js"/>
-</defs>
-</svg>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list