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/attributes/lang/deprecated-tag-haswarn.html | 9 +++++++++ .../html/attributes/lang/empty-isvalid.html | 10 ++++++++++ .../html/attributes/lang/extlang-bad-novalid.html | 9 +++++++++ .../html/attributes/lang/xmllang-different-value-novalid.html | 10 ++++++++++ .../html/attributes/lang/xmllang-only-novalid.html | 10 ++++++++++ .../html/attributes/lang/xmllang-same-isvalid.html | 10 ++++++++++ 6 files changed, 58 insertions(+) create mode 100644 testing/web-platform/tests/conformance-checkers/html/attributes/lang/deprecated-tag-haswarn.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/attributes/lang/empty-isvalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/attributes/lang/extlang-bad-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/attributes/lang/xmllang-different-value-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/attributes/lang/xmllang-only-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/attributes/lang/xmllang-same-isvalid.html (limited to 'testing/web-platform/tests/conformance-checkers/html/attributes/lang') diff --git a/testing/web-platform/tests/conformance-checkers/html/attributes/lang/deprecated-tag-haswarn.html b/testing/web-platform/tests/conformance-checkers/html/attributes/lang/deprecated-tag-haswarn.html new file mode 100644 index 000000000..4fc1aaaaf --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/attributes/lang/deprecated-tag-haswarn.html @@ -0,0 +1,9 @@ + + + +must be a valid BCP 47 language tag, or the empty string + + + + + diff --git a/testing/web-platform/tests/conformance-checkers/html/attributes/lang/empty-isvalid.html b/testing/web-platform/tests/conformance-checkers/html/attributes/lang/empty-isvalid.html new file mode 100644 index 000000000..f88354d01 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/attributes/lang/empty-isvalid.html @@ -0,0 +1,10 @@ + + + + +must be a valid BCP 47 language tag, or the empty string + + +

+ + diff --git a/testing/web-platform/tests/conformance-checkers/html/attributes/lang/extlang-bad-novalid.html b/testing/web-platform/tests/conformance-checkers/html/attributes/lang/extlang-bad-novalid.html new file mode 100644 index 000000000..7908f08c3 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/attributes/lang/extlang-bad-novalid.html @@ -0,0 +1,9 @@ + + + +must be a valid BCP 47 language tag, or the empty string + + + + + diff --git a/testing/web-platform/tests/conformance-checkers/html/attributes/lang/xmllang-different-value-novalid.html b/testing/web-platform/tests/conformance-checkers/html/attributes/lang/xmllang-different-value-novalid.html new file mode 100644 index 000000000..8e9f82fe5 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/attributes/lang/xmllang-different-value-novalid.html @@ -0,0 +1,10 @@ + + + + +When "xml:lang" is specified, the element must also have "lang" present with the same value + + +

+ + diff --git a/testing/web-platform/tests/conformance-checkers/html/attributes/lang/xmllang-only-novalid.html b/testing/web-platform/tests/conformance-checkers/html/attributes/lang/xmllang-only-novalid.html new file mode 100644 index 000000000..7f4571ef1 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/attributes/lang/xmllang-only-novalid.html @@ -0,0 +1,10 @@ + + + + +When "xml:lang" is specified, the element must also have "lang" present with the same value + + +

+ + diff --git a/testing/web-platform/tests/conformance-checkers/html/attributes/lang/xmllang-same-isvalid.html b/testing/web-platform/tests/conformance-checkers/html/attributes/lang/xmllang-same-isvalid.html new file mode 100644 index 000000000..71418a5f6 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/attributes/lang/xmllang-same-isvalid.html @@ -0,0 +1,10 @@ + + + + +When "xml:lang" is specified, the element must also have "lang" present with the same value + + +

+ + -- cgit v1.2.3