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

yuzo at google.com yuzo at google.com
Wed Dec 22 16:34:31 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 807906937239e56e9f76eb04f15d21db34682443
Author: yuzo at google.com <yuzo at google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Nov 26 05:37:09 2010 +0000

    2010-11-25  Yuzo Fujishima  <yuzo at google.com>
    
            Unreviewed attempt to fix test falkiness.
    
            * fast/css/font-face-data-uri.html:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@72751 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 228e5bf..27a67f0 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,9 @@
+2010-11-25  Yuzo Fujishima  <yuzo at google.com>
+
+        Unreviewed attempt to fix test falkiness.
+
+        * fast/css/font-face-data-uri.html:
+
 2010-11-25  Kenichi Ishibashi  <bashi at google.com>
 
         Reviewed by Kent Tamura.
diff --git a/LayoutTests/fast/css/font-face-data-uri.html b/LayoutTests/fast/css/font-face-data-uri.html
index eec9611..b50c1d0 100644
--- a/LayoutTests/fast/css/font-face-data-uri.html
+++ b/LayoutTests/fast/css/font-face-data-uri.html
@@ -45,13 +45,13 @@ var trialCount = 0;
 function warmUpAndTest()
 {
     document.body.offsetTop; // Force layout.
-    if (trialCount > 10 || document.getElementById("ref0").offsetWidth == document.getElementById("test0").offsetWidth) {
+    if (trialCount > 20 || document.getElementById("ref0").offsetWidth == document.getElementById("test0").offsetWidth) {
         // Font has been loaded (or the wait limit has been exceeded). Now run the test.
         testMain();
         return;
     }
     trialCount++;
-    window.setTimeout(warmUpAndTest, 1);
+    window.setTimeout(warmUpAndTest, 10);
 }
 
 if (window.layoutTestController)

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list