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/events/a11y.ini | 67 ++ accessible/tests/mochitest/events/docload_wnd.html | 39 + accessible/tests/mochitest/events/focus.html | 10 + accessible/tests/mochitest/events/scroll.html | 181 +++++ .../tests/mochitest/events/test_aria_alert.html | 92 +++ .../tests/mochitest/events/test_aria_menu.html | 285 +++++++ .../tests/mochitest/events/test_aria_objattr.html | 118 +++ .../tests/mochitest/events/test_aria_owns.html | 129 +++ .../mochitest/events/test_aria_statechange.html | 208 +++++ accessible/tests/mochitest/events/test_attrs.html | 90 +++ .../tests/mochitest/events/test_bug1322593-2.html | 83 ++ .../tests/mochitest/events/test_bug1322593.html | 80 ++ .../tests/mochitest/events/test_caretmove.html | 140 ++++ .../tests/mochitest/events/test_caretmove.xul | 72 ++ .../tests/mochitest/events/test_coalescence.html | 864 +++++++++++++++++++++ .../tests/mochitest/events/test_contextmenu.html | 139 ++++ .../tests/mochitest/events/test_descrchange.html | 85 ++ .../tests/mochitest/events/test_docload.html | 360 +++++++++ accessible/tests/mochitest/events/test_docload.xul | 243 ++++++ .../tests/mochitest/events/test_docload_aria.html | 83 ++ .../tests/mochitest/events/test_dragndrop.html | 110 +++ accessible/tests/mochitest/events/test_flush.html | 77 ++ .../events/test_focus_aria_activedescendant.html | 120 +++ .../mochitest/events/test_focus_autocomplete.xul | 518 ++++++++++++ .../mochitest/events/test_focus_browserui.xul | 149 ++++ .../tests/mochitest/events/test_focus_canvas.html | 61 ++ .../mochitest/events/test_focus_contextmenu.xul | 99 +++ .../mochitest/events/test_focus_controls.html | 75 ++ .../tests/mochitest/events/test_focus_dialog.html | 164 ++++ .../tests/mochitest/events/test_focus_doc.html | 95 +++ .../tests/mochitest/events/test_focus_general.html | 179 +++++ .../tests/mochitest/events/test_focus_general.xul | 179 +++++ .../mochitest/events/test_focus_listcontrols.xul | 189 +++++ .../tests/mochitest/events/test_focus_menu.xul | 119 +++ .../tests/mochitest/events/test_focus_name.html | 122 +++ .../tests/mochitest/events/test_focus_selects.html | 118 +++ .../tests/mochitest/events/test_focus_tabbox.xul | 103 +++ .../tests/mochitest/events/test_focus_tree.xul | 122 +++ .../tests/mochitest/events/test_fromUserInput.html | 127 +++ accessible/tests/mochitest/events/test_label.xul | 177 +++++ accessible/tests/mochitest/events/test_menu.xul | 202 +++++ .../tests/mochitest/events/test_mutation.html | 632 +++++++++++++++ .../tests/mochitest/events/test_mutation.xhtml | 97 +++ .../tests/mochitest/events/test_namechange.html | 123 +++ .../tests/mochitest/events/test_namechange.xul | 92 +++ accessible/tests/mochitest/events/test_scroll.xul | 131 ++++ .../tests/mochitest/events/test_scroll_caret.xul | 91 +++ .../tests/mochitest/events/test_selection.html | 118 +++ .../tests/mochitest/events/test_selection.xul | 255 ++++++ .../mochitest/events/test_selection_aria.html | 127 +++ .../tests/mochitest/events/test_statechange.html | 287 +++++++ accessible/tests/mochitest/events/test_text.html | 339 ++++++++ .../tests/mochitest/events/test_text_alg.html | 249 ++++++ .../mochitest/events/test_textattrchange.html | 115 +++ .../tests/mochitest/events/test_textselchange.html | 86 ++ accessible/tests/mochitest/events/test_tree.xul | 348 +++++++++ .../tests/mochitest/events/test_valuechange.html | 255 ++++++ 57 files changed, 9818 insertions(+) create mode 100644 accessible/tests/mochitest/events/a11y.ini create mode 100644 accessible/tests/mochitest/events/docload_wnd.html create mode 100644 accessible/tests/mochitest/events/focus.html create mode 100644 accessible/tests/mochitest/events/scroll.html create mode 100644 accessible/tests/mochitest/events/test_aria_alert.html create mode 100644 accessible/tests/mochitest/events/test_aria_menu.html create mode 100644 accessible/tests/mochitest/events/test_aria_objattr.html create mode 100644 accessible/tests/mochitest/events/test_aria_owns.html create mode 100644 accessible/tests/mochitest/events/test_aria_statechange.html create mode 100644 accessible/tests/mochitest/events/test_attrs.html create mode 100644 accessible/tests/mochitest/events/test_bug1322593-2.html create mode 100644 accessible/tests/mochitest/events/test_bug1322593.html create mode 100644 accessible/tests/mochitest/events/test_caretmove.html create mode 100644 accessible/tests/mochitest/events/test_caretmove.xul create mode 100644 accessible/tests/mochitest/events/test_coalescence.html create mode 100644 accessible/tests/mochitest/events/test_contextmenu.html create mode 100644 accessible/tests/mochitest/events/test_descrchange.html create mode 100644 accessible/tests/mochitest/events/test_docload.html create mode 100644 accessible/tests/mochitest/events/test_docload.xul create mode 100644 accessible/tests/mochitest/events/test_docload_aria.html create mode 100644 accessible/tests/mochitest/events/test_dragndrop.html create mode 100644 accessible/tests/mochitest/events/test_flush.html create mode 100644 accessible/tests/mochitest/events/test_focus_aria_activedescendant.html create mode 100644 accessible/tests/mochitest/events/test_focus_autocomplete.xul create mode 100644 accessible/tests/mochitest/events/test_focus_browserui.xul create mode 100644 accessible/tests/mochitest/events/test_focus_canvas.html create mode 100644 accessible/tests/mochitest/events/test_focus_contextmenu.xul create mode 100644 accessible/tests/mochitest/events/test_focus_controls.html create mode 100644 accessible/tests/mochitest/events/test_focus_dialog.html create mode 100644 accessible/tests/mochitest/events/test_focus_doc.html create mode 100644 accessible/tests/mochitest/events/test_focus_general.html create mode 100644 accessible/tests/mochitest/events/test_focus_general.xul create mode 100644 accessible/tests/mochitest/events/test_focus_listcontrols.xul create mode 100644 accessible/tests/mochitest/events/test_focus_menu.xul create mode 100644 accessible/tests/mochitest/events/test_focus_name.html create mode 100644 accessible/tests/mochitest/events/test_focus_selects.html create mode 100644 accessible/tests/mochitest/events/test_focus_tabbox.xul create mode 100644 accessible/tests/mochitest/events/test_focus_tree.xul create mode 100644 accessible/tests/mochitest/events/test_fromUserInput.html create mode 100644 accessible/tests/mochitest/events/test_label.xul create mode 100644 accessible/tests/mochitest/events/test_menu.xul create mode 100644 accessible/tests/mochitest/events/test_mutation.html create mode 100644 accessible/tests/mochitest/events/test_mutation.xhtml create mode 100644 accessible/tests/mochitest/events/test_namechange.html create mode 100644 accessible/tests/mochitest/events/test_namechange.xul create mode 100644 accessible/tests/mochitest/events/test_scroll.xul create mode 100644 accessible/tests/mochitest/events/test_scroll_caret.xul create mode 100644 accessible/tests/mochitest/events/test_selection.html create mode 100644 accessible/tests/mochitest/events/test_selection.xul create mode 100644 accessible/tests/mochitest/events/test_selection_aria.html create mode 100644 accessible/tests/mochitest/events/test_statechange.html create mode 100644 accessible/tests/mochitest/events/test_text.html create mode 100644 accessible/tests/mochitest/events/test_text_alg.html create mode 100644 accessible/tests/mochitest/events/test_textattrchange.html create mode 100644 accessible/tests/mochitest/events/test_textselchange.html create mode 100644 accessible/tests/mochitest/events/test_tree.xul create mode 100644 accessible/tests/mochitest/events/test_valuechange.html (limited to 'accessible/tests/mochitest/events') diff --git a/accessible/tests/mochitest/events/a11y.ini b/accessible/tests/mochitest/events/a11y.ini new file mode 100644 index 000000000..4ea7c9d10 --- /dev/null +++ b/accessible/tests/mochitest/events/a11y.ini @@ -0,0 +1,67 @@ +[DEFAULT] +support-files = + docload_wnd.html + focus.html + scroll.html + !/accessible/tests/mochitest/*.js + !/accessible/tests/mochitest/letters.gif + +[test_aria_alert.html] +[test_aria_menu.html] +[test_aria_objattr.html] +[test_aria_owns.html] +[test_aria_statechange.html] +[test_attrs.html] +[test_bug1322593.html] +[test_bug1322593-2.html] +[test_caretmove.html] +[test_caretmove.xul] +[test_coalescence.html] +[test_contextmenu.html] +[test_descrchange.html] +[test_docload.html] +[test_docload.xul] +skip-if = buildapp == 'mulet' +[test_docload_aria.html] +[test_dragndrop.html] +[test_flush.html] +[test_focus_aria_activedescendant.html] +[test_focus_autocomplete.xul] +# Disabled on Linux and Windows due to frequent failures - bug 695019, bug 890795 +skip-if = os == 'win' || os == 'linux' +[test_focus_browserui.xul] +[test_focus_canvas.html] +[test_focus_contextmenu.xul] +[test_focus_controls.html] +[test_focus_dialog.html] +[test_focus_doc.html] +[test_focus_general.html] +[test_focus_general.xul] +[test_focus_listcontrols.xul] +[test_focus_menu.xul] +[test_focus_name.html] +[test_focus_selects.html] +[test_focus_tabbox.xul] +[test_focus_tree.xul] +[test_fromUserInput.html] +[test_label.xul] +[test_menu.xul] +[test_mutation.html] +[test_mutation.xhtml] +[test_namechange.xul] +[test_namechange.html] +[test_scroll.xul] +[test_scroll_caret.xul] +[test_selection.html] +skip-if = buildapp == 'mulet' || os == 'mac' +[test_selection.xul] +skip-if = os == 'mac' +[test_selection_aria.html] +[test_statechange.html] +[test_text.html] +[test_text_alg.html] +[test_textattrchange.html] +[test_textselchange.html] +[test_tree.xul] +[test_valuechange.html] +skip-if = os == 'mac' diff --git a/accessible/tests/mochitest/events/docload_wnd.html b/accessible/tests/mochitest/events/docload_wnd.html new file mode 100644 index 000000000..86ddfac5e --- /dev/null +++ b/accessible/tests/mochitest/events/docload_wnd.html @@ -0,0 +1,39 @@ + + + Accessible events testing for document + + + + + + + diff --git a/accessible/tests/mochitest/events/focus.html b/accessible/tests/mochitest/events/focus.html new file mode 100644 index 000000000..ab055df82 --- /dev/null +++ b/accessible/tests/mochitest/events/focus.html @@ -0,0 +1,10 @@ + + + + editable document + + + + editable document + + diff --git a/accessible/tests/mochitest/events/scroll.html b/accessible/tests/mochitest/events/scroll.html new file mode 100644 index 000000000..562e0a382 --- /dev/null +++ b/accessible/tests/mochitest/events/scroll.html @@ -0,0 +1,181 @@ + + + + nsIAccessible actions testing for anchors + + + +

+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+

+ link1 + +

+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+

+ +

heading 1

+

+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+ text text text text text text text text text text text text text text
+

+ + diff --git a/accessible/tests/mochitest/events/test_aria_alert.html b/accessible/tests/mochitest/events/test_aria_alert.html new file mode 100644 index 000000000..2dab35723 --- /dev/null +++ b/accessible/tests/mochitest/events/test_aria_alert.html @@ -0,0 +1,92 @@ + + + + ARIA alert event testing + + + + + + + + + + + + + + + + + Mozilla Bug 591199 + + +

+ +
+  
+ + + diff --git a/accessible/tests/mochitest/events/test_aria_menu.html b/accessible/tests/mochitest/events/test_aria_menu.html new file mode 100644 index 000000000..5ac595ebf --- /dev/null +++ b/accessible/tests/mochitest/events/test_aria_menu.html @@ -0,0 +1,285 @@ + + + + ARIA menu events testing + + + + + + + + + + + + + + + + + + Bug 606207 + + + Bug 614829 + + + Bug 615189 + + + Bug 673958 + + + Bug 933322 + + + Bug 934460 + + + Bug 970005 + + +

+ +
+  
+ + + +
outsidemenu
+ + + + + + + + + + + + + +
Obla
+ +
+ + + diff --git a/accessible/tests/mochitest/events/test_aria_objattr.html b/accessible/tests/mochitest/events/test_aria_objattr.html new file mode 100644 index 000000000..5f16ba794 --- /dev/null +++ b/accessible/tests/mochitest/events/test_aria_objattr.html @@ -0,0 +1,118 @@ + + + + Accessible ARIA object attribute changes + + + + + + + + + + + + + + + + Mozilla Bug 581096 + + + + Mozilla Bug 640707 + + + + Mozilla Bug 563862 + + +

+ +
+  
+
+ +
Hi
there
+ +
aria-sort
+ +
Fat free cheese
+ + diff --git a/accessible/tests/mochitest/events/test_aria_owns.html b/accessible/tests/mochitest/events/test_aria_owns.html new file mode 100644 index 000000000..a415a6d8d --- /dev/null +++ b/accessible/tests/mochitest/events/test_aria_owns.html @@ -0,0 +1,129 @@ + + + + Aria-owns targets shouldn't be on invalidation list so shouldn't have + show/hide events + + + + + + + + + + + + + + + + + Mozilla Bug 1296420 +
+ +
+
+ +
+
+ + + diff --git a/accessible/tests/mochitest/events/test_aria_statechange.html b/accessible/tests/mochitest/events/test_aria_statechange.html new file mode 100644 index 000000000..d8c833157 --- /dev/null +++ b/accessible/tests/mochitest/events/test_aria_statechange.html @@ -0,0 +1,208 @@ + + + + ARIA state change event testing + + + + + + + + + + + + + + + + + Mozilla Bug 551684 +
+ + Mozilla Bug 648133 +
+ + Mozilla Bug 467143 + + + Mozilla Bug 989958 + + + Mozilla Bug 1136563 + + +

+ +
+  
+
+ + + + + + +
A document
+ + +
+ + + + +
+ + diff --git a/accessible/tests/mochitest/events/test_attrs.html b/accessible/tests/mochitest/events/test_attrs.html new file mode 100644 index 000000000..1d5577572 --- /dev/null +++ b/accessible/tests/mochitest/events/test_attrs.html @@ -0,0 +1,90 @@ + + + + Event object attributes tests + + + + + + + + + + + + + + + + + Mozilla Bug 540285 + +

+ +
+  
+ + + + +
+ + diff --git a/accessible/tests/mochitest/events/test_bug1322593-2.html b/accessible/tests/mochitest/events/test_bug1322593-2.html new file mode 100644 index 000000000..20136d393 --- /dev/null +++ b/accessible/tests/mochitest/events/test_bug1322593-2.html @@ -0,0 +1,83 @@ + + + + Accessible mutation events testing + + + + + + + + + + + + + + + + Mozilla Bug 1322593 + + +

+ +
+  
+ +
+ hello + your + world +
+ + diff --git a/accessible/tests/mochitest/events/test_bug1322593.html b/accessible/tests/mochitest/events/test_bug1322593.html new file mode 100644 index 000000000..38786d0b9 --- /dev/null +++ b/accessible/tests/mochitest/events/test_bug1322593.html @@ -0,0 +1,80 @@ + + + + Accessible mutation events testing + + + + + + + + + + + + + + + + Mozilla Bug 1322593 + + +

+ +
+  
+ +
hello
+
world
+ + diff --git a/accessible/tests/mochitest/events/test_caretmove.html b/accessible/tests/mochitest/events/test_caretmove.html new file mode 100644 index 000000000..6d39c4ef6 --- /dev/null +++ b/accessible/tests/mochitest/events/test_caretmove.html @@ -0,0 +1,140 @@ + + + + Accessible caret move events testing + + + + + + + + + + + + + + + + Bug 454377 + + + Bug 567571 + + + Bug 824901 + +

+ +
+  
+ + + +

text
text

+

text

text

+ +

textohoho

+

textohoho

+

+

+ + + +
+ + diff --git a/accessible/tests/mochitest/events/test_caretmove.xul b/accessible/tests/mochitest/events/test_caretmove.xul new file mode 100644 index 000000000..cf4dcd483 --- /dev/null +++ b/accessible/tests/mochitest/events/test_caretmove.xul @@ -0,0 +1,72 @@ + + + + + + + + + + + + Mozilla Bug 634240 + +

+ +
+      
+ + + + + + + +
+
diff --git a/accessible/tests/mochitest/events/test_coalescence.html b/accessible/tests/mochitest/events/test_coalescence.html new file mode 100644 index 000000000..d95ef99b0 --- /dev/null +++ b/accessible/tests/mochitest/events/test_coalescence.html @@ -0,0 +1,864 @@ + + + + Accessible mutation events coalescence testing + + + + + + + + + + + + + + + + + Mozilla Bug 513213 +
+ + Mozilla Bug 570275 + + +

+ +
+  
+ +
+ + + + + + + + + + + + + +
+ +
+
+
+
+
+
+ +
+
+
opt
+
+
+ +
+
+
opt1
+
opt2
+
+
+ +
+
btn
+
+
opt
+
+
+ +
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+ + diff --git a/accessible/tests/mochitest/events/test_contextmenu.html b/accessible/tests/mochitest/events/test_contextmenu.html new file mode 100644 index 000000000..065e1b50e --- /dev/null +++ b/accessible/tests/mochitest/events/test_contextmenu.html @@ -0,0 +1,139 @@ + + + + Context menu tests + + + + + + + + + + + + + + + + + + Mozilla Bug 580535 +
+ +

+ +
+  
+ + + +
+ + diff --git a/accessible/tests/mochitest/events/test_descrchange.html b/accessible/tests/mochitest/events/test_descrchange.html new file mode 100644 index 000000000..d51318532 --- /dev/null +++ b/accessible/tests/mochitest/events/test_descrchange.html @@ -0,0 +1,85 @@ + + + + Accessible description change event testing + + + + + + + + + + + + + + + + + + Bug 991969 + + +

+ +
+  
+ + + + +
+ + diff --git a/accessible/tests/mochitest/events/test_docload.html b/accessible/tests/mochitest/events/test_docload.html new file mode 100644 index 000000000..a530592ee --- /dev/null +++ b/accessible/tests/mochitest/events/test_docload.html @@ -0,0 +1,360 @@ + + + + Accessible events testing for document + + + + + + + + + + + + + + + + + + + + Mozilla Bug 420845 +
+ + Mozilla Bug 506206 +
+ + Mozilla Bug 566103 +
+ + Mozilla Bug 571459 + + + Mozilla Bug 658185 + + + Mozilla Bug 754165 + + +

+ +
+  
+ +
+
+
+ + diff --git a/accessible/tests/mochitest/events/test_docload.xul b/accessible/tests/mochitest/events/test_docload.xul new file mode 100644 index 000000000..4b07b0e72 --- /dev/null +++ b/accessible/tests/mochitest/events/test_docload.xul @@ -0,0 +1,243 @@ + + + + + + + + + + + + + + + + + + + + Mozilla Bug 566103 + + + Mozilla Bug 754165 + +

+ +
+    
+ + + +
+
diff --git a/accessible/tests/mochitest/events/test_docload_aria.html b/accessible/tests/mochitest/events/test_docload_aria.html new file mode 100644 index 000000000..c5f470aee --- /dev/null +++ b/accessible/tests/mochitest/events/test_docload_aria.html @@ -0,0 +1,83 @@ + + + + Accessible events testing for ARIA document + + + + + + + + + + + + + + + + + Mozilla Bug 759833 + + +

+ +
+  
+ + + + + diff --git a/accessible/tests/mochitest/events/test_dragndrop.html b/accessible/tests/mochitest/events/test_dragndrop.html new file mode 100644 index 000000000..cfba80a46 --- /dev/null +++ b/accessible/tests/mochitest/events/test_dragndrop.html @@ -0,0 +1,110 @@ + + + + Accessible drag and drop event testing + + + + + + + + + + + + + + + + + Mozilla Bug 510441 + + +

+ +
+  
+
+ + +
button
+ + +
button
+ + diff --git a/accessible/tests/mochitest/events/test_flush.html b/accessible/tests/mochitest/events/test_flush.html new file mode 100644 index 000000000..44a9afd94 --- /dev/null +++ b/accessible/tests/mochitest/events/test_flush.html @@ -0,0 +1,77 @@ + + + + Flush delayed events testing + + + + + + + + + + + + + + + + Mozilla Bug 477551 + + +

+ +
+  
+ + + + + diff --git a/accessible/tests/mochitest/events/test_focus_aria_activedescendant.html b/accessible/tests/mochitest/events/test_focus_aria_activedescendant.html new file mode 100644 index 000000000..4cd57fe3b --- /dev/null +++ b/accessible/tests/mochitest/events/test_focus_aria_activedescendant.html @@ -0,0 +1,120 @@ + + + + + aria-activedescendant focus tests + + + + + + + + + + + + + + + Mozilla Bug 429547 + + + Mozilla Bug 761102 + +

+ +
+  
+ +
+
item1
+
item2
+
+
item3
+ +
+ + +
+ + diff --git a/accessible/tests/mochitest/events/test_focus_autocomplete.xul b/accessible/tests/mochitest/events/test_focus_autocomplete.xul new file mode 100644 index 000000000..2a32a6587 --- /dev/null +++ b/accessible/tests/mochitest/events/test_focus_autocomplete.xul @@ -0,0 +1,518 @@ + + + + + + + + + + + + + + + + + Mozilla Bug 383759 + + + Mozilla Bug 673958 + + + Mozilla Bug 559766 + +

+ +
+      
+ + + + + + + + + + + + + +
+ + diff --git a/accessible/tests/mochitest/events/test_focus_doc.html b/accessible/tests/mochitest/events/test_focus_doc.html new file mode 100644 index 000000000..bd4934d84 --- /dev/null +++ b/accessible/tests/mochitest/events/test_focus_doc.html @@ -0,0 +1,95 @@ + + + + Accessible document focus event testing + + + + + + + + + + + + + + + + + + Mozilla Bug 512058 + + + Mozilla Bug 512059 + + + Mozilla Bug 618046 + + +

+ +
+  
+ +
+ +
+ + + + +
+ + diff --git a/accessible/tests/mochitest/events/test_focus_general.html b/accessible/tests/mochitest/events/test_focus_general.html new file mode 100644 index 000000000..e881a5a4f --- /dev/null +++ b/accessible/tests/mochitest/events/test_focus_general.html @@ -0,0 +1,179 @@ + + + + Accessible focus testing + + + + + + + + + + + + + + + + + Mozilla Bug 352220 + + + Mozilla Bug 550338 + + + Mozilla Bug 673958 + + + Mozilla Bug 961696 + +

+ +
+  
+ +
editable area
+ + + link + + + + + + + + +
+ + diff --git a/accessible/tests/mochitest/events/test_focus_general.xul b/accessible/tests/mochitest/events/test_focus_general.xul new file mode 100644 index 000000000..f72834f39 --- /dev/null +++ b/accessible/tests/mochitest/events/test_focus_general.xul @@ -0,0 +1,179 @@ + + + + + + + + + + + + Mozilla Bug 492518 + + + Mozilla Bug 552368 + +

+ +
+      
+ + + + + + + + + + diff --git a/accessible/tests/mochitest/events/test_mutation.xhtml b/accessible/tests/mochitest/events/test_mutation.xhtml new file mode 100644 index 000000000..e1aabe612 --- /dev/null +++ b/accessible/tests/mochitest/events/test_mutation.xhtml @@ -0,0 +1,97 @@ + + + + Accessible mutation events testing + + + + + + + + + + + + + + + + + + + + + + + + Mozilla Bug 646369 + +

+ +
+  
+
+ +
+ + diff --git a/accessible/tests/mochitest/events/test_namechange.html b/accessible/tests/mochitest/events/test_namechange.html new file mode 100644 index 000000000..935d865e9 --- /dev/null +++ b/accessible/tests/mochitest/events/test_namechange.html @@ -0,0 +1,123 @@ + + + + Accessible name change event testing + + + + + + + + + + + + + + + + + + Bug 991969 + + +

+ +
+  
+ + + + + + +
+ + diff --git a/accessible/tests/mochitest/events/test_namechange.xul b/accessible/tests/mochitest/events/test_namechange.xul new file mode 100644 index 000000000..9d688585c --- /dev/null +++ b/accessible/tests/mochitest/events/test_namechange.xul @@ -0,0 +1,92 @@ + + + + + + + + + + + + + Mozilla Bug 986054 + + +

+ +
+      
+ + + + + + + +
+
diff --git a/accessible/tests/mochitest/events/test_scroll.xul b/accessible/tests/mochitest/events/test_scroll.xul new file mode 100644 index 000000000..e33161376 --- /dev/null +++ b/accessible/tests/mochitest/events/test_scroll.xul @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + Mozilla Bug 691734 + + +

+ +
+      
+ + + +
+
diff --git a/accessible/tests/mochitest/events/test_scroll_caret.xul b/accessible/tests/mochitest/events/test_scroll_caret.xul new file mode 100644 index 000000000..57e27747f --- /dev/null +++ b/accessible/tests/mochitest/events/test_scroll_caret.xul @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + Mozilla Bug 1056459 + + +

+ +
+      
+ + + +
+
diff --git a/accessible/tests/mochitest/events/test_selection.html b/accessible/tests/mochitest/events/test_selection.html new file mode 100644 index 000000000..de25fedc3 --- /dev/null +++ b/accessible/tests/mochitest/events/test_selection.html @@ -0,0 +1,118 @@ + + + + Accessible selection event testing + + + + + + + + + + + + + + + + + + Bug 414302 + + + Bug 810268 + + +

+ +
+  
+ + + + + +

Pizza

+ + + diff --git a/accessible/tests/mochitest/events/test_selection.xul b/accessible/tests/mochitest/events/test_selection.xul new file mode 100644 index 000000000..2b0c388ff --- /dev/null +++ b/accessible/tests/mochitest/events/test_selection.xul @@ -0,0 +1,255 @@ + + + + + + + + + + + + Mozilla Bug 414302 + +

+ +
+      
+ + + + + + + + + + + +