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/accessible-name-input/checkbox-title.html | 10 ++++++++++ .../html-aria/accessible-name-input/file-title.html | 10 ++++++++++ .../html-aria/accessible-name-input/password-title.html | 10 ++++++++++ .../html-aria/accessible-name-input/radio-title.html | 10 ++++++++++ .../html-aria/accessible-name-input/text-title.html | 10 ++++++++++ 5 files changed, 50 insertions(+) create mode 100644 testing/web-platform/tests/conformance-checkers/html-aria/accessible-name-input/checkbox-title.html create mode 100644 testing/web-platform/tests/conformance-checkers/html-aria/accessible-name-input/file-title.html create mode 100644 testing/web-platform/tests/conformance-checkers/html-aria/accessible-name-input/password-title.html create mode 100644 testing/web-platform/tests/conformance-checkers/html-aria/accessible-name-input/radio-title.html create mode 100644 testing/web-platform/tests/conformance-checkers/html-aria/accessible-name-input/text-title.html (limited to 'testing/web-platform/tests/conformance-checkers/html-aria/accessible-name-input') diff --git a/testing/web-platform/tests/conformance-checkers/html-aria/accessible-name-input/checkbox-title.html b/testing/web-platform/tests/conformance-checkers/html-aria/accessible-name-input/checkbox-title.html new file mode 100644 index 000000000..6b9486026 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-aria/accessible-name-input/checkbox-title.html @@ -0,0 +1,10 @@ + + + + + Checkbox with title attribute and no other labeling mechanism + + + + + \ No newline at end of file diff --git a/testing/web-platform/tests/conformance-checkers/html-aria/accessible-name-input/file-title.html b/testing/web-platform/tests/conformance-checkers/html-aria/accessible-name-input/file-title.html new file mode 100644 index 000000000..12d91348a --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-aria/accessible-name-input/file-title.html @@ -0,0 +1,10 @@ + + + + + File input with title attribute and no other labeling mechanism + + + + + \ No newline at end of file diff --git a/testing/web-platform/tests/conformance-checkers/html-aria/accessible-name-input/password-title.html b/testing/web-platform/tests/conformance-checkers/html-aria/accessible-name-input/password-title.html new file mode 100644 index 000000000..ab7426511 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-aria/accessible-name-input/password-title.html @@ -0,0 +1,10 @@ + + + + + Password input with title attribute and no other labeling mechanism + + + + + \ No newline at end of file diff --git a/testing/web-platform/tests/conformance-checkers/html-aria/accessible-name-input/radio-title.html b/testing/web-platform/tests/conformance-checkers/html-aria/accessible-name-input/radio-title.html new file mode 100644 index 000000000..e84c919aa --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-aria/accessible-name-input/radio-title.html @@ -0,0 +1,10 @@ + + + + + Radio button with title attribute and no other labeling mechanism + + + + + \ No newline at end of file diff --git a/testing/web-platform/tests/conformance-checkers/html-aria/accessible-name-input/text-title.html b/testing/web-platform/tests/conformance-checkers/html-aria/accessible-name-input/text-title.html new file mode 100644 index 000000000..90ba881a3 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-aria/accessible-name-input/text-title.html @@ -0,0 +1,10 @@ + + + + + Text input with title attribute and no other labeling mechanism + + + + + \ No newline at end of file -- cgit v1.2.3