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

ossy at webkit.org ossy at webkit.org
Wed Dec 22 12:54:18 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 0b2bbd046de2fca9681ca107e5164a3e9d63b517
Author: ossy at webkit.org <ossy at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Sep 1 10:37:35 2010 +0000

    Unreviewed, updating expected results for r66581.
    
    * platform/mac/fast/css/getComputedStyle/computed-style-expected.txt:
    * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66591 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index cbad964..929a968 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,10 @@
+2010-09-01  Csaba Osztrogonác  <ossy at webkit.org>
+
+        Unreviewed, updating expected results for r66581.
+
+        * platform/mac/fast/css/getComputedStyle/computed-style-expected.txt:
+        * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+
 2010-09-01  Andreas Kling  <andreas.kling at nokia.com>
 
         Reviewed by Darin Adler.
diff --git a/LayoutTests/platform/mac/fast/css/getComputedStyle/computed-style-expected.txt b/LayoutTests/platform/mac/fast/css/getComputedStyle/computed-style-expected.txt
index 05a5b97..ff242ef 100644
--- a/LayoutTests/platform/mac/fast/css/getComputedStyle/computed-style-expected.txt
+++ b/LayoutTests/platform/mac/fast/css/getComputedStyle/computed-style-expected.txt
@@ -74,7 +74,7 @@ position: static;
 resize: none;
 right: auto;
 table-layout: auto;
-text-align: auto;
+text-align: -webkit-auto;
 text-decoration: none;
 text-indent: 0px;
 text-rendering: auto;
diff --git a/LayoutTests/platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt b/LayoutTests/platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt
index 081af6b..21baf09 100644
--- a/LayoutTests/platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt
+++ b/LayoutTests/platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt
@@ -73,7 +73,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-rendering: auto

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list