From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- accessible/tests/mochitest/pivot/a11y.ini | 8 + .../tests/mochitest/pivot/doc_virtualcursor.html | 38 +++ .../mochitest/pivot/doc_virtualcursor_text.html | 37 +++ .../tests/mochitest/pivot/test_virtualcursor.html | 119 +++++++++ .../mochitest/pivot/test_virtualcursor_text.html | 271 +++++++++++++++++++++ 5 files changed, 473 insertions(+) create mode 100644 accessible/tests/mochitest/pivot/a11y.ini create mode 100644 accessible/tests/mochitest/pivot/doc_virtualcursor.html create mode 100644 accessible/tests/mochitest/pivot/doc_virtualcursor_text.html create mode 100644 accessible/tests/mochitest/pivot/test_virtualcursor.html create mode 100644 accessible/tests/mochitest/pivot/test_virtualcursor_text.html (limited to 'accessible/tests/mochitest/pivot') diff --git a/accessible/tests/mochitest/pivot/a11y.ini b/accessible/tests/mochitest/pivot/a11y.ini new file mode 100644 index 0000000000..8add460947 --- /dev/null +++ b/accessible/tests/mochitest/pivot/a11y.ini @@ -0,0 +1,8 @@ +[DEFAULT] +support-files = + doc_virtualcursor.html + doc_virtualcursor_text.html + !/accessible/tests/mochitest/*.js + +[test_virtualcursor.html] +[test_virtualcursor_text.html] diff --git a/accessible/tests/mochitest/pivot/doc_virtualcursor.html b/accessible/tests/mochitest/pivot/doc_virtualcursor.html new file mode 100644 index 0000000000..a456f2dfcd --- /dev/null +++ b/accessible/tests/mochitest/pivot/doc_virtualcursor.html @@ -0,0 +1,38 @@ + + + + Pivot test document + + + +

Main Title

+ +

+ Lorem ipsum dolor sit amet. Integer vitae urna + leo, id semper nulla. +

+

Second Section Title

+

+ Sed accumsan luctus lacus, vitae mollis arcu tristique vulputate.

+ +

+ This is completely transparent +

+ +
Hide me
+ + + + diff --git a/accessible/tests/mochitest/pivot/doc_virtualcursor_text.html b/accessible/tests/mochitest/pivot/doc_virtualcursor_text.html new file mode 100644 index 0000000000..a0565058d9 --- /dev/null +++ b/accessible/tests/mochitest/pivot/doc_virtualcursor_text.html @@ -0,0 +1,37 @@ + + + + Pivot test document + + + +
This is the very beginning.
+

+ This is the test of text. +

+
A multiword link is here. We will traverse
+
into, out, and between the subtrees.
+

Singularity.

+ + + + + + + + + +
Magicalunicorns
and wizardsreally exist.
+
Endless fun!
+

Objectsadjacentto eachother should be separate.

+

Hello real world

+ + Hello + +

+ ab
+ c +

+
End!
+ + diff --git a/accessible/tests/mochitest/pivot/test_virtualcursor.html b/accessible/tests/mochitest/pivot/test_virtualcursor.html new file mode 100644 index 0000000000..9f3225fcf6 --- /dev/null +++ b/accessible/tests/mochitest/pivot/test_virtualcursor.html @@ -0,0 +1,119 @@ + + + + Tests pivot functionality in virtual cursors + + + + + + + + + + + + + + + + + + + Mozilla Bug 698823 +

+ +
+  
+ + diff --git a/accessible/tests/mochitest/pivot/test_virtualcursor_text.html b/accessible/tests/mochitest/pivot/test_virtualcursor_text.html new file mode 100644 index 0000000000..23d46f3fe6 --- /dev/null +++ b/accessible/tests/mochitest/pivot/test_virtualcursor_text.html @@ -0,0 +1,271 @@ + + + + Tests pivot functionality in virtual cursors + + + + + + + + + + + + + + + + + + + + Mozilla Bug 886076 +

+ +
+  
+ + -- cgit v1.2.3