[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.15.1-1414-gc69ee75

darin at apple.com darin at apple.com
Thu Oct 29 20:44:46 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit 9405738b1c6c47097af1e367677ed0173a4563ea
Author: darin at apple.com <darin at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Oct 14 23:11:43 2009 +0000

    Fix failures seen on buildbot after landing the fix for
    https://bugs.webkit.org/show_bug.cgi?id=18994
    
    Patch by Darin Adler <darin at apple.com> on 2009-10-14
    Reviewed by Mark Rowe.
    
    Somehow I had the mac/fast/css/opacity-float-expected.txt
    removed locally, and Subversion didn't check that in!
    
    * platform/mac/fast/css/opacity-float-expected.txt: Removed.
    * platform/win/fast/css/opacity-float-expected.txt: Removed.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49596 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 697e8f3..c275440 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,16 @@
+2009-10-14  Darin Adler  <darin at apple.com>
+
+        Reviewed by Mark Rowe.
+
+        Fix failures seen on buildbot after landing the fix for
+        https://bugs.webkit.org/show_bug.cgi?id=18994
+
+        Somehow I had the mac/fast/css/opacity-float-expected.txt
+        removed locally, and Subversion didn't check that in!
+
+        * platform/mac/fast/css/opacity-float-expected.txt: Removed.
+        * platform/win/fast/css/opacity-float-expected.txt: Removed.
+
 2009-10-14  Anders Carlsson  <andersca at apple.com>
 
         Reviewed by Sam Weinig.
diff --git a/LayoutTests/platform/mac/fast/css/opacity-float-expected.txt b/LayoutTests/platform/mac/fast/css/opacity-float-expected.txt
deleted file mode 100644
index b81983d..0000000
--- a/LayoutTests/platform/mac/fast/css/opacity-float-expected.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-This test verifies that reading a floating-point opacity from CSS attributes gets back a properly-formatted float. Improperly handling locales that cause decimals to be written as commas might break it.
-
-FAIL: 0,9
diff --git a/LayoutTests/platform/win/fast/css/opacity-float-expected.txt b/LayoutTests/platform/win/fast/css/opacity-float-expected.txt
deleted file mode 100644
index f65ad1f..0000000
--- a/LayoutTests/platform/win/fast/css/opacity-float-expected.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-This test verifies that reading a floating-point opacity from CSS attributes gets back a properly-formatted float. Improperly handling locales that cause decimals to be written as commas might break it.
-
-PASS

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list