[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

jamesr at google.com jamesr at google.com
Sun Feb 20 22:50:16 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit 158fb0f69ec9dbabce9427348d2465fb29c3d3e6
Author: jamesr at google.com <jamesr at google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jan 12 00:56:38 2011 +0000

    2011-01-11  James Robinson  <jamesr at chromium.org>
    
            Update test to use layoutTestController.waitUntilDone()/notifyDone() since it relies on the scroll event which is now async.
    
            * fast/repaint/resources/fixed-move-after-keyboard-scroll-iframe.html:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75574 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 80fb828..2c006d0 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,9 @@
+2011-01-11  James Robinson  <jamesr at chromium.org>
+
+        Update test to use layoutTestController.waitUntilDone()/notifyDone() since it relies on the scroll event which is now async.
+
+        * fast/repaint/resources/fixed-move-after-keyboard-scroll-iframe.html:
+
 2011-01-11  Mihai Parparita  <mihaip at chromium.org>
 
         Unreviewed; chromium test expectations update.
diff --git a/LayoutTests/fast/repaint/resources/fixed-move-after-keyboard-scroll-iframe.html b/LayoutTests/fast/repaint/resources/fixed-move-after-keyboard-scroll-iframe.html
index 423f516..5e40cb1 100644
--- a/LayoutTests/fast/repaint/resources/fixed-move-after-keyboard-scroll-iframe.html
+++ b/LayoutTests/fast/repaint/resources/fixed-move-after-keyboard-scroll-iframe.html
@@ -16,7 +16,11 @@
       {
           document.getElementById('toMove').style.left = "150px";
           document.getElementById('toMove').style.backgroundColor = "green";
+          if (window.layoutTestController)
+              window.layoutTestController.notifyDone();
       }
+      if (window.layoutTestController)
+          window.layoutTestController.waitUntilDone();
       document.addEventListener("scroll", scrollAndRepaint, false);
   </script>
 </head>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list