[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.22-985-g3c00f00

bweinstein at apple.com bweinstein at apple.com
Wed Mar 17 18:22:37 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit eab8b271d09690a9ff7e29cd926812dd13ea4376
Author: bweinstein at apple.com <bweinstein at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Mar 5 18:33:33 2010 +0000

    Update getComputedStyle results on Windows.
    
    * platform/win/fast/css/getComputedStyle/computed-style-expected.txt:
    * platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55591 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index f246bcd..0398f89 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,10 @@
+2010-03-05  Brian Weinstein  <bweinstein at apple.com>
+
+        Update getComputedStyle results on Windows.
+
+        * platform/win/fast/css/getComputedStyle/computed-style-expected.txt:
+        * platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+
 2010-03-05  Eric Carlson  <eric.carlson at apple.com>
 
         Unreviewed, build fix.
diff --git a/LayoutTests/platform/win/fast/css/getComputedStyle/computed-style-expected.txt b/LayoutTests/platform/win/fast/css/getComputedStyle/computed-style-expected.txt
index 5ab7618..ca2e2aa 100644
--- a/LayoutTests/platform/win/fast/css/getComputedStyle/computed-style-expected.txt
+++ b/LayoutTests/platform/win/fast/css/getComputedStyle/computed-style-expected.txt
@@ -96,6 +96,7 @@ zoom: 1;
 -webkit-animation-delay: 0s;
 -webkit-animation-direction: normal;
 -webkit-animation-duration: 0s;
+-webkit-animation-fill-mode: none;
 -webkit-animation-iteration-count: 1;
 -webkit-animation-name: none;
 -webkit-animation-play-state: running;
diff --git a/LayoutTests/platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt b/LayoutTests/platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt
index 18051fa..a8a3d6d 100644
--- a/LayoutTests/platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt
+++ b/LayoutTests/platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt
@@ -95,6 +95,7 @@ Computed style of an element whose parent's 'display' value is 'none':
     -webkit-animation-delay: 0s
     -webkit-animation-direction: normal
     -webkit-animation-duration: 0s
+    -webkit-animation-fill-mode: none
     -webkit-animation-iteration-count: 1
     -webkit-animation-name: none
     -webkit-animation-play-state: running

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list