[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc
philn at webkit.org
philn at webkit.org
Wed Dec 22 13:54:50 UTC 2010
The following commit has been merged in the debian/experimental branch:
commit defaeba9f0d583302b3d90e93308c5f830ec06c4
Author: philn at webkit.org <philn at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Wed Sep 29 16:06:46 2010 +0000
2010-09-29 Philippe Normand <pnormand at igalia.com>
Unreviewed, updated baselines of
svg/css/getComputedStyle-basic.xhtml after the css properties
were renamed in r68561.
* platform/gtk/svg/css/getComputedStyle-basic-expected.txt:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@68650 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 1014c67..dd6403e 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,11 @@
+2010-09-29 Philippe Normand <pnormand at igalia.com>
+
+ Unreviewed, updated baselines of
+ svg/css/getComputedStyle-basic.xhtml after the css properties
+ were renamed in r68561.
+
+ * platform/gtk/svg/css/getComputedStyle-basic-expected.txt:
+
2010-09-29 Satish Sampath <satish at chromium.org>
Reviewed by Jeremy Orlow.
diff --git a/LayoutTests/platform/gtk/svg/css/getComputedStyle-basic-expected.txt b/LayoutTests/platform/gtk/svg/css/getComputedStyle-basic-expected.txt
index 3bdbc0f..f716fed 100644
--- a/LayoutTests/platform/gtk/svg/css/getComputedStyle-basic-expected.txt
+++ b/LayoutTests/platform/gtk/svg/css/getComputedStyle-basic-expected.txt
@@ -274,10 +274,10 @@ rect: style.getPropertyValue(-webkit-line-break) : normal
rect: style.getPropertyCSSValue(-webkit-line-break) : [object CSSPrimitiveValue]
rect: style.getPropertyValue(-webkit-line-clamp) : none
rect: style.getPropertyCSSValue(-webkit-line-clamp) : [object CSSPrimitiveValue]
-rect: style.getPropertyValue(-webkit-margin-bottom-collapse) : collapse
-rect: style.getPropertyCSSValue(-webkit-margin-bottom-collapse) : [object CSSPrimitiveValue]
-rect: style.getPropertyValue(-webkit-margin-top-collapse) : collapse
-rect: style.getPropertyCSSValue(-webkit-margin-top-collapse) : [object CSSPrimitiveValue]
+rect: style.getPropertyValue(-webkit-margin-before-collapse) : collapse
+rect: style.getPropertyCSSValue(-webkit-margin-before-collapse) : [object CSSPrimitiveValue]
+rect: style.getPropertyValue(-webkit-margin-after-collapse) : collapse
+rect: style.getPropertyCSSValue(-webkit-margin-after-collapse) : [object CSSPrimitiveValue]
rect: style.getPropertyValue(-webkit-marquee-direction) : auto
rect: style.getPropertyCSSValue(-webkit-marquee-direction) : [object CSSPrimitiveValue]
rect: style.getPropertyValue(-webkit-marquee-increment) : 6px
@@ -694,10 +694,10 @@ g: style.getPropertyValue(-webkit-line-break) : normal
g: style.getPropertyCSSValue(-webkit-line-break) : [object CSSPrimitiveValue]
g: style.getPropertyValue(-webkit-line-clamp) : none
g: style.getPropertyCSSValue(-webkit-line-clamp) : [object CSSPrimitiveValue]
-g: style.getPropertyValue(-webkit-margin-bottom-collapse) : collapse
-g: style.getPropertyCSSValue(-webkit-margin-bottom-collapse) : [object CSSPrimitiveValue]
-g: style.getPropertyValue(-webkit-margin-top-collapse) : collapse
-g: style.getPropertyCSSValue(-webkit-margin-top-collapse) : [object CSSPrimitiveValue]
+g: style.getPropertyValue(-webkit-margin-before-collapse) : collapse
+g: style.getPropertyCSSValue(-webkit-margin-before-collapse) : [object CSSPrimitiveValue]
+g: style.getPropertyValue(-webkit-margin-after-collapse) : collapse
+g: style.getPropertyCSSValue(-webkit-margin-after-collapse) : [object CSSPrimitiveValue]
g: style.getPropertyValue(-webkit-marquee-direction) : auto
g: style.getPropertyCSSValue(-webkit-marquee-direction) : [object CSSPrimitiveValue]
g: style.getPropertyValue(-webkit-marquee-increment) : 6px
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list