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


The following commit has been merged in the debian/experimental branch:
commit 7c901f83b75156552cb347265ef4ae61f59ad226
Author: zimmermann at webkit.org <zimmermann at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Oct 8 11:09:27 2010 +0000

    2010-10-08  Nikolas Zimmermann  <nzimmermann at rim.com>
    
            Not reviewed.
    
            Complete Snow Leopard rebaselining.
    
            * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt:
            * platform/mac/svg/custom/junk-data-expected.txt:
            * platform/mac/svg/custom/missing-xlink-expected.txt:
            * platform/mac/svg/custom/path-bad-data-expected.txt:
            * platform/mac/svg/hixie/error/012-expected.txt:
            * platform/mac/svg/text/text-intro-05-t-expected.txt:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69389 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index e8a6a6c..3fcd5bd 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,16 @@
+2010-10-08  Nikolas Zimmermann  <nzimmermann at rim.com>
+
+        Not reviewed.
+
+        Complete Snow Leopard rebaselining.
+
+        * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt:
+        * platform/mac/svg/custom/junk-data-expected.txt:
+        * platform/mac/svg/custom/missing-xlink-expected.txt:
+        * platform/mac/svg/custom/path-bad-data-expected.txt:
+        * platform/mac/svg/hixie/error/012-expected.txt:
+        * platform/mac/svg/text/text-intro-05-t-expected.txt:
+
 2010-10-08  Dirk Schulze  <krit at webkit.org>
 
         Unreviewed update of Gtk an Qt baseline after commit 69386.
diff --git a/LayoutTests/platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt b/LayoutTests/platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt
index 3ca14a7..7e52b3e 100644
--- a/LayoutTests/platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt
+++ b/LayoutTests/platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt
@@ -15,4 +15,4 @@ layer at (0,0) size 480x360
     RenderSVGText {text} at (10,304) size 264x46 contains 1 chunk(s)
       RenderSVGInlineText {#text} at (0,0) size 264x46
         chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 264.00: "$Revision: 1.4 $"
-    RenderSVGPath {rect} at (0,0) size 480x360 [stroke={[type=SOLID] [color=#000000]}] [data="M1.00,1.00 L479.00,1.00 L479.00,359.00 L1.00,359.00 Z"]
+    RenderSVGPath {rect} at (0,0) size 480x360 [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=478.00] [height=358.00]
diff --git a/LayoutTests/platform/mac/svg/custom/junk-data-expected.txt b/LayoutTests/platform/mac/svg/custom/junk-data-expected.txt
index a1ec12d..67a981a 100644
--- a/LayoutTests/platform/mac/svg/custom/junk-data-expected.txt
+++ b/LayoutTests/platform/mac/svg/custom/junk-data-expected.txt
@@ -19,4 +19,4 @@ layer at (0,0) size 785x778
           RenderSVGText {text} at (0,106) size 193x18 contains 1 chunk(s)
             RenderSVGInlineText {#text} at (0,0) size 193x18
               chunk 1 text run 1 at (0.00,120.00) startOffset 0 endOffset 29 width 193.00: "You should see an error above"
-          RenderSVGPath {rect} at (8,166) size 100x100 [fill={[type=SOLID] [color=#000000]}] [data="M0.00,0.00 L100.00,0.00 L100.00,100.00 L0.00,100.00 Z"]
+          RenderSVGPath {rect} at (8,166) size 100x100 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
diff --git a/LayoutTests/platform/mac/svg/custom/missing-xlink-expected.txt b/LayoutTests/platform/mac/svg/custom/missing-xlink-expected.txt
index 2c0189b..e52ac55 100644
--- a/LayoutTests/platform/mac/svg/custom/missing-xlink-expected.txt
+++ b/LayoutTests/platform/mac/svg/custom/missing-xlink-expected.txt
@@ -19,4 +19,4 @@ layer at (0,0) size 785x778
           RenderSVGText {text} at (0,106) size 193x18 contains 1 chunk(s)
             RenderSVGInlineText {#text} at (0,0) size 193x18
               chunk 1 text run 1 at (0.00,120.00) startOffset 0 endOffset 29 width 193.00: "You should see an error above"
-          RenderSVGPath {rect} at (8,166) size 100x100 [fill={[type=SOLID] [color=#000000]}] [data="M0.00,0.00 L100.00,0.00 L100.00,100.00 L0.00,100.00 Z"]
+          RenderSVGPath {rect} at (8,166) size 100x100 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
diff --git a/LayoutTests/platform/mac/svg/custom/path-bad-data-expected.txt b/LayoutTests/platform/mac/svg/custom/path-bad-data-expected.txt
index 59f8aeb..443b976 100644
--- a/LayoutTests/platform/mac/svg/custom/path-bad-data-expected.txt
+++ b/LayoutTests/platform/mac/svg/custom/path-bad-data-expected.txt
@@ -16,4 +16,4 @@ layer at (0,0) size 808x778
             text run at (0,0) width 429: "Below is a rendering of the page up to the first error."
       RenderBlock (anonymous) at (0,150) size 769x604
         RenderSVGRoot {svg} at (8,166) size 200x200
-          RenderSVGPath {path} at (8,166) size 200x200 [fill={[type=SOLID] [color=#008000]}] [data="M0.00,0.00 L200.00,0.00 L200.00,200.00 L0.00,200.00"]
+          RenderSVGPath {path} at (8,166) size 200x200 [fill={[type=SOLID] [color=#008000]}] [data="M 0 0 L 200 0 L 200 200 L 0 200"]
diff --git a/LayoutTests/platform/mac/svg/hixie/error/012-expected.txt b/LayoutTests/platform/mac/svg/hixie/error/012-expected.txt
index 1a7f5f2..8d01f5f 100644
--- a/LayoutTests/platform/mac/svg/hixie/error/012-expected.txt
+++ b/LayoutTests/platform/mac/svg/hixie/error/012-expected.txt
@@ -16,5 +16,5 @@ layer at (0,0) size 785x778
             text run at (0,0) width 429: "Below is a rendering of the page up to the first error."
       RenderBlock (anonymous) at (0,150) size 769x604
         RenderSVGRoot {svg} at (18,176) size 200x200
-          RenderSVGPath {rect} at (18,176) size 200x200 [fill={[type=SOLID] [color=#FF0000]}] [data="M10.00,10.00 L210.00,10.00 L210.00,210.00 L10.00,210.00 Z"]
-          RenderSVGPath {rect} at (18,176) size 200x200 [fill={[type=SOLID] [color=#FF0000]}] [data="M10.00,10.00 L210.00,10.00 L210.00,210.00 L10.00,210.00 Z"]
+          RenderSVGPath {rect} at (18,176) size 200x200 [fill={[type=SOLID] [color=#FF0000]}] [x=10.00] [y=10.00] [width=200.00] [height=200.00]
+          RenderSVGPath {rect} at (18,176) size 200x200 [fill={[type=SOLID] [color=#FF0000]}] [x=10.00] [y=10.00] [width=200.00] [height=200.00]
diff --git a/LayoutTests/platform/mac/svg/text/text-intro-05-t-expected.txt b/LayoutTests/platform/mac/svg/text/text-intro-05-t-expected.txt
index bc2dd87..266c019 100644
--- a/LayoutTests/platform/mac/svg/text/text-intro-05-t-expected.txt
+++ b/LayoutTests/platform/mac/svg/text/text-intro-05-t-expected.txt
@@ -15,6 +15,6 @@ layer at (0,0) size 800x600
     RenderSVGText {text} at (10,304) size 264x46 contains 1 chunk(s)
       RenderSVGInlineText {#text} at (0,0) size 264x46
         chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 264.00: "$Revision: 1.4 $"
-    RenderSVGPath {rect} at (0,0) size 800x600 [stroke={[type=SOLID] [color=#000000]}] [data="M1.00,1.00 L479.00,1.00 L479.00,359.00 L1.00,359.00 Z"]
+    RenderSVGPath {rect} at (0,0) size 800x600 [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=478.00] [height=358.00]
 selection start: position 0 of child 0 {#text} of child 1 {text} of child 33 {g} of child 0 {svg} of document
 selection end:   position 16 of child 0 {#text} of child 35 {text} of child 0 {svg} of document

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list