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

tonikitoo at webkit.org tonikitoo at webkit.org
Thu Apr 8 02:21:09 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 9e8aa46d1efd34099e6f592e8817e066459d40f7
Author: tonikitoo at webkit.org <tonikitoo at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Mar 12 19:57:39 2010 +0000

    Make the timeout in 'snav-unit-overflow-and-scroll-in-direction.html' 10x shorter (from 500ms to 50ms)
    
    Rubber-stamped by Kenneth Christiansen.
    Patch by Antonio Gomes <tonikitoo at webkit.org>
    
    * fast/events/spatial-navigation/snav-unit-overflow-and-scroll-in-direction.html:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55924 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index c72acac..5ab9419 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,12 @@
+2010-03-11  Antonio Gomes  <tonikitoo at webkit.org>
+
+        Rubber-stamped by Kenneth Christiansen.
+        Patch by Antonio Gomes <tonikitoo at webkit.org>
+
+        Make the timeout in 'snav-unit-overflow-and-scroll-in-direction.html' 10x shorter (from 500ms to 50ms)
+
+        * fast/events/spatial-navigation/snav-unit-overflow-and-scroll-in-direction.html:
+
 2010-03-12  Jian Li  <jianli at chromium.org>
 
         Reviewed by Sam Weinig.
diff --git a/LayoutTests/fast/events/spatial-navigation/snav-unit-overflow-and-scroll-in-direction.html b/LayoutTests/fast/events/spatial-navigation/snav-unit-overflow-and-scroll-in-direction.html
index 4e8641d..39e53b4 100644
--- a/LayoutTests/fast/events/spatial-navigation/snav-unit-overflow-and-scroll-in-direction.html
+++ b/LayoutTests/fast/events/spatial-navigation/snav-unit-overflow-and-scroll-in-direction.html
@@ -52,7 +52,7 @@
       document.getElementById("start").focus();
 
       setTimeout(step1 , 0);
-      setTimeout(step2 , 500);
+      setTimeout(step2 , 50);
     }
 
     function step1()

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list