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


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

    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:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64848 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 38a1082..cd64e8d 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,9 @@
+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:
+
 2010-08-06  Dean Jackson  <dino at apple.com>
 
         Reviewed by Simon Fraser and Steve Block
diff --git a/LayoutTests/platform/gtk/svg/css/getComputedStyle-basic-expected.txt b/LayoutTests/platform/gtk/svg/css/getComputedStyle-basic-expected.txt
index 630712a..7738158 100644
--- a/LayoutTests/platform/gtk/svg/css/getComputedStyle-basic-expected.txt
+++ b/LayoutTests/platform/gtk/svg/css/getComputedStyle-basic-expected.txt
@@ -382,10 +382,10 @@ rect: style.getPropertyValue(shape-rendering) : auto
 rect: style.getPropertyCSSValue(shape-rendering) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(stroke) : #FFA500
 rect: style.getPropertyCSSValue(stroke) : [object SVGPaint]
-rect: style.getPropertyValue(stroke-dasharray) : 
-rect: style.getPropertyCSSValue(stroke-dasharray) : null
-rect: style.getPropertyValue(stroke-dashoffset) : 
-rect: style.getPropertyCSSValue(stroke-dashoffset) : null
+rect: style.getPropertyValue(stroke-dasharray) : none
+rect: style.getPropertyCSSValue(stroke-dasharray) : [object CSSPrimitiveValue]
+rect: style.getPropertyValue(stroke-dashoffset) : 0
+rect: style.getPropertyCSSValue(stroke-dashoffset) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(stroke-linecap) : butt
 rect: style.getPropertyCSSValue(stroke-linecap) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(stroke-linejoin) : miter
@@ -402,8 +402,8 @@ rect: style.getPropertyValue(baseline-shift) : baseline
 rect: style.getPropertyCSSValue(baseline-shift) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(dominant-baseline) : auto
 rect: style.getPropertyCSSValue(dominant-baseline) : [object CSSPrimitiveValue]
-rect: style.getPropertyValue(kerning) : 
-rect: style.getPropertyCSSValue(kerning) : null
+rect: style.getPropertyValue(kerning) : 0
+rect: style.getPropertyCSSValue(kerning) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(text-anchor) : start
 rect: style.getPropertyCSSValue(text-anchor) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(writing-mode) : lr-tb
@@ -800,10 +800,10 @@ g: style.getPropertyValue(shape-rendering) : auto
 g: style.getPropertyCSSValue(shape-rendering) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(stroke) : #FFA500
 g: style.getPropertyCSSValue(stroke) : [object SVGPaint]
-g: style.getPropertyValue(stroke-dasharray) : 
-g: style.getPropertyCSSValue(stroke-dasharray) : null
-g: style.getPropertyValue(stroke-dashoffset) : 
-g: style.getPropertyCSSValue(stroke-dashoffset) : null
+g: style.getPropertyValue(stroke-dasharray) : none
+g: style.getPropertyCSSValue(stroke-dasharray) : [object CSSPrimitiveValue]
+g: style.getPropertyValue(stroke-dashoffset) : 0
+g: style.getPropertyCSSValue(stroke-dashoffset) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(stroke-linecap) : butt
 g: style.getPropertyCSSValue(stroke-linecap) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(stroke-linejoin) : miter
@@ -820,8 +820,8 @@ g: style.getPropertyValue(baseline-shift) : baseline
 g: style.getPropertyCSSValue(baseline-shift) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(dominant-baseline) : auto
 g: style.getPropertyCSSValue(dominant-baseline) : [object CSSPrimitiveValue]
-g: style.getPropertyValue(kerning) : 
-g: style.getPropertyCSSValue(kerning) : null
+g: style.getPropertyValue(kerning) : 0
+g: style.getPropertyCSSValue(kerning) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(text-anchor) : start
 g: style.getPropertyCSSValue(text-anchor) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(writing-mode) : lr-tb

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list