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

mrobinson at webkit.org mrobinson at webkit.org
Wed Dec 22 11:38:41 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit c68ff7d5186226c3752f3bac9599e4c22ac7644b
Author: mrobinson at webkit.org <mrobinson at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Aug 2 16:48:04 2010 +0000

    2010-08-02  Martin Robinson  <mrobinson at igalia.com>
    
            [GTK] r64379 broke two tests
            https://bugs.webkit.org/show_bug.cgi?id=43361
    
            Re-baseline these tests after r64379.
    
            * platform/gtk/svg/custom/massive-coordinates-expected.txt: Added.
            * platform/gtk/svg/custom/pattern-excessive-malloc-expected.txt: Added.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64468 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 3d7572d..4be50fd 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,13 @@
+2010-08-02  Martin Robinson  <mrobinson at igalia.com>
+
+        [GTK] r64379 broke two tests
+        https://bugs.webkit.org/show_bug.cgi?id=43361
+
+        Re-baseline these tests after r64379.
+
+        * platform/gtk/svg/custom/massive-coordinates-expected.txt: Added.
+        * platform/gtk/svg/custom/pattern-excessive-malloc-expected.txt: Added.
+
 2010-08-02  Ilya Tikhonovsky  <loislo at chromium.org>
 
         Not reviewed. Build fix.
diff --git a/LayoutTests/platform/gtk/svg/custom/massive-coordinates-expected.txt b/LayoutTests/platform/gtk/svg/custom/massive-coordinates-expected.txt
new file mode 100644
index 0000000..1418bb7
--- /dev/null
+++ b/LayoutTests/platform/gtk/svg/custom/massive-coordinates-expected.txt
@@ -0,0 +1,6 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderSVGRoot {svg} at (0,0) size 800x600
+    RenderPath {path} at (0,200) size 201x400 [stroke={[type=SOLID] [color=#0000FF]}] [data="M-1000.00,4194304.00 L200.00,200.00"]
+    RenderPath {path} at (599,0) size 201x400 [stroke={[type=SOLID] [color=#00FF00]}] [data="M600.00,400.00 L1000.00,-4194304.00"]
diff --git a/LayoutTests/platform/gtk/svg/custom/pattern-excessive-malloc-expected.txt b/LayoutTests/platform/gtk/svg/custom/pattern-excessive-malloc-expected.txt
new file mode 100644
index 0000000..3df26ec
--- /dev/null
+++ b/LayoutTests/platform/gtk/svg/custom/pattern-excessive-malloc-expected.txt
@@ -0,0 +1,8 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderSVGRoot {svg} at (10,300) size 100x100
+    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
+      RenderSVGResourcePattern {pattern} [id="pattern"] [patternUnits=userSpaceOnUse] [patternContentUnits=userSpaceOnUse]
+        RenderPath {rect} at (0,0) size 800x600 [fill={[type=SOLID] [color=#FF0000]}] [data="M0.00,0.00 L7790592.00,0.00 L7790592.00,7790592.00 L0.00,7790592.00 Z"]
+    RenderPath {rect} at (10,300) size 100x100 [fill={[type=PATTERN] [id="pattern"]}] [data="M10.00,300.00 L110.00,300.00 L110.00,400.00 L10.00,400.00 Z"]

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list