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 --- .../html-aria/name-computation-general/596.html | 11 +++++++++++ .../html-aria/name-computation-general/597.html | 10 ++++++++++ .../html-aria/name-computation-general/598.html | 11 +++++++++++ .../html-aria/name-computation-general/599.html | 12 ++++++++++++ .../html-aria/name-computation-general/600.html | 10 ++++++++++ .../html-aria/name-computation-general/601.html | 10 ++++++++++ .../html-aria/name-computation-general/602.html | 10 ++++++++++ .../html-aria/name-computation-general/603.html | 2 ++ .../html-aria/name-computation-general/604.html | 10 ++++++++++ .../html-aria/name-computation-general/605.html | 11 +++++++++++ .../html-aria/name-computation-general/606.html | 11 +++++++++++ .../html-aria/name-computation-general/607.html | 10 ++++++++++ .../html-aria/name-computation-general/608.html | 10 ++++++++++ .../html-aria/name-computation-general/837.html | 18 ++++++++++++++++++ 14 files changed, 146 insertions(+) create mode 100644 testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/596.html create mode 100644 testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/597.html create mode 100644 testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/598.html create mode 100644 testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/599.html create mode 100644 testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/600.html create mode 100644 testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/601.html create mode 100644 testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/602.html create mode 100644 testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/603.html create mode 100644 testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/604.html create mode 100644 testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/605.html create mode 100644 testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/606.html create mode 100644 testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/607.html create mode 100644 testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/608.html create mode 100644 testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/837.html (limited to 'testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general') diff --git a/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/596.html b/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/596.html new file mode 100644 index 000000000..d2f4a9d8a --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/596.html @@ -0,0 +1,11 @@ + + + + + DIV with aria-labelledby="ID1" and aria-label is not specified and title is not specified. + + +
aria-labelledby='ID1'
+ Label for 'test' element + + diff --git a/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/597.html b/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/597.html new file mode 100644 index 000000000..9a2901cef --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/597.html @@ -0,0 +1,10 @@ + + + + + DIV with aria-label="Tag" and aria-labelledby is not specified and title is not specified.. + + +
aria-label='Tag'
+ + diff --git a/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/598.html b/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/598.html new file mode 100644 index 000000000..7d9404d82 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/598.html @@ -0,0 +1,11 @@ + + + + + DIV with aria-labelledby="ID1" aria-label="Tag" and title is not specified. + + +
aria-labelledby="ID1" aria-label='Tag'
+ Element with id='ID1' + + diff --git a/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/599.html b/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/599.html new file mode 100644 index 000000000..e08b66647 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/599.html @@ -0,0 +1,12 @@ + + + + + DIV with id="ID0" and aria-labelledby="ID0 ID1" and aria-label="Tag" and title is not specified. + + +
aria-labelledby="ID0 ID1" aria-label='Tag'
+ Element with id='ID0' + Element with id='ID1' + + diff --git a/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/600.html b/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/600.html new file mode 100644 index 000000000..407e35009 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/600.html @@ -0,0 +1,10 @@ + + + + + DIV with text and aria-label is not specified and aria-labelledby is not specified and title is not specified and role is not specified. + + +
Div with text
+ + diff --git a/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/601.html b/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/601.html new file mode 100644 index 000000000..696f900b9 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/601.html @@ -0,0 +1,10 @@ + + + + + DIV with text and role="button" and aria-label is not specified and aria-labelledby is not specified and title is not specified. + + +
Div with role of button, with text.
+ + diff --git a/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/602.html b/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/602.html new file mode 100644 index 000000000..cd896fc11 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/602.html @@ -0,0 +1,10 @@ + + + + + DIV with text and role="button" and title="Tag" and aria-label is not specified and aria-labelledby is not specified. + + +
+ + diff --git a/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/603.html b/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/603.html new file mode 100644 index 000000000..d43057cb7 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/603.html @@ -0,0 +1,2 @@ + < href="test.html" aria-labelledby="ID1"> ABC </A> and aria-label is not specified and title is not specified. +
Nifty
ABC diff --git a/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/604.html b/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/604.html new file mode 100644 index 000000000..d13030893 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/604.html @@ -0,0 +1,10 @@ + + + + + aria-label on anchor (without aria-labelledby or title attribute) + + + ABC + + diff --git a/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/605.html b/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/605.html new file mode 100644 index 000000000..a9a47476b --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/605.html @@ -0,0 +1,11 @@ + + + + + Aria-label on anchor with aria-labelledby (no title attribute) + + + ABC +

Here is some labelledby text

+ + diff --git a/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/606.html b/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/606.html new file mode 100644 index 000000000..31a65d6b8 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/606.html @@ -0,0 +1,11 @@ + + + + + aria-label on anchor with two aria-labelledby ids (no title attribute) + + + +

Also labelledby text ID1

+ + diff --git a/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/607.html b/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/607.html new file mode 100644 index 000000000..8e71e7d6e --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/607.html @@ -0,0 +1,10 @@ + + + + + Anchor with no aria-label, no aria-labelledby, no title attribute + + + ABC + + diff --git a/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/608.html b/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/608.html new file mode 100644 index 000000000..e73fc0f25 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/608.html @@ -0,0 +1,10 @@ + + + + + Title attribute, no aria-label, aria-labelledby + + + + + diff --git a/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/837.html b/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/837.html new file mode 100644 index 000000000..eab418c84 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-general/837.html @@ -0,0 +1,18 @@ + + + + + Tree item with text value "Animals" with two descendant tree items with text value "Cats" and "Dogs". + + + + + -- cgit v1.2.3