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

cfleizach at apple.com cfleizach at apple.com
Wed Dec 22 14:21:07 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 2bcae2676bbc31c3befd57157f1fd193cc12bcfd
Author: cfleizach at apple.com <cfleizach at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Oct 6 23:41:12 2010 +0000

    Unreviewed. Try to make test pass on GTK and QT.
    
    REGRESSION (r53857): AREA tag with tabindex="-1" displays focus ring after multiple mouse clicks.
    https://bugs.webkit.org/show_bug.cgi?id=45832
    
    * fast/events/mouse-focus-imagemap-expected.txt:
    * fast/events/mouse-focus-imagemap.html:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69254 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 0156393..6768eed 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,13 @@
+2010-10-06  Chris Fleizach  <cfleizach at apple.com>
+
+        Unreviewed. Try to make test pass on GTK and QT.
+
+        REGRESSION (r53857): AREA tag with tabindex="-1" displays focus ring after multiple mouse clicks.
+        https://bugs.webkit.org/show_bug.cgi?id=45832
+
+        * fast/events/mouse-focus-imagemap-expected.txt:
+        * fast/events/mouse-focus-imagemap.html:
+
 2010-10-06  Dirk Pranke  <dpranke at chromium.org>
 
         Reviewed by Kenneth Russell.
diff --git a/LayoutTests/fast/events/mouse-focus-imagemap-expected.txt b/LayoutTests/fast/events/mouse-focus-imagemap-expected.txt
index 07a3e74..301e9f6 100644
--- a/LayoutTests/fast/events/mouse-focus-imagemap-expected.txt
+++ b/LayoutTests/fast/events/mouse-focus-imagemap-expected.txt
@@ -5,7 +5,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
 
 
 PASS document.activeElement.id is 'focusable-area'
-PASS document.activeElement.id is 'focusable-area' || 'body'
+PASS document.activeElement.id == 'focusable-area' || document.activeElement.id == 'body' is true
 PASS successfullyParsed is true
 
 TEST COMPLETE
diff --git a/LayoutTests/fast/events/mouse-focus-imagemap.html b/LayoutTests/fast/events/mouse-focus-imagemap.html
index 55bf240..9f39b1b 100644
--- a/LayoutTests/fast/events/mouse-focus-imagemap.html
+++ b/LayoutTests/fast/events/mouse-focus-imagemap.html
@@ -35,7 +35,7 @@ var successfullyParsed = false;
     eventSender.mouseUp();
 
     // Some platforms (QT) set focus to the body if clicking on a non-focusable area.
-    shouldBe("document.activeElement.id", "'focusable-area' || 'body'");
+    shouldBe("document.activeElement.id == 'focusable-area' || document.activeElement.id == 'body'", "true");
 
     successfullyParsed = true;
 </script>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list