[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.22-985-g3c00f00
cfleizach at apple.com
cfleizach at apple.com
Wed Mar 17 18:09:25 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit 7bb42a8b1fae2a0ff306796b6b8c1eb347519a0d
Author: cfleizach at apple.com <cfleizach at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Tue Mar 2 17:25:46 2010 +0000
Fixing layout test problems. No review.
AX: changes to WAI-ARIA grid aren't perceived correctly by VoiceOver
https://bugs.webkit.org/show_bug.cgi?id=35514
AXTable tests crash on Leopard/Tiger because tables don't exist. This test needs to be skipped
on those playtforms.
* platform/mac-leopard/Skipped:
* platform/mac-tiger/Skipped:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55410 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 8327b6b..288a6db 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,16 @@
+2010-03-02 Chris Fleizach <cfleizach at apple.com>
+
+ Fixing layout test problems. No review.
+
+ AX: changes to WAI-ARIA grid aren't perceived correctly by VoiceOver
+ https://bugs.webkit.org/show_bug.cgi?id=35514
+
+ AXTable tests crash on Leopard/Tiger because tables don't exist. This test needs to be skipped
+ on those playtforms.
+
+ * platform/mac-leopard/Skipped:
+ * platform/mac-tiger/Skipped:
+
2010-02-28 Holger Hans Peter Freyther <zecke at selfish.org>
Reviewed by Gustavo Noronha.
diff --git a/LayoutTests/platform/mac-leopard/Skipped b/LayoutTests/platform/mac-leopard/Skipped
index 3a4558d..3719956 100644
--- a/LayoutTests/platform/mac-leopard/Skipped
+++ b/LayoutTests/platform/mac-leopard/Skipped
@@ -25,6 +25,7 @@ media/media-fullscreen-not-in-document.html
# Tests of accessibility functionality not supported on Leopard
accessibility/aria-list-and-listitem.html
platform/mac/accessibility/aria-treegrid.html
+platform/mac/accessibility/stale-table-rows.html
# This test requires ogg codecs
media/media-can-play-ogg.html
diff --git a/LayoutTests/platform/mac-tiger/Skipped b/LayoutTests/platform/mac-tiger/Skipped
index 4166ebb..25529dc 100644
--- a/LayoutTests/platform/mac-tiger/Skipped
+++ b/LayoutTests/platform/mac-tiger/Skipped
@@ -34,6 +34,7 @@ platform/mac/editing/selection/word-thai.html
platform/mac/accessibility/table-multi-bodies.html
platform/mac/accessibility/table-updating.html
platform/mac/accessibility/aria-treegrid.html
+platform/mac/accessibility/stale-table-rows.html
# Lists are not supported on Leopard.
platform/mac/accessibility/aria-directory.html
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list