[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.22-985-g3c00f00
tonikitoo at webkit.org
tonikitoo at webkit.org
Wed Mar 17 18:37:07 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit c50b04b7756b54d2b6c2ad1d75cb7a3d87cc0980
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