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

abarth at webkit.org abarth at webkit.org
Wed Dec 22 13:02:30 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 5c97c7f4c9db306664d61eba68cc9a44c3332d65
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Sep 6 07:24:07 2010 +0000

    2010-09-06  Adam Barth  <abarth at webkit.org>
    
            Update expected results to match change in test.  Qt's behavior is
            unchanged.  It's just the redundant expectations in the test that are
            changing.
    
            * platform/qt/fast/events/continuous-platform-wheelevent-in-scrolling-div-expected.txt:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66814 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 85576f2..d915c9e 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,11 @@
+2010-09-06  Adam Barth  <abarth at webkit.org>
+
+        Update expected results to match change in test.  Qt's behavior is
+        unchanged.  It's just the redundant expectations in the test that are
+        changing.
+
+        * platform/qt/fast/events/continuous-platform-wheelevent-in-scrolling-div-expected.txt:
+
 2010-08-31  Yury Semikhatsky  <yurys at chromium.org>
 
         Reviewed by Joseph Pecoraro.
diff --git a/LayoutTests/platform/qt/fast/events/continuous-platform-wheelevent-in-scrolling-div-expected.txt b/LayoutTests/platform/qt/fast/events/continuous-platform-wheelevent-in-scrolling-div-expected.txt
index d9406ec..b3ad9db 100644
--- a/LayoutTests/platform/qt/fast/events/continuous-platform-wheelevent-in-scrolling-div-expected.txt
+++ b/LayoutTests/platform/qt/fast/events/continuous-platform-wheelevent-in-scrolling-div-expected.txt
@@ -1,9 +1,9 @@
-FAIL event.wheelDeltaY should be -24000. Was 0.
-PASS event.wheelDeltaX is window.expectedScrollLeft*-120
-PASS event.wheelDelta is window.expectedScrollLeft*-120
-PASS event.wheelDeltaY is window.expectedScrollTop*-120
-FAIL event.wheelDeltaX should be -12000. Was 0.
-PASS event.wheelDelta is window.expectedScrollTop*-120
+FAIL event.wheelDeltaY should be -600. Was 0.
+FAIL event.wheelDeltaX should be -300. Was -12000.
+FAIL event.wheelDelta should be -300. Was -12000.
+FAIL event.wheelDeltaY should be -600. Was -24000.
+FAIL event.wheelDeltaX should be -300. Was 0.
+FAIL event.wheelDelta should be -600. Was -24000.
 PASS div.scrollTop is window.expectedScrollTop
 PASS div.scrollLeft is window.expectedScrollLeft
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list