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/elm/a11y.ini | 14 + accessible/tests/mochitest/elm/test_HTMLSpec.html | 2024 ++++++++++++++++++++ .../tests/mochitest/elm/test_MathMLSpec.html | 616 ++++++ accessible/tests/mochitest/elm/test_figure.html | 60 + accessible/tests/mochitest/elm/test_listbox.xhtml | 73 + .../tests/mochitest/elm/test_nsApplicationAcc.html | 67 + .../tests/mochitest/elm/test_shadowroot.html | 35 + .../mochitest/elm/test_shadowroot_subframe.html | 68 + 8 files changed, 2957 insertions(+) create mode 100644 accessible/tests/mochitest/elm/a11y.ini create mode 100644 accessible/tests/mochitest/elm/test_HTMLSpec.html create mode 100644 accessible/tests/mochitest/elm/test_MathMLSpec.html create mode 100644 accessible/tests/mochitest/elm/test_figure.html create mode 100644 accessible/tests/mochitest/elm/test_listbox.xhtml create mode 100644 accessible/tests/mochitest/elm/test_nsApplicationAcc.html create mode 100644 accessible/tests/mochitest/elm/test_shadowroot.html create mode 100644 accessible/tests/mochitest/elm/test_shadowroot_subframe.html (limited to 'accessible/tests/mochitest/elm') diff --git a/accessible/tests/mochitest/elm/a11y.ini b/accessible/tests/mochitest/elm/a11y.ini new file mode 100644 index 0000000000..ceb296670d --- /dev/null +++ b/accessible/tests/mochitest/elm/a11y.ini @@ -0,0 +1,14 @@ +[DEFAULT] +support-files = + !/accessible/tests/mochitest/*.js + !/accessible/tests/mochitest/moz.png + !/dom/media/test/bug461281.ogg + !/dom/security/test/csp/dummy.pdf + +[test_HTMLSpec.html] +[test_figure.html] +[test_listbox.xhtml] +[test_MathMLSpec.html] +[test_nsApplicationAcc.html] +[test_shadowroot.html] +support-files = test_shadowroot_subframe.html diff --git a/accessible/tests/mochitest/elm/test_HTMLSpec.html b/accessible/tests/mochitest/elm/test_HTMLSpec.html new file mode 100644 index 0000000000..a5cc175123 --- /dev/null +++ b/accessible/tests/mochitest/elm/test_HTMLSpec.html @@ -0,0 +1,2024 @@ + + + + HTML a11y spec tests + + + + + + + + + + + + + + + + + + Mozilla Bug 658272 +
+

+ +
+  
+ + mozilla site + anchor + + + + +
WWW
+
+ Mozilla Foundation
+ 1981 Landings Drive
+ Building K
+ Mountain View, CA 94043-0801
+ USA +
+ + + b + a + + + +
A document
+ + + + +

normalbold

+

User إيان: 90 points

+

This text will go right to left.

+ +
+

This is a quotation taken from the Mozilla Developer Center.

+
+ + +



+ + +
+ +
+ + + + + + + + + + + + + + + + + + + + +
caption
col1col2
col1cell2
cell5cell6
+ +

normalcite

+

normalcode

+ + + + + + + + + + + +
LimeLemonOrange
+ +

Eight

+ + + details + + + + + +
+
item1
description
+
+ +

normalRemoved

+ +
+ Information +

If your browser supports this element, it should allow you to expand and collapse these details.

+
+ +
+ Information +

If your browser supports this element, it should allow you to expand and collapse these details.

+
+ +

The Internet is a global + system of interconnected networks that use the Internet Protocol Suite (TCP/IP) + to serve billions of users worldwide.

+ + This is a dialog + +
div
+ +

normalemphasis

+ + + + + + + + +
+ legend + +
+ + +
An awesome picture
Caption for the awesome picture
+ +
Some copyright info
+
+
Some copyright info
+
+ +
+
Some copyright info
+
+ +
+
Some copyright info
+
+
+
Some copyright info
+
+
+
Some copyright info
+
+ +
Some copyright info
+
+
+
Some copyright info
+
+
+
Some copyright info
+
+
+
Some copyright info
+
+ +
+
+ + + +

heading1

+

heading2

+

heading3

+

heading4

+
heading5
+
heading6
+ + +
+
Not logo
+

heading1

+

heading2

+

heading3

+

heading4

+
heading5
+
heading6
+
+

heading1

+

heading2

+

heading3

+

heading4

+
heading5
+
heading6
+
+
+ +
+
Not logo
+
+ +
+
Not logo
+

heading1

+

heading2

+

heading3

+

heading4

+
heading5
+
heading6
+
+

heading1

+

heading2

+

heading3

+

heading4

+
heading5
+
heading6
+
+
+
+
Not logo
+
+
+
Not logo
+
+ +
Not logo
+
+
+
Not logo
+
+
+
Not logo
+
+
+
Not logo
+
+ +
+

normalitalic

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

normalInserted

+

normalcmd

+ + + + + + +
    +
  1. item1
  2. +
+ +
main
+ + + b + a + + + + +

+ [Bypass navigation bar] + [Home] +

+
+ +

normalhighlighted

+ + + + + + a + 2 + + + + + b + 2 + + + = + + c + 2 + + + + + +
  • Home
  • +
  • About + +
  • Our Story
  • +
    +
  • +
    + + +
  • + + +
  • + +
  • +
    +
  • +
    + + 200 Euro + + + + + + + + + + + + + + + + + + + +
    pre
    + + + + + + Oh my God, they killed Kenny! + + + + 漢 (Kan) + 字 (ji) + + +

    normalstriked

    +

    normalsample

    +
    section
    +
    named section
    +

    normalsmall

    + + +

    normalstrong

    + + +

    normalsub

    +

    normalsup

    + + + + +

    The concert took place on

    +

    normalunderline

    +

    An equation: x = y

    + + + + + + diff --git a/accessible/tests/mochitest/elm/test_MathMLSpec.html b/accessible/tests/mochitest/elm/test_MathMLSpec.html new file mode 100644 index 0000000000..a55c77668a --- /dev/null +++ b/accessible/tests/mochitest/elm/test_MathMLSpec.html @@ -0,0 +1,616 @@ + + + + HTML a11y spec tests + + + + + + + + + + + + + + + + + + Mozilla Bug 658272 +
    +

    + +
    +  
    + + + + + + a + 2 + + + + + 2 + + + = + + c + 2 + + + + Arbitrary text + + InterpretedStringLiteral + + + + + x + 2 + + + x + 5 + + + + + x + y + + + + [ + + X + , + Y + + closing-fence + + + + a + + + b + + + + x + + + + y + + + + + + b + 1 + 2 + + + + x + + + y + + + z + + + + + + x + ^ + + + + 0 + + + + R + i + + + j + k + + l + + + + + + + (2.1) + + + + E + = + + m + + + c + 2 + + + + + + + + ( + + + 1 + 0 + 0 + + + 0 + 1 + 0 + + + 0 + 0 + 1 + + + ) + + + + + 6 + 8 + + + + 3 + + 2 + + + 4 + + 2 + + + + 3 + 4 + + + + + + Division by zero: + + 1 + 0 + + + + + + + + + x + 2 + + + + y + + + + + + + + x + 2 + + y + + + + + x^{2} + y + + + + + + + + 1 + + + 1 + + + 523 + + - + + 15 + + + 508 + + + + 5 + 1 + 5 + + + + + 123 + ×321 + + + + 123 + 246 + 369 + + + + + + + diff --git a/accessible/tests/mochitest/elm/test_figure.html b/accessible/tests/mochitest/elm/test_figure.html new file mode 100644 index 0000000000..82ac961e36 --- /dev/null +++ b/accessible/tests/mochitest/elm/test_figure.html @@ -0,0 +1,60 @@ + + + + HTML5 figure/figcaption tests + + + + + + + + + + + + + + + + Mozilla Bug 658272 +
    +

    + +
    +  
    + +
    +
    figure caption
    +
    + + + diff --git a/accessible/tests/mochitest/elm/test_listbox.xhtml b/accessible/tests/mochitest/elm/test_listbox.xhtml new file mode 100644 index 0000000000..2315959e3a --- /dev/null +++ b/accessible/tests/mochitest/elm/test_listbox.xhtml @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + Mozilla Bug 418371 + +

    + +
    +    
    + + + + +
    + +
    + diff --git a/accessible/tests/mochitest/elm/test_nsApplicationAcc.html b/accessible/tests/mochitest/elm/test_nsApplicationAcc.html new file mode 100644 index 0000000000..2e7aabf882 --- /dev/null +++ b/accessible/tests/mochitest/elm/test_nsApplicationAcc.html @@ -0,0 +1,67 @@ + + + + application accessible name + + + + + + + + + + + Mozilla Bug 454211 + + +

    + +
    +  
    + + + diff --git a/accessible/tests/mochitest/elm/test_shadowroot.html b/accessible/tests/mochitest/elm/test_shadowroot.html new file mode 100644 index 0000000000..bc221090b4 --- /dev/null +++ b/accessible/tests/mochitest/elm/test_shadowroot.html @@ -0,0 +1,35 @@ + + + + ShadowRoot tests + + + + + + + + + Mozilla Bug 1026125 +
    +

    + +
    +  
    + + + + + diff --git a/accessible/tests/mochitest/elm/test_shadowroot_subframe.html b/accessible/tests/mochitest/elm/test_shadowroot_subframe.html new file mode 100644 index 0000000000..20e2baf681 --- /dev/null +++ b/accessible/tests/mochitest/elm/test_shadowroot_subframe.html @@ -0,0 +1,68 @@ + + + + ShadowRoot tests + + + + + + + + +
    +
    + + + -- cgit v1.2.3