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 --- .../implicit-semantics-checkbox-disparity-haswarn.html | 12 ++++++++++++ .../host-language/implicit-semantics-checkbox-norole.html | 12 ++++++++++++ .../implicit-semantics-checkbox-role-haswarn.html | 12 ++++++++++++ .../html-aria/host-language/input-range-valuetext.htm | 10 ++++++++++ 4 files changed, 46 insertions(+) create mode 100644 testing/web-platform/tests/conformance-checkers/html-aria/host-language/implicit-semantics-checkbox-disparity-haswarn.html create mode 100644 testing/web-platform/tests/conformance-checkers/html-aria/host-language/implicit-semantics-checkbox-norole.html create mode 100644 testing/web-platform/tests/conformance-checkers/html-aria/host-language/implicit-semantics-checkbox-role-haswarn.html create mode 100644 testing/web-platform/tests/conformance-checkers/html-aria/host-language/input-range-valuetext.htm (limited to 'testing/web-platform/tests/conformance-checkers/html-aria/host-language') diff --git a/testing/web-platform/tests/conformance-checkers/html-aria/host-language/implicit-semantics-checkbox-disparity-haswarn.html b/testing/web-platform/tests/conformance-checkers/html-aria/host-language/implicit-semantics-checkbox-disparity-haswarn.html new file mode 100644 index 000000000..d5a8b099a --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-aria/host-language/implicit-semantics-checkbox-disparity-haswarn.html @@ -0,0 +1,12 @@ + + + + + Native checkbox with aria-checked that conflicts with native checked + + +
+ +
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/conformance-checkers/html-aria/host-language/implicit-semantics-checkbox-norole.html b/testing/web-platform/tests/conformance-checkers/html-aria/host-language/implicit-semantics-checkbox-norole.html new file mode 100644 index 000000000..717d8ac1e --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-aria/host-language/implicit-semantics-checkbox-norole.html @@ -0,0 +1,12 @@ + + + + + Native checkbox with aria-checked but no role + + +
+ +
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/conformance-checkers/html-aria/host-language/implicit-semantics-checkbox-role-haswarn.html b/testing/web-platform/tests/conformance-checkers/html-aria/host-language/implicit-semantics-checkbox-role-haswarn.html new file mode 100644 index 000000000..286e14b1b --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-aria/host-language/implicit-semantics-checkbox-role-haswarn.html @@ -0,0 +1,12 @@ + + + + + Native checkbox with aria-checked with role + + +
+ +
+ + \ No newline at end of file diff --git a/testing/web-platform/tests/conformance-checkers/html-aria/host-language/input-range-valuetext.htm b/testing/web-platform/tests/conformance-checkers/html-aria/host-language/input-range-valuetext.htm new file mode 100644 index 000000000..2e6d07973 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-aria/host-language/input-range-valuetext.htm @@ -0,0 +1,10 @@ + + + + valuetext + + + + + + -- cgit v1.2.3