From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- accessible/tests/mochitest/role/a11y.ini | 10 + accessible/tests/mochitest/role/test_aria.html | 345 ++++++++++++++++++++++ accessible/tests/mochitest/role/test_aria.xul | 72 +++++ accessible/tests/mochitest/role/test_general.html | 186 ++++++++++++ accessible/tests/mochitest/role/test_general.xul | 57 ++++ accessible/tests/mochitest/role/test_svg.html | 70 +++++ 6 files changed, 740 insertions(+) create mode 100644 accessible/tests/mochitest/role/a11y.ini create mode 100644 accessible/tests/mochitest/role/test_aria.html create mode 100644 accessible/tests/mochitest/role/test_aria.xul create mode 100644 accessible/tests/mochitest/role/test_general.html create mode 100644 accessible/tests/mochitest/role/test_general.xul create mode 100644 accessible/tests/mochitest/role/test_svg.html (limited to 'accessible/tests/mochitest/role') diff --git a/accessible/tests/mochitest/role/a11y.ini b/accessible/tests/mochitest/role/a11y.ini new file mode 100644 index 000000000..295fd34e4 --- /dev/null +++ b/accessible/tests/mochitest/role/a11y.ini @@ -0,0 +1,10 @@ +[DEFAULT] +support-files = + !/accessible/tests/mochitest/*.js + !/accessible/tests/mochitest/moz.png + +[test_aria.html] +[test_aria.xul] +[test_general.html] +[test_general.xul] +[test_svg.html] diff --git a/accessible/tests/mochitest/role/test_aria.html b/accessible/tests/mochitest/role/test_aria.html new file mode 100644 index 000000000..22021fa57 --- /dev/null +++ b/accessible/tests/mochitest/role/test_aria.html @@ -0,0 +1,345 @@ + + + + Test weak ARIA roles + + + + + + + + + + + + + Mozilla Bug 428479 + Mozilla Bug 429666 + Mozilla Bug 481114 + Mozilla Bug 469688 + Mozilla Bug 520188 + Mozilla Bug 529289 + Mozilla Bug 607219 + + Bug 725432 + + + Bug 735645 + + + Bug 1136563 + + + Bug 1121518 + +

+ +
+  
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
a main area
+
a form area
+ +
+

This is a paragraph inside the article.

+
+ + + + +
Table based log
+

marquee

+
timer
+ + +
application
+
form
+ + + + + +
main
+ + + + + application table +
hi
+ banner table + + complementary table + + contentinfo table + + main table +
hi
+ navigation table + + search table + + + + + + + +
cell
+ + + +
composite
+
landmark
+
roletype
+
structure
+
widget
+
window
+ +
input
+
range
+
select
+ +
section
+
sectionhead
+ + + + + + + + + diff --git a/accessible/tests/mochitest/role/test_general.html b/accessible/tests/mochitest/role/test_general.html new file mode 100644 index 000000000..40f522482 --- /dev/null +++ b/accessible/tests/mochitest/role/test_general.html @@ -0,0 +1,186 @@ + + + + test nsHyperTextAccessible accesible objects creation and their roles + + + + + + + + + + + + + + Mozilla Bug 472326 +
+ + bug 474261 +
+ + Mozilla Bug 423409 + + + Bug 593368 +
+ + Bug 613502 + + + Bug 610650 + + + Mozilla Bug 614310 + + + Bug 734982 + + + Mozilla Bug 1044431 + + +

+ +
+  
+ +
+ : + +
+ + + +
a footer
+
an article
+ +
a section
+ +
+ +
overflow header
+ +
overflow footer
+
+
overflow article
+ +

A paragraph for comparison.

+
A normal div
+
A citation
+

A heading level 1

+

A heading level 2

+

A heading level 3

+

A heading level 4

+
A heading level 5
+
A heading level 6
+ +
+
gecko
+
geckos have sticky toes
+
+ + clickable span + clickable span + clickable span + +
+
+
+
+
+ + diff --git a/accessible/tests/mochitest/role/test_general.xul b/accessible/tests/mochitest/role/test_general.xul new file mode 100644 index 000000000..d5982b63f --- /dev/null +++ b/accessible/tests/mochitest/role/test_general.xul @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + Mozilla Bug 900097 + +

+ +
+    
+ + + + + + + +
+
+ diff --git a/accessible/tests/mochitest/role/test_svg.html b/accessible/tests/mochitest/role/test_svg.html new file mode 100644 index 000000000..164861dc8 --- /dev/null +++ b/accessible/tests/mochitest/role/test_svg.html @@ -0,0 +1,70 @@ + + + + SVG elements accessible roles + + + + + + + + + + + + + + Bug 822983 + + +

+ +
+  
+ + + + + + + + + + + + + + -- cgit v1.2.3