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


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

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

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 6c5e96c..aa3c8a3 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,5 +1,13 @@
 2010-11-03  Roland Steiner  <rolandsteiner at chromium.org>
 
+        Unreviewed: additionally update Windows Chromium expectations after WebKit r71218
+
+        * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt:
+        * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+        * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:
+
+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:
diff --git a/LayoutTests/platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt b/LayoutTests/platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt
index 1edf93c..bee526e 100644
--- a/LayoutTests/platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt
+++ b/LayoutTests/platform/chromium-win/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-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt b/LayoutTests/platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt
index d29119f..870133a 100644
--- a/LayoutTests/platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt
+++ b/LayoutTests/platform/chromium-win/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-win/svg/css/getComputedStyle-basic-expected.txt b/LayoutTests/platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt
index d558dcb..c25f912 100644
--- a/LayoutTests/platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt
+++ b/LayoutTests/platform/chromium-win/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