Title: [127992] trunk/LayoutTests
- Revision
- 127992
- Author
- dmazz...@google.com
- Date
- 2012-09-09 13:52:03 -0700 (Sun, 09 Sep 2012)
Log Message
Unreviewed, rolling out r127963.
http://trac.webkit.org/changeset/127963
https://bugs.webkit.org/show_bug.cgi?id=96173
Inappropriately modified test, and not just expectations,
without review. Will land changes to expectations only, and then
upload a patch to modify the test for review.
* 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:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (127991 => 127992)
--- trunk/LayoutTests/ChangeLog 2012-09-09 20:48:23 UTC (rev 127991)
+++ trunk/LayoutTests/ChangeLog 2012-09-09 20:52:03 UTC (rev 127992)
@@ -1,3 +1,20 @@
+2012-09-09 Dominic Mazzoni <dmazz...@google.com>
+
+ Unreviewed, rolling out r127963.
+ http://trac.webkit.org/changeset/127963
+ https://bugs.webkit.org/show_bug.cgi?id=96173
+
+ Inappropriately modified test, and not just expectations,
+ without review. Will land changes to expectations only, and then
+ upload a patch to modify the test for review.
+
+ * 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-09 Christophe Dumez <christophe.du...@intel.com>
[EFL][WK2] Mark sputnik/Conformance/07_Lexical_Conventions/7.4_Comments/S7.4_A5.html as flaky
Modified: trunk/LayoutTests/accessibility/transformed-element-expected.txt (127991 => 127992)
--- trunk/LayoutTests/accessibility/transformed-element-expected.txt 2012-09-09 20:48:23 UTC (rev 127991)
+++ trunk/LayoutTests/accessibility/transformed-element-expected.txt 2012-09-09 20:52:03 UTC (rev 127992)
@@ -20,4 +20,5 @@
AXSelected: 0
AXBlockQuoteLevel: 0
AXTopLevelUIElement: <AXGroup>
+AXTitleUIElement: (null)
Modified: trunk/LayoutTests/platform/mac/accessibility/image-map2-expected.txt (127991 => 127992)
--- trunk/LayoutTests/platform/mac/accessibility/image-map2-expected.txt 2012-09-09 20:48:23 UTC (rev 127991)
+++ trunk/LayoutTests/platform/mac/accessibility/image-map2-expected.txt 2012-09-09 20:52:03 UTC (rev 127992)
@@ -21,6 +21,7 @@
AXSelected: 0
AXBlockQuoteLevel: 0
AXTopLevelUIElement: <AXGroup>
+AXTitleUIElement: (null)
------------
AXRole: AXLink
Modified: trunk/LayoutTests/platform/mac/accessibility/internal-link-anchors2-expected.txt (127991 => 127992)
--- trunk/LayoutTests/platform/mac/accessibility/internal-link-anchors2-expected.txt 2012-09-09 20:48:23 UTC (rev 127991)
+++ trunk/LayoutTests/platform/mac/accessibility/internal-link-anchors2-expected.txt 2012-09-09 20:52:03 UTC (rev 127992)
@@ -46,6 +46,7 @@
AXSelected: 0
AXBlockQuoteLevel: 0
AXTopLevelUIElement: <AXGroup>
+AXTitleUIElement: (null)
------------
@@ -71,6 +72,7 @@
AXSelected: 0
AXBlockQuoteLevel: 0
AXTopLevelUIElement: <AXGroup>
+AXTitleUIElement: (null)
------------
Modified: trunk/LayoutTests/platform/mac/accessibility/table-detection-expected.txt (127991 => 127992)
--- trunk/LayoutTests/platform/mac/accessibility/table-detection-expected.txt 2012-09-09 20:48:23 UTC (rev 127991)
+++ trunk/LayoutTests/platform/mac/accessibility/table-detection-expected.txt 2012-09-09 20:52:03 UTC (rev 127992)
@@ -951,6 +951,7 @@
AXSelected: 0
AXBlockQuoteLevel: 0
AXTopLevelUIElement: <AXGroup>
+AXTitleUIElement: (null)
------------
Modified: trunk/LayoutTests/platform/mac/accessibility/table-one-cell-expected.txt (127991 => 127992)
--- trunk/LayoutTests/platform/mac/accessibility/table-one-cell-expected.txt 2012-09-09 20:48:23 UTC (rev 127991)
+++ trunk/LayoutTests/platform/mac/accessibility/table-one-cell-expected.txt 2012-09-09 20:52:03 UTC (rev 127992)
@@ -22,4 +22,5 @@
AXSelected: 0
AXBlockQuoteLevel: 0
AXTopLevelUIElement: <AXGroup>
+AXTitleUIElement: (null)
Modified: trunk/LayoutTests/platform/mac/accessibility/update-children-when-aria-role-changes.html (127991 => 127992)
--- trunk/LayoutTests/platform/mac/accessibility/update-children-when-aria-role-changes.html 2012-09-09 20:48:23 UTC (rev 127991)
+++ trunk/LayoutTests/platform/mac/accessibility/update-children-when-aria-role-changes.html 2012-09-09 20:52:03 UTC (rev 127992)
@@ -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" title="button 2"></span>
+ <span tabindex=0 id="button2" aria-label="button 2"></span>
</div>
<p id="description"></p>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes