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


The following commit has been merged in the debian/experimental branch:
commit 03f30194e20e221bea5f931de4e2ded8d896d1f7
Author: zimmermann at webkit.org <zimmermann at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Aug 6 14:59:17 2010 +0000

    2010-08-06  Nikolas Zimmermann  <nzimmermann at rim.com>
    
            Not reviewed. Rebaseline win specific getComputedStyle* results, after r64832.
    
            * platform/win/fast/css/getComputedStyle/computed-style-expected.txt:
            * platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64850 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index cd64e8d..384cdcb 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,5 +1,12 @@
 2010-08-06  Nikolas Zimmermann  <nzimmermann at rim.com>
 
+        Not reviewed. Rebaseline win specific getComputedStyle* results, after r64832.
+
+        * platform/win/fast/css/getComputedStyle/computed-style-expected.txt:
+        * platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+
+2010-08-06  Nikolas Zimmermann  <nzimmermann at rim.com>
+
         Not reviewed. Rebaseline gtk specific getComputedStyle-basic.html result, after r64832.
 
         * platform/gtk/svg/css/getComputedStyle-basic-expected.txt:
diff --git a/LayoutTests/platform/win/fast/css/getComputedStyle/computed-style-expected.txt b/LayoutTests/platform/win/fast/css/getComputedStyle/computed-style-expected.txt
index 3fac71d..9e8de94 100644
--- a/LayoutTests/platform/win/fast/css/getComputedStyle/computed-style-expected.txt
+++ b/LayoutTests/platform/win/fast/css/getComputedStyle/computed-style-expected.txt
@@ -192,17 +192,17 @@ marker-mid: none;
 marker-start: none;
 shape-rendering: auto;
 stroke: none;
-stroke-dasharray: ;
-stroke-dashoffset: ;
+stroke-dasharray: none;
+stroke-dashoffset: 0;
 stroke-linecap: butt;
 stroke-linejoin: miter;
 stroke-miterlimit: 4;
 stroke-opacity: 1;
-stroke-width: ;
+stroke-width: 1;
 alignment-baseline: auto;
 baseline-shift: baseline;
 dominant-baseline: auto;
-kerning: ;
+kerning: 0;
 text-anchor: start;
 writing-mode: lr-tb;
 glyph-orientation-horizontal: 0deg;
diff --git a/LayoutTests/platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt b/LayoutTests/platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt
index de157e3..9c22f17 100644
--- a/LayoutTests/platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt
+++ b/LayoutTests/platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt
@@ -191,17 +191,17 @@ Computed style of an element whose parent's 'display' value is 'none':
     marker-start: none
     shape-rendering: auto
     stroke: none
-    stroke-dasharray: 
-    stroke-dashoffset: 
+    stroke-dasharray: none
+    stroke-dashoffset: 0
     stroke-linecap: butt
     stroke-linejoin: miter
     stroke-miterlimit: 4
     stroke-opacity: 1
-    stroke-width: 
+    stroke-width: 1
     alignment-baseline: auto
     baseline-shift: baseline
     dominant-baseline: auto
-    kerning: 
+    kerning: 0
     text-anchor: start
     writing-mode: lr-tb
     glyph-orientation-horizontal: 0deg

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list