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

cfleizach at apple.com cfleizach at apple.com
Wed Apr 7 23:42:29 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 80de90a04309b1026c2dec85d340cda52bd54f0a
Author: cfleizach at apple.com <cfleizach at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Nov 16 06:19:03 2009 +0000

    Fixing broken layout test.
    
    Need to implement ARIA role="directory"
    https://bugs.webkit.org/show_bug.cgi?id=31516
    
    Lists are not supported on Leopard or Tiger, so the test for this
    bug needs to be skipped.
    
    * platform/mac-leopard/Skipped:
    * platform/mac-tiger/Skipped:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51011 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index c16cb03..95fca3a 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,16 @@
+2009-11-15  Chris Fleizach  <cfleizach at apple.com>
+
+        Fixing broken layout test.
+
+        Need to implement ARIA role="directory"
+        https://bugs.webkit.org/show_bug.cgi?id=31516
+
+        Lists are not supported on Leopard or Tiger, so the test for this
+        bug needs to be skipped.
+
+        * platform/mac-leopard/Skipped:
+        * platform/mac-tiger/Skipped:
+
 2009-11-14  Chris Fleizach  <cfleizach at apple.com>
 
         Reviewed by Darin Adler.
diff --git a/LayoutTests/platform/mac-leopard/Skipped b/LayoutTests/platform/mac-leopard/Skipped
index f1c1451..05bf9d3 100644
--- a/LayoutTests/platform/mac-leopard/Skipped
+++ b/LayoutTests/platform/mac-leopard/Skipped
@@ -10,6 +10,8 @@ svg/custom/stroke-width-click.svg
 
 # Tests of table accessibility functionality not supported on Leopard
 platform/mac/accessibility/table-multi-bodies.html
+# Lists are not supported on Leopard.
+platform/mac/accessibility/aria-directory.html
 
 # Tests of font features not supported by ATSUI
 platform/mac/fast/text/myanmar-shaping.html
diff --git a/LayoutTests/platform/mac-tiger/Skipped b/LayoutTests/platform/mac-tiger/Skipped
index 5c32a18..880a4ab 100644
--- a/LayoutTests/platform/mac-tiger/Skipped
+++ b/LayoutTests/platform/mac-tiger/Skipped
@@ -33,6 +33,8 @@ platform/mac/editing/selection/word-thai.html
 # Tests of table accessibility functionality not supported on Tiger
 platform/mac/accessibility/table-multi-bodies.html
 platform/mac/accessibility/table-updating.html
+# Lists are not supported on Leopard.
+platform/mac/accessibility/aria-directory.html
 
 # Tests of font features not supported by ATSUI
 platform/mac/fast/text/myanmar-shaping.html

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list