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

bweinstein at apple.com bweinstein at apple.com
Wed Dec 22 13:13:06 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit e442fdddee99edbe3179b845b911d2f83584b7c0
Author: bweinstein at apple.com <bweinstein at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Sep 8 23:52:50 2010 +0000

    Updated expected results for computed-style and prototype-inheritance tests on Windows.
    
    Rubber-stamped by Steve Falkenburg.
    
    * platform/win/fast/css/getComputedStyle/computed-style-expected.txt:
    * platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
    * platform/win/fast/dom/prototype-inheritance-2-expected.txt:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67038 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 7427e8e..fa74363 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,13 @@
+2010-09-08  Brian Weinstein  <bweinstein at apple.com>
+
+        Rubber-stamped by Steve Falkenburg.
+
+        Updated expected results for computed-style and prototype-inheritance tests on Windows.
+
+        * platform/win/fast/css/getComputedStyle/computed-style-expected.txt:
+        * platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
+        * platform/win/fast/dom/prototype-inheritance-2-expected.txt:
+
 2010-09-08  Mihai Parparita  <mihaip at chromium.org>
 
         Reviewed by Dimitri Glazkov.
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 9e8de94..18ef946 100644
--- a/LayoutTests/platform/win/fast/css/getComputedStyle/computed-style-expected.txt
+++ b/LayoutTests/platform/win/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/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt b/LayoutTests/platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt
index 9c22f17..9593721 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
@@ -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
diff --git a/LayoutTests/platform/win/fast/dom/prototype-inheritance-2-expected.txt b/LayoutTests/platform/win/fast/dom/prototype-inheritance-2-expected.txt
index 2687d4c..31a7487 100644
--- a/LayoutTests/platform/win/fast/dom/prototype-inheritance-2-expected.txt
+++ b/LayoutTests/platform/win/fast/dom/prototype-inheritance-2-expected.txt
@@ -212,7 +212,6 @@ PASS WebKitCSSKeyframesRule from inner.document.getElementById("dummyStyle").she
 PASS WebKitCSSKeyframesRuleConstructor from inner.document.getElementById("dummyStyle").sheet.cssRules.6.constructor
 PASS WebKitCSSKeyframesRulePrototype from inner.document.getElementById("dummyStyle").sheet.cssRules.6.__proto__
 Never found Audio
-Never found BlobBuilder
 Never found Blob
 Never found CDATASection
 Never found CSSRule

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list