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

mihaip at chromium.org mihaip at chromium.org
Wed Dec 22 13:54:06 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit b5ae3868075ee4512a010ad7c6732566de589db5
Author: mihaip at chromium.org <mihaip at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Sep 29 01:37:41 2010 +0000

    2010-09-28  Mihai Parparita  <mihaip at chromium.org>
    
            Reviewed by Simon Fraser.
    
            [Chromium] animations/opacity-transform-animation.html fails on Chromium
            https://bugs.webkit.org/show_bug.cgi?id=46557
    
            Make transition from .7 opacity to 1.0 (instead of .8 to .9). The
            mid-point (where the pixel dump is done) is the same, but the overall
            change is more obvious, so failures are more noticeable.
    
            Update Chromium baselines (it has a slightly different intermediate
            color; (38, 109, 0) vs. (32, 110, 0) for the Mac port, albeit one which
            agrees with the expected interpolated value better).
    
            * animations/opacity-transform-animation.html:
            * platform/chromium/animations/opacity-transform-animation-expected.checksum: Added.
            * platform/chromium/animations/opacity-transform-animation-expected.png: Added.
            * platform/chromium/test_expectations.txt:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@68619 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 6d34b3a..a809886 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,23 @@
+2010-09-28  Mihai Parparita  <mihaip at chromium.org>
+
+        Reviewed by Simon Fraser.
+
+        [Chromium] animations/opacity-transform-animation.html fails on Chromium
+        https://bugs.webkit.org/show_bug.cgi?id=46557
+        
+        Make transition from .7 opacity to 1.0 (instead of .8 to .9). The
+        mid-point (where the pixel dump is done) is the same, but the overall
+        change is more obvious, so failures are more noticeable.
+        
+        Update Chromium baselines (it has a slightly different intermediate
+        color; (38, 109, 0) vs. (32, 110, 0) for the Mac port, albeit one which
+        agrees with the expected interpolated value better).
+
+        * animations/opacity-transform-animation.html:
+        * platform/chromium/animations/opacity-transform-animation-expected.checksum: Added.
+        * platform/chromium/animations/opacity-transform-animation-expected.png: Added.
+        * platform/chromium/test_expectations.txt:
+
 2010-09-28  Stephen White  <senorblanco at chromium.org>
 
         Unreviewed; update test expectations.
diff --git a/LayoutTests/animations/opacity-transform-animation.html b/LayoutTests/animations/opacity-transform-animation.html
index 432b088..81e70fc 100644
--- a/LayoutTests/animations/opacity-transform-animation.html
+++ b/LayoutTests/animations/opacity-transform-animation.html
@@ -18,11 +18,11 @@
     @-webkit-keyframes move {
         from {
             -webkit-transform: translateX(0) scale(1);
-            opacity: 0.8;
+            opacity: 0.7;
         }
         to {
             -webkit-transform: translateX(400px) scale(1);
-            opacity: 0.9;
+            opacity: 1.0;
         }
     }
     
diff --git a/LayoutTests/platform/chromium/animations/opacity-transform-animation-expected.checksum b/LayoutTests/platform/chromium/animations/opacity-transform-animation-expected.checksum
new file mode 100644
index 0000000..890e725
--- /dev/null
+++ b/LayoutTests/platform/chromium/animations/opacity-transform-animation-expected.checksum
@@ -0,0 +1 @@
+2fd0b0c5885dba8ccb0fee50c20e5cde
\ No newline at end of file
diff --git a/LayoutTests/platform/chromium/animations/opacity-transform-animation-expected.png b/LayoutTests/platform/chromium/animations/opacity-transform-animation-expected.png
new file mode 100644
index 0000000..dd73de9
Binary files /dev/null and b/LayoutTests/platform/chromium/animations/opacity-transform-animation-expected.png differ
diff --git a/LayoutTests/platform/chromium/test_expectations.txt b/LayoutTests/platform/chromium/test_expectations.txt
index 535b4a2..18502e3 100644
--- a/LayoutTests/platform/chromium/test_expectations.txt
+++ b/LayoutTests/platform/chromium/test_expectations.txt
@@ -3124,8 +3124,6 @@ BUG_AUTO WIN DEBUG : canvas/philip/tests/2d.text.draw.align.center.html = PASS T
 // Seems to have been crashing intermittently for as long as we have test history.
 BUG_SENORBLANCO WIN LINUX : svg/clip-path/clip-path-text-and-stroke.svg = CRASH PASS
 
-BUGWK46557 : animations/opacity-transform-animation.html = IMAGE
-
 // nodesFromRect() removed from Document.idl and test skipped on other platforms at r68345.
 BUGWK46596 : fast/dom/nodesFromRect-basic.html = TIMEOUT
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list