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

ojan at chromium.org ojan at chromium.org
Wed Dec 22 11:39:19 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 2301aa3d6ce95a5121ba07b6d9b62c00271348d3
Author: ojan at chromium.org <ojan at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Aug 2 22:31:14 2010 +0000

    2010-08-02  Ojan Vafai  <ojan at chromium.org>
    
            Fix failing test on QT/GTK bots.
    
            r64488 removed the SelectAll on focus behavior. Put in a SelectAll call to match the
            old test behavior.
    
            * editing/pasteboard/crash-accessing-clipboardData-types.html:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64499 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index d8fde33..9fc5a12 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,5 +1,14 @@
 2010-08-02  Ojan Vafai  <ojan at chromium.org>
 
+        Fix failing test on QT/GTK bots.
+
+        r64488 removed the SelectAll on focus behavior. Put in a SelectAll call to match the
+        old test behavior.
+
+        * editing/pasteboard/crash-accessing-clipboardData-types.html:
+
+2010-08-02  Ojan Vafai  <ojan at chromium.org>
+
         platform specific expectations after r64488
         https://bugs.webkit.org/show_bug.cgi?id=43384
 
diff --git a/LayoutTests/editing/pasteboard/crash-accessing-clipboardData-types.html b/LayoutTests/editing/pasteboard/crash-accessing-clipboardData-types.html
index 9110ddc..60d0358 100644
--- a/LayoutTests/editing/pasteboard/crash-accessing-clipboardData-types.html
+++ b/LayoutTests/editing/pasteboard/crash-accessing-clipboardData-types.html
@@ -12,6 +12,7 @@ if (window.layoutTestController)
 document.body.addEventListener("paste", function(e){ e.clipboardData.types }, true);
 
 document.getElementById("d").focus();
+document.execCommand("SelectAll");
 document.execCommand("Cut");
 document.execCommand("Paste");
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list