Diff
Modified: trunk/LayoutTests/ChangeLog (127962 => 127963)
--- trunk/LayoutTests/ChangeLog 2012-09-08 06:49:57 UTC (rev 127962)
+++ trunk/LayoutTests/ChangeLog 2012-09-08 06:57:32 UTC (rev 127963)
@@ -1,3 +1,26 @@
+2012-09-07 Dominic Mazzoni <[email protected]>
+
+ REGRESSION (r127936): Multiple accessibility tests failing on Lion
+ https://bugs.webkit.org/show_bug.cgi?id=96173
+
+ Unreviewed.
+
+ Rebaselining 5 tests that previously assumed that several elements
+ like 'P' and 'DIV' map to GroupRole so they should expose groupAttrs,
+ including TitleUIElement. Group attributes aren't actually needed for
+ a 'P' or 'DIV' element, so it makes sense to just update the expectations.
+
+ Updating one test (update-children-when-aria-role-changes.html) that
+ incorrectly assumed a node with an aria-lable would be ignored. Used title
+ instead of aria-label.
+
+ * accessibility/transformed-element-expected.txt:
+ * platform/mac/accessibility/image-map2-expected.txt:
+ * platform/mac/accessibility/internal-link-anchors2-expected.txt:
+ * platform/mac/accessibility/table-detection-expected.txt:
+ * platform/mac/accessibility/table-one-cell-expected.txt:
+ * platform/mac/accessibility/update-children-when-aria-role-changes.html:
+
2012-09-07 Sheriff Bot <[email protected]>
Unreviewed, rolling out r127955.
Modified: trunk/LayoutTests/accessibility/transformed-element-expected.txt (127962 => 127963)
--- trunk/LayoutTests/accessibility/transformed-element-expected.txt 2012-09-08 06:49:57 UTC (rev 127962)
+++ trunk/LayoutTests/accessibility/transformed-element-expected.txt 2012-09-08 06:57:32 UTC (rev 127963)
@@ -20,5 +20,4 @@
AXSelected: 0
AXBlockQuoteLevel: 0
AXTopLevelUIElement: <AXGroup>
-AXTitleUIElement: (null)
Modified: trunk/LayoutTests/platform/mac/accessibility/image-map2-expected.txt (127962 => 127963)
--- trunk/LayoutTests/platform/mac/accessibility/image-map2-expected.txt 2012-09-08 06:49:57 UTC (rev 127962)
+++ trunk/LayoutTests/platform/mac/accessibility/image-map2-expected.txt 2012-09-08 06:57:32 UTC (rev 127963)
@@ -21,7 +21,6 @@
AXSelected: 0
AXBlockQuoteLevel: 0
AXTopLevelUIElement: <AXGroup>
-AXTitleUIElement: (null)
------------
AXRole: AXLink
Modified: trunk/LayoutTests/platform/mac/accessibility/internal-link-anchors2-expected.txt (127962 => 127963)
--- trunk/LayoutTests/platform/mac/accessibility/internal-link-anchors2-expected.txt 2012-09-08 06:49:57 UTC (rev 127962)
+++ trunk/LayoutTests/platform/mac/accessibility/internal-link-anchors2-expected.txt 2012-09-08 06:57:32 UTC (rev 127963)
@@ -46,7 +46,6 @@
AXSelected: 0
AXBlockQuoteLevel: 0
AXTopLevelUIElement: <AXGroup>
-AXTitleUIElement: (null)
------------
@@ -72,7 +71,6 @@
AXSelected: 0
AXBlockQuoteLevel: 0
AXTopLevelUIElement: <AXGroup>
-AXTitleUIElement: (null)
------------
Modified: trunk/LayoutTests/platform/mac/accessibility/table-detection-expected.txt (127962 => 127963)
--- trunk/LayoutTests/platform/mac/accessibility/table-detection-expected.txt 2012-09-08 06:49:57 UTC (rev 127962)
+++ trunk/LayoutTests/platform/mac/accessibility/table-detection-expected.txt 2012-09-08 06:57:32 UTC (rev 127963)
@@ -951,7 +951,6 @@
AXSelected: 0
AXBlockQuoteLevel: 0
AXTopLevelUIElement: <AXGroup>
-AXTitleUIElement: (null)
------------
Modified: trunk/LayoutTests/platform/mac/accessibility/table-one-cell-expected.txt (127962 => 127963)
--- trunk/LayoutTests/platform/mac/accessibility/table-one-cell-expected.txt 2012-09-08 06:49:57 UTC (rev 127962)
+++ trunk/LayoutTests/platform/mac/accessibility/table-one-cell-expected.txt 2012-09-08 06:57:32 UTC (rev 127963)
@@ -22,5 +22,4 @@
AXSelected: 0
AXBlockQuoteLevel: 0
AXTopLevelUIElement: <AXGroup>
-AXTitleUIElement: (null)
Modified: trunk/LayoutTests/platform/mac/accessibility/update-children-when-aria-role-changes.html (127962 => 127963)
--- trunk/LayoutTests/platform/mac/accessibility/update-children-when-aria-role-changes.html 2012-09-08 06:49:57 UTC (rev 127962)
+++ trunk/LayoutTests/platform/mac/accessibility/update-children-when-aria-role-changes.html 2012-09-08 06:57:32 UTC (rev 127963)
@@ -11,7 +11,7 @@
<div id="parent" tabindex=0 role="group">
<span tabindex=0 role="button" id="button1">button 1</span>
- <span tabindex=0 id="button2" aria-label="button 2"></span>
+ <span tabindex=0 id="button2" title="button 2"></span>
</div>
<p id="description"></p>