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

darin at chromium.org darin at chromium.org
Thu Apr 8 01:10:22 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit f6119af4651c693ecd60f2d7b59071bd3e1fc936
Author: darin at chromium.org <darin at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Jan 16 01:18:18 2010 +0000

    2010-01-15  Darin Fisher  <darin at chromium.org>
    
            Fix flakey test.
    
            Add a call to clearBackForwardList.
    
            * fast/history/history-length.html:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53352 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 0649bf0..b263738 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,5 +1,13 @@
 2010-01-15  Darin Fisher  <darin at chromium.org>
 
+        Fix flakey test.
+
+        Add a call to clearBackForwardList.
+
+        * fast/history/history-length.html:
+
+2010-01-15  Darin Fisher  <darin at chromium.org>
+
         Reviewed by Dimitri Glazkov.
 
         Disable page cache and add diagnostic output in the failure case.
diff --git a/LayoutTests/fast/history/history-length.html b/LayoutTests/fast/history/history-length.html
index 41b0b2f..4baa7e7 100644
--- a/LayoutTests/fast/history/history-length.html
+++ b/LayoutTests/fast/history/history-length.html
@@ -4,6 +4,7 @@ onload = function() {
     sessionStorage.testStage = 0;
     if (window.layoutTestController) {
       layoutTestController.dumpAsText();
+      layoutTestController.clearBackForwardList();
       layoutTestController.waitUntilDone();
     }
   }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list