From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- accessible/tests/mochitest/actions/a11y.toml | 26 +++ .../tests/mochitest/actions/test_anchors.html | 146 +++++++++++++++ accessible/tests/mochitest/actions/test_aria.html | 200 +++++++++++++++++++++ .../tests/mochitest/actions/test_controls.html | 107 +++++++++++ .../tests/mochitest/actions/test_general.html | 105 +++++++++++ .../tests/mochitest/actions/test_general.xhtml | 167 +++++++++++++++++ accessible/tests/mochitest/actions/test_keys.html | 57 ++++++ accessible/tests/mochitest/actions/test_keys.xhtml | 126 +++++++++++++ accessible/tests/mochitest/actions/test_media.html | 131 ++++++++++++++ .../tests/mochitest/actions/test_select.html | 67 +++++++ accessible/tests/mochitest/actions/test_tree.xhtml | 127 +++++++++++++ .../tests/mochitest/actions/test_treegrid.xhtml | 190 ++++++++++++++++++++ 12 files changed, 1449 insertions(+) create mode 100644 accessible/tests/mochitest/actions/a11y.toml create mode 100644 accessible/tests/mochitest/actions/test_anchors.html create mode 100644 accessible/tests/mochitest/actions/test_aria.html create mode 100644 accessible/tests/mochitest/actions/test_controls.html create mode 100644 accessible/tests/mochitest/actions/test_general.html create mode 100644 accessible/tests/mochitest/actions/test_general.xhtml create mode 100644 accessible/tests/mochitest/actions/test_keys.html create mode 100644 accessible/tests/mochitest/actions/test_keys.xhtml create mode 100644 accessible/tests/mochitest/actions/test_media.html create mode 100644 accessible/tests/mochitest/actions/test_select.html create mode 100644 accessible/tests/mochitest/actions/test_tree.xhtml create mode 100644 accessible/tests/mochitest/actions/test_treegrid.xhtml (limited to 'accessible/tests/mochitest/actions') diff --git a/accessible/tests/mochitest/actions/a11y.toml b/accessible/tests/mochitest/actions/a11y.toml new file mode 100644 index 0000000000..30a98d40ac --- /dev/null +++ b/accessible/tests/mochitest/actions/a11y.toml @@ -0,0 +1,26 @@ +[DEFAULT] +support-files = [ + "!/accessible/tests/mochitest/*.js", + "!/dom/media/test/bug461281.ogg"] + +["test_anchors.html"] + +["test_aria.html"] + +["test_controls.html"] + +["test_general.html"] + +["test_general.xhtml"] + +["test_keys.html"] + +["test_keys.xhtml"] + +["test_media.html"] + +["test_select.html"] + +["test_tree.xhtml"] + +["test_treegrid.xhtml"] diff --git a/accessible/tests/mochitest/actions/test_anchors.html b/accessible/tests/mochitest/actions/test_anchors.html new file mode 100644 index 0000000000..6ee1e0c450 --- /dev/null +++ b/accessible/tests/mochitest/actions/test_anchors.html @@ -0,0 +1,146 @@ + + + + nsIAccessible actions testing for HTML links that + scroll the page to named anchors + + + + + + + + + + + + + + + + Mozilla Bug 506389 +
+ + Mozilla Bug 437607 +
+ + Mozilla Bug 519303 + + +

+ +
+  
+ +
+ +

This is a test page for anchors

+ This is a top anchor + Link to anchor + Link to div +









+









+









+









+









+









+









+









+









+









+










+










+









+









+




This is some text in the middle




+









+









+









+









+









+









+









+









+









+









+









+









+









+









+









+









+









+









+









+ This is some text. + This is a bottom anchor +









+









+









+
This is a div
+ + diff --git a/accessible/tests/mochitest/actions/test_aria.html b/accessible/tests/mochitest/actions/test_aria.html new file mode 100644 index 0000000000..7ec0f8ed35 --- /dev/null +++ b/accessible/tests/mochitest/actions/test_aria.html @@ -0,0 +1,200 @@ + + + + nsIAccessible actions testing + + + + + + + + + + + + + + + + Mozilla Bug 410765 + +

+ +
+  
+ +
Clickable text
+ +
Button
+ + + + + + + +
+
Option of collapsed combobox
+
+ +
+
Option of expanded combobox
+
+ + + +
+ + + +
+ +
+ +
+ +
Switch
+ +
Switch
+ +
+ +
+ +
Textbox
+ +
+
Treeitem
+
+ +
+
+ Columnheader +
+
+ + +
expanded
+ + diff --git a/accessible/tests/mochitest/actions/test_controls.html b/accessible/tests/mochitest/actions/test_controls.html new file mode 100644 index 0000000000..8b6f413619 --- /dev/null +++ b/accessible/tests/mochitest/actions/test_controls.html @@ -0,0 +1,107 @@ + + + + nsIAccessible actions testing for inputs + + + + + + + + + + + + + + + + + + Mozilla Bug 477975 + +

+ +
+  
+ + + + + + Checkbox + + Checkbox + + Checkbox + +
+ Radio +
+ + + + + + diff --git a/accessible/tests/mochitest/actions/test_general.html b/accessible/tests/mochitest/actions/test_general.html new file mode 100644 index 0000000000..025b18f175 --- /dev/null +++ b/accessible/tests/mochitest/actions/test_general.html @@ -0,0 +1,105 @@ + + + + nsIAccessible actions testing on HTML elements + + + + + + + + + + + + + + + + Mozilla Bug 523789 +
+ + Mozilla Bug 423409 + + + Mozilla Bug 659620 + +

+ +
+  
+ + + + + + + linkable textleaf accessible +
linkable textleaf accessible
+ +
+ + +
+ + + diff --git a/accessible/tests/mochitest/actions/test_general.xhtml b/accessible/tests/mochitest/actions/test_general.xhtml new file mode 100644 index 0000000000..5b376b9624 --- /dev/null +++ b/accessible/tests/mochitest/actions/test_general.xhtml @@ -0,0 +1,167 @@ + + + + + + + + + + + + + + Mozilla Bug 410765 + + + Mozilla Bug 504252 +
+

+ +
+      
+ + + + + + + + + + + + + + + + + + + +
+
+ diff --git a/accessible/tests/mochitest/actions/test_keys.html b/accessible/tests/mochitest/actions/test_keys.html new file mode 100644 index 0000000000..acacb34c09 --- /dev/null +++ b/accessible/tests/mochitest/actions/test_keys.html @@ -0,0 +1,57 @@ + + + + + Keyboard shortcuts tests + + + + + + + + + + + + + + Mozilla Bug 381599 + +

+ +
+  
+ + +