[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.19-706-ge5415e9

zimmermann at webkit.org zimmermann at webkit.org
Thu Feb 4 21:25:21 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit 613a20ff2f50dfa106ea2b0c171cb1ac5adf8ead
Author: zimmermann at webkit.org <zimmermann at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Jan 22 23:36:57 2010 +0000

    2010-01-22  Nikolas Zimmermann  <nzimmermann at rim.com>
    
            Not reviewed. Fix comment in the a SVG <use> testcase, it should say "green rectangles" instead of "blue rectangles", as noticed by Csaba Osztrogonac.
    
            * platform/mac/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.checksum:
            * platform/mac/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.png:
            * platform/mac/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.txt:
            * svg/custom/relative-sized-shadow-tree-content-with-symbol.xhtml:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53723 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index c924656..5254e0d 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,12 @@
+2010-01-22  Nikolas Zimmermann  <nzimmermann at rim.com>
+
+        Not reviewed. Fix comment in the a SVG <use> testcase, it should say "green rectangles" instead of "blue rectangles", as noticed by Csaba Osztrogonác.
+
+        * platform/mac/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.checksum:
+        * platform/mac/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.png:
+        * platform/mac/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.txt:
+        * svg/custom/relative-sized-shadow-tree-content-with-symbol.xhtml:
+
 2010-01-22  Jian Li  <jianli at chromium.org>
 
         Reviewed by Darin Adler.
diff --git a/LayoutTests/platform/mac/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.checksum b/LayoutTests/platform/mac/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.checksum
index 984dd7b..3640ead 100644
--- a/LayoutTests/platform/mac/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.checksum
+++ b/LayoutTests/platform/mac/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.checksum
@@ -1 +1 @@
-f8527513598f34e770168e7dc52522bc
\ No newline at end of file
+337c60d7106b04f2cdc1d1aecadbcca7
\ No newline at end of file
diff --git a/LayoutTests/platform/mac/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.png b/LayoutTests/platform/mac/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.png
index 572012a..caf9504 100644
Binary files a/LayoutTests/platform/mac/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.png and b/LayoutTests/platform/mac/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.png differ
diff --git a/LayoutTests/platform/mac/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.txt b/LayoutTests/platform/mac/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.txt
index 4e432b3..e129ee5 100644
--- a/LayoutTests/platform/mac/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.txt
+++ b/LayoutTests/platform/mac/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.txt
@@ -4,8 +4,8 @@ layer at (0,0) size 800x478
   RenderBlock {html} at (0,0) size 800x478
     RenderBody {body} at (8,16) size 784x454
       RenderBlock {p} at (0,0) size 784x36
-        RenderText {#text} at (0,0) size 721x36
-          text run at (0,0) width 721: "The svg area contained in the div element (red box), should fill out the whole area (two blue rectangles, first: (0,0)-"
+        RenderText {#text} at (0,0) size 729x36
+          text run at (0,0) width 729: "The svg area contained in the div element (red box), should fill out the whole area (two green rectangles, first: (0,0)-"
           text run at (0,18) width 670: "(50%,50%), second: (50%,50%)-(100%,100%)), especially after resizing the content box to a different size"
       RenderBlock {div} at (0,52) size 402x402 [border: (1px solid #FF0000)]
         RenderSVGRoot {svg} at (9,69) size 400x400
diff --git a/LayoutTests/svg/custom/relative-sized-shadow-tree-content-with-symbol.xhtml b/LayoutTests/svg/custom/relative-sized-shadow-tree-content-with-symbol.xhtml
index 663b15a..1081b26 100644
--- a/LayoutTests/svg/custom/relative-sized-shadow-tree-content-with-symbol.xhtml
+++ b/LayoutTests/svg/custom/relative-sized-shadow-tree-content-with-symbol.xhtml
@@ -1,6 +1,6 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <body onload="window.setTimeout(resizeBox,0)">
-    <p>The svg area contained in the div element (red box), should fill out the whole area (two blue rectangles, first: (0,0)-(50%,50%), second: (50%,50%)-(100%,100%)), especially after resizing the content box to a different size</p>
+    <p>The svg area contained in the div element (red box), should fill out the whole area (two green rectangles, first: (0,0)-(50%,50%), second: (50%,50%)-(100%,100%)), especially after resizing the content box to a different size</p>
     <div id="contentBox" style="width: 100px; height: 400px; border: 1px solid red;">
         <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
             <defs>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list