[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

rolandsteiner at chromium.org rolandsteiner at chromium.org
Wed Dec 22 15:25:56 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit b6c8a753ef71b6117f0ca5b8dd81ea6cbecc209d
Author: rolandsteiner at chromium.org <rolandsteiner at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Nov 3 08:55:53 2010 +0000

    2010-11-03  Roland Steiner  <rolandsteiner at chromium.org>
    
            Unreviewed: update Chromium expectations after WebKit r71218
    
            * platform/chromium-mac/fast/css/getComputedStyle/computed-style-expected.txt:
            * platform/chromium-mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
            * platform/chromium-mac/svg/css/getComputedStyle-basic-expected.txt:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@71223 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 43528da..6c5e96c 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,11 @@
+2010-11-03  Roland Steiner  <rolandsteiner at chromium.org>
+
+        Unreviewed: update Chromium expectations after WebKit r71218
+
+        * platform/chromium-mac/fast/css/getComputedStyle/computed-style-expected.txt:
+        * platform/chromium-mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+        * platform/chromium-mac/svg/css/getComputedStyle-basic-expected.txt:
+
 2010-11-03  Philippe Normand  <pnormand at igalia.com>
 
         Unreviewed, unskipping passing media test.
diff --git a/LayoutTests/platform/chromium-mac/fast/css/getComputedStyle/computed-style-expected.txt b/LayoutTests/platform/chromium-mac/fast/css/getComputedStyle/computed-style-expected.txt
index 48cf68e..d609033 100644
--- a/LayoutTests/platform/chromium-mac/fast/css/getComputedStyle/computed-style-expected.txt
+++ b/LayoutTests/platform/chromium-mac/fast/css/getComputedStyle/computed-style-expected.txt
@@ -157,6 +157,7 @@ zoom: 1;
 -webkit-perspective: none;
 -webkit-perspective-origin: 392px 288px;
 -webkit-rtl-ordering: logical;
+-webkit-text-combine: none;
 -webkit-text-decorations-in-effect: none;
 -webkit-text-fill-color: rgb(0, 0, 0);
 -webkit-text-security: none;
diff --git a/LayoutTests/platform/chromium-mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt b/LayoutTests/platform/chromium-mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt
index 73ad698..8ff6bd8 100644
--- a/LayoutTests/platform/chromium-mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt
+++ b/LayoutTests/platform/chromium-mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt
@@ -156,6 +156,7 @@ Computed style of an element whose parent's 'display' value is 'none':
     -webkit-perspective: none
     -webkit-perspective-origin: 50% 50%
     -webkit-rtl-ordering: logical
+    -webkit-text-combine: none
     -webkit-text-decorations-in-effect: none
     -webkit-text-fill-color: rgb(0, 0, 0)
     -webkit-text-security: none
diff --git a/LayoutTests/platform/chromium-mac/svg/css/getComputedStyle-basic-expected.txt b/LayoutTests/platform/chromium-mac/svg/css/getComputedStyle-basic-expected.txt
index eff24f2..b72059f 100644
--- a/LayoutTests/platform/chromium-mac/svg/css/getComputedStyle-basic-expected.txt
+++ b/LayoutTests/platform/chromium-mac/svg/css/getComputedStyle-basic-expected.txt
@@ -312,6 +312,8 @@ rect: style.getPropertyValue(-webkit-perspective-origin) : 0px 0px
 rect: style.getPropertyCSSValue(-webkit-perspective-origin) : [object CSSValueList]
 rect: style.getPropertyValue(-webkit-rtl-ordering) : logical
 rect: style.getPropertyCSSValue(-webkit-rtl-ordering) : [object CSSPrimitiveValue]
+rect: style.getPropertyValue(-webkit-text-combine) : none
+rect: style.getPropertyCSSValue(-webkit-text-combine) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(-webkit-text-decorations-in-effect) : none
 rect: style.getPropertyCSSValue(-webkit-text-decorations-in-effect) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(-webkit-text-fill-color) : rgb(0, 0, 0)
@@ -734,6 +736,8 @@ g: style.getPropertyValue(-webkit-perspective-origin) : 0px 0px
 g: style.getPropertyCSSValue(-webkit-perspective-origin) : [object CSSValueList]
 g: style.getPropertyValue(-webkit-rtl-ordering) : logical
 g: style.getPropertyCSSValue(-webkit-rtl-ordering) : [object CSSPrimitiveValue]
+g: style.getPropertyValue(-webkit-text-combine) : none
+g: style.getPropertyCSSValue(-webkit-text-combine) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(-webkit-text-decorations-in-effect) : none
 g: style.getPropertyCSSValue(-webkit-text-decorations-in-effect) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(-webkit-text-fill-color) : rgb(0, 0, 0)

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list