<https://webkit.org/b/119821>
Updating our layout test now that accessibleElementById is able
to fetch the math element correctly.
Patch by Sam White <samuel_white@apple.com> on 2013-08-15
Reviewed by Chris Fleizach.
* platform/mac/accessibility/role-subrole-roledescription-expected.txt:
* platform/mac/accessibility/role-subrole-roledescription.html:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@154148
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2013-08-15 Sam White <samuel_white@apple.com>
+
+ AX: platform/mac/accessibility/role-subrole-roledescription.html is failing
+ <https://webkit.org/b/119821>
+
+ Updating our layout test now that accessibleElementById is able
+ to fetch the math element correctly.
+
+ Reviewed by Chris Fleizach.
+
+ * platform/mac/accessibility/role-subrole-roledescription-expected.txt:
+ * platform/mac/accessibility/role-subrole-roledescription.html:
+
2013-08-15 Simon Fraser <simon.fraser@apple.com>
<https://webkit.org/b/119871> Flash of garbage pixels when playing a show on Hulu
AXRoleDescription:
PASS: math
- AXRole:
- AXSubrole:
- AXRoleDescription:
+ AXRole: AXGroup
+ AXSubrole: AXDocumentMath
+ AXRoleDescription: math
PASS: meter
AXRole: AXProgressIndicator
<!-- skipped <link> -->
<!-- skipped <map> -->
<!-- http://webkit.org/b/109018 --><mark data-role="" data-subrole="" data-roledescription="" class="ex">X</mark>
-<math data-role="" data-subrole="" data-roledescription="" class="ex">X</math>
+<math data-role="AXGroup" data-subrole="AXDocumentMath" data-roledescription="math" class="ex">X</math>
<!-- skipped <menu> -->
<!-- skipped <meta> -->
<meter data-role="AXProgressIndicator" data-subrole="" data-roledescription="progress indicator" class="ex" value="0.75">X</meter>