[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:46:33 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 101ddb4ee5c34d7503683e5fb0cc0b27da9532a4
Author: zimmermann at webkit.org <zimmermann at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Aug 6 12:04:29 2010 +0000

    2010-08-06  Nikolas Zimmermann  <nzimmermann at rim.com>
    
            Not reviewed, forgot to land these new results in my last commit.
    
            SVG - stroke-width:0 bug with stroke other than "none"
            https://bugs.webkit.org/show_bug.cgi?id=42387
    
            * platform/mac/fast/css/getComputedStyle/computed-style-expected.txt:
            * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64837 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 3eb3c5c..cc71e76 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,13 @@
+2010-08-06  Nikolas Zimmermann  <nzimmermann at rim.com>
+
+        Not reviewed, forgot to land these new results in my last commit.
+
+        SVG - stroke-width:0 bug with stroke other than "none"
+        https://bugs.webkit.org/show_bug.cgi?id=42387
+
+        * platform/mac/fast/css/getComputedStyle/computed-style-expected.txt:
+        * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+
 2010-08-06  Dumitru Daniliuc  <dumi at chromium.org>
 
         Reviewed by Adam Barth.
diff --git a/LayoutTests/platform/mac/fast/css/getComputedStyle/computed-style-expected.txt b/LayoutTests/platform/mac/fast/css/getComputedStyle/computed-style-expected.txt
index d1d2d34..05a5b97 100644
--- a/LayoutTests/platform/mac/fast/css/getComputedStyle/computed-style-expected.txt
+++ b/LayoutTests/platform/mac/fast/css/getComputedStyle/computed-style-expected.txt
@@ -193,7 +193,7 @@ marker-mid: none;
 marker-start: none;
 shape-rendering: auto;
 stroke: none;
-stroke-dasharray: ;
+stroke-dasharray: none;
 stroke-dashoffset: 0;
 stroke-linecap: butt;
 stroke-linejoin: miter;
diff --git a/LayoutTests/platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt b/LayoutTests/platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt
index bed26a0..081af6b 100644
--- a/LayoutTests/platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt
+++ b/LayoutTests/platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt
@@ -192,7 +192,7 @@ Computed style of an element whose parent's 'display' value is 'none':
     marker-start: none
     shape-rendering: auto
     stroke: none
-    stroke-dasharray: 
+    stroke-dasharray: none
     stroke-dashoffset: 0
     stroke-linecap: butt
     stroke-linejoin: miter

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list