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

justin.garcia at apple.com justin.garcia at apple.com
Wed Dec 22 12:54:08 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 8e082aac2e9a697bf9dec0ffe463c7a6c2c729d4
Author: justin.garcia at apple.com <justin.garcia at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Sep 1 07:43:04 2010 +0000

    Unreviewed, updating expected results for recent check-in.
    
    * editing/execCommand/5770834-1-expected.txt:
    * fast/css/getComputedStyle/computed-style-expected.txt:
    * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
    * svg/css/getComputedStyle-basic-expected.txt:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66585 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index eae9115..22cec27 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,12 @@
+2010-09-01  Justin Garcia  <justin.garcia at apple.com>
+
+        Unreviewed, updating expected results for recent check-in.
+
+        * editing/execCommand/5770834-1-expected.txt:
+        * fast/css/getComputedStyle/computed-style-expected.txt:
+        * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+        * svg/css/getComputedStyle-basic-expected.txt:
+
 2010-08-31  Kent Tamura  <tkent at chromium.org>
 
         Unreviewed, test expectation update.
diff --git a/LayoutTests/editing/execCommand/5770834-1-expected.txt b/LayoutTests/editing/execCommand/5770834-1-expected.txt
index 5fe97fd..c1172fd 100644
--- a/LayoutTests/editing/execCommand/5770834-1-expected.txt
+++ b/LayoutTests/editing/execCommand/5770834-1-expected.txt
@@ -2,6 +2,6 @@ This tests for a crash when removing format from two paragraphs that are inside
 
 
 <div style="text-align: right;">
-<div style="text-align: auto;">foo<br><div style="text-align: auto;">bar</div></div>
+<div style="text-align: -webkit-auto;">foo<br>bar</div>
 </div>
 
diff --git a/LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt b/LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt
index 0196de3..392391c 100644
--- a/LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt
+++ b/LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt
@@ -66,7 +66,7 @@ position: static;
 resize: none;
 right: auto;
 table-layout: auto;
-text-align: auto;
+text-align: -webkit-auto;
 text-decoration: none;
 text-indent: 0px;
 text-shadow: none;
diff --git a/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt b/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt
index d4cea3b..e6487fb 100644
--- a/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt
+++ b/LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt
@@ -65,7 +65,7 @@ Computed style of an element whose parent's 'display' value is 'none':
     resize: none
     right: auto
     table-layout: auto
-    text-align: auto
+    text-align: -webkit-auto
     text-decoration: none
     text-indent: 0px
     text-shadow: none
diff --git a/LayoutTests/svg/css/getComputedStyle-basic-expected.txt b/LayoutTests/svg/css/getComputedStyle-basic-expected.txt
index a7e9bc2..9de0e2a 100644
--- a/LayoutTests/svg/css/getComputedStyle-basic-expected.txt
+++ b/LayoutTests/svg/css/getComputedStyle-basic-expected.txt
@@ -146,7 +146,7 @@ rect: style.getPropertyValue(right) : auto
 rect: style.getPropertyCSSValue(right) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(table-layout) : auto
 rect: style.getPropertyCSSValue(table-layout) : [object CSSPrimitiveValue]
-rect: style.getPropertyValue(text-align) : auto
+rect: style.getPropertyValue(text-align) : -webkit-auto
 rect: style.getPropertyCSSValue(text-align) : [object CSSPrimitiveValue]
 rect: style.getPropertyValue(text-decoration) : none
 rect: style.getPropertyCSSValue(text-decoration) : [object CSSPrimitiveValue]
@@ -566,7 +566,7 @@ g: style.getPropertyValue(right) : auto
 g: style.getPropertyCSSValue(right) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(table-layout) : auto
 g: style.getPropertyCSSValue(table-layout) : [object CSSPrimitiveValue]
-g: style.getPropertyValue(text-align) : auto
+g: style.getPropertyValue(text-align) : -webkit-auto
 g: style.getPropertyCSSValue(text-align) : [object CSSPrimitiveValue]
 g: style.getPropertyValue(text-decoration) : none
 g: style.getPropertyCSSValue(text-decoration) : [object CSSPrimitiveValue]

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list