[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.19-706-ge5415e9

cfleizach at apple.com cfleizach at apple.com
Thu Feb 4 21:28:12 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit 417025e1d4aa5a33878edb91327db90b2db0082b
Author: cfleizach at apple.com <cfleizach at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Jan 26 18:51:30 2010 +0000

    Unreviewed.
    
    Attempt to make this test pass on GTK.
    
    Add ability for image maps to be focused via tabbing
    https://bugs.webkit.org/show_bug.cgi?id=17513
    
    * fast/events/tab-imagemap.html:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53858 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 9e10ff7..5c90474 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,5 +1,16 @@
 2010-01-26  Chris Fleizach  <cfleizach at apple.com>
 
+        Unreviewed.
+
+        Attempt to make this test pass on GTK.
+
+        Add ability for image maps to be focused via tabbing
+        https://bugs.webkit.org/show_bug.cgi?id=17513
+
+        * fast/events/tab-imagemap.html:
+
+2010-01-26  Chris Fleizach  <cfleizach at apple.com>
+
         Reviewed by Darin Adler.
 
         Add ability for image maps to be focused via tabbing
diff --git a/LayoutTests/fast/events/tab-imagemap.html b/LayoutTests/fast/events/tab-imagemap.html
index a19bbda..990fb73 100644
--- a/LayoutTests/fast/events/tab-imagemap.html
+++ b/LayoutTests/fast/events/tab-imagemap.html
@@ -6,7 +6,7 @@
 var successfullyParsed = false;
 </script>
 <script src="../js/resources/js-test-pre.js"></script>
-<body id="body">
+<body id="body" tabindex=-1>
 
 <map name="mymap">
 <area id="area1" shape="circle" coords="70,84,51" href="1">

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list