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

ossy at webkit.org ossy at webkit.org
Wed Dec 22 14:27:31 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 498fc1a7bd6ef39003f663394d674fecfab5f6c7
Author: ossy at webkit.org <ossy at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Oct 9 08:39:18 2010 +0000

    Unreviewed fix after r69413.
    
    [Qt] Add platform specific expected result, because this test passes.
    Compared to Mac png files and Mac expected files.
    
    * platform/qt/svg/custom/gradient-with-1d-boundingbox-expected.txt: Added.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69443 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index e39a23b..a82669b 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,12 @@
+2010-10-09  Csaba Osztrogonác  <ossy at webkit.org>
+
+        Unreviewed fix after r69413.
+
+        [Qt] Add platform specific expected result, because this test passes.
+        Compared to Mac png files and Mac expected files.
+
+        * platform/qt/svg/custom/gradient-with-1d-boundingbox-expected.txt: Added.
+
 2010-10-08  Joseph Pecoraro  <joepeck at webkit.org>
 
         Reviewed by Dan Bernstein.
diff --git a/LayoutTests/platform/qt/svg/custom/gradient-with-1d-boundingbox-expected.txt b/LayoutTests/platform/qt/svg/custom/gradient-with-1d-boundingbox-expected.txt
new file mode 100644
index 0000000..907137d
--- /dev/null
+++ b/LayoutTests/platform/qt/svg/custom/gradient-with-1d-boundingbox-expected.txt
@@ -0,0 +1,20 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderSVGRoot {svg} at (0,40) size 284x115
+    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
+      RenderSVGResourceLinearGradient {linearGradient} [id="gradient1"] [gradientUnits=objectBoundingBox] [start=(0,0)] [end=(1,0)]
+        RenderSVGGradientStop {stop} [offset=0.00] [color=#FF0000]
+        RenderSVGGradientStop {stop} [offset=1.00] [color=#008000]
+      RenderSVGResourceRadialGradient {radialGradient} [id="gradient2"] [gradientUnits=userSpaceOnUse] [center=(0,0)] [focal=(0,0)] [radius=9.00]
+        RenderSVGGradientStop {stop} [offset=0.00] [color=#FF0000]
+        RenderSVGGradientStop {stop} [offset=1.00] [color=#FF000000]
+    RenderSVGPath {line} at (20,40) size 200x20 [stroke={[type=LINEAR-GRADIENT] [id="gradient1"] [stroke width=20.00]}] [fill={[type=SOLID] [color=#000000]}] [x1=20.00] [y1=50.00] [x2=220.00] [y2=50.00]
+    RenderSVGContainer {g} at (111,91) size 18x18 [transform={m=((1.00,0.00)(0.00,1.00)) t=(120.00,100.00)}]
+      RenderSVGPath {line} at (111,99) size 18x2 [stroke={[type=RADIAL-GRADIENT] [id="gradient2"]}] [fill={[type=SOLID] [color=#000000]}] [x1=-9.00] [y1=0.00] [x2=9.00] [y2=0.00]
+      RenderSVGPath {line} at (119,91) size 2x18 [stroke={[type=RADIAL-GRADIENT] [id="gradient2"]}] [fill={[type=SOLID] [color=#000000]}] [x1=0.00] [y1=-9.00] [x2=0.00] [y2=9.00]
+      RenderSVGPath {line} at (112,92) size 16x16 [transform={m=((0.71,0.71)(-0.71,0.71)) t=(0.00,0.00)}] [stroke={[type=RADIAL-GRADIENT] [id="gradient2"]}] [fill={[type=SOLID] [color=#000000]}] [x1=-9.00] [y1=0.00] [x2=9.00] [y2=0.00]
+      RenderSVGPath {line} at (112,92) size 16x16 [transform={m=((0.71,-0.71)(0.71,0.71)) t=(0.00,0.00)}] [stroke={[type=RADIAL-GRADIENT] [id="gradient2"]}] [fill={[type=SOLID] [color=#000000]}] [x1=-9.00] [y1=0.00] [x2=9.00] [y2=0.00]
+    RenderSVGText {text} at (-4,134) size 288x21 contains 1 chunk(s)
+      RenderSVGInlineText {#text} at (0,0) size 288x21
+        chunk 1 (middle anchor) text run 1 at (-3.50,150.00) startOffset 0 endOffset 43 width 287.00: "You should see a green line, and a red star"

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list