[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

bweinstein at apple.com bweinstein at apple.com
Wed Apr 7 23:30:07 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 1e54e954eb930fe8369bb703156b85896389c82a
Author: bweinstein at apple.com <bweinstein at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Nov 11 01:24:42 2009 +0000

    Update getComputedStyle results for Windows to add -webkit-color-correction.
    
    * 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@50782 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 242726f..ff528a3 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,10 @@
+2009-11-10  Brian Weinstein  <bweinstein at apple.com>
+
+        Update getComputedStyle results for Windows to add -webkit-color-correction.
+
+        * platform/win/fast/css/getComputedStyle/computed-style-expected.txt:
+        * platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+
 2009-11-10  Brady Eidson  <beidson at apple.com>
 
         Reviewed by NOBODY (Fix my own layout-test snafu)
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 0b15175..681cbf4 100644
--- a/LayoutTests/platform/win/fast/css/getComputedStyle/computed-style-expected.txt
+++ b/LayoutTests/platform/win/fast/css/getComputedStyle/computed-style-expected.txt
@@ -121,6 +121,7 @@ zoom: 1;
 -webkit-box-reflect: none;
 -webkit-box-shadow: none;
 -webkit-box-sizing: content-box;
+-webkit-color-correction: default;
 -webkit-column-break-after: auto;
 -webkit-column-break-before: auto;
 -webkit-column-break-inside: auto;
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 98b0ea7..36f2f4c 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
@@ -120,6 +120,7 @@ Computed style of an element whose parent's 'display' value is 'none':
     -webkit-box-reflect: none
     -webkit-box-shadow: none
     -webkit-box-sizing: content-box
+    -webkit-color-correction: default
     -webkit-column-break-after: auto
     -webkit-column-break-before: auto
     -webkit-column-break-inside: auto

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list