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 --- .../xhtml/attributes/spellcheck/050-novalid.xhtml | 8 ++++++++ .../xhtml/attributes/spellcheck/051-isvalid.xhtml | 8 ++++++++ .../xhtml/attributes/spellcheck/052-isvalid.xhtml | 8 ++++++++ .../xhtml/attributes/spellcheck/053-isvalid.xhtml | 8 ++++++++ .../xhtml/attributes/spellcheck/350-novalid.xhtml | 8 ++++++++ 5 files changed, 40 insertions(+) create mode 100644 testing/web-platform/tests/conformance-checkers/xhtml/attributes/spellcheck/050-novalid.xhtml create mode 100644 testing/web-platform/tests/conformance-checkers/xhtml/attributes/spellcheck/051-isvalid.xhtml create mode 100644 testing/web-platform/tests/conformance-checkers/xhtml/attributes/spellcheck/052-isvalid.xhtml create mode 100644 testing/web-platform/tests/conformance-checkers/xhtml/attributes/spellcheck/053-isvalid.xhtml create mode 100644 testing/web-platform/tests/conformance-checkers/xhtml/attributes/spellcheck/350-novalid.xhtml (limited to 'testing/web-platform/tests/conformance-checkers/xhtml/attributes/spellcheck') diff --git a/testing/web-platform/tests/conformance-checkers/xhtml/attributes/spellcheck/050-novalid.xhtml b/testing/web-platform/tests/conformance-checkers/xhtml/attributes/spellcheck/050-novalid.xhtml new file mode 100644 index 000000000..fe82de048 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/xhtml/attributes/spellcheck/050-novalid.xhtml @@ -0,0 +1,8 @@ + + +spellcheck="badvalue" + + +

+ + diff --git a/testing/web-platform/tests/conformance-checkers/xhtml/attributes/spellcheck/051-isvalid.xhtml b/testing/web-platform/tests/conformance-checkers/xhtml/attributes/spellcheck/051-isvalid.xhtml new file mode 100644 index 000000000..ffc5c2c5f --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/xhtml/attributes/spellcheck/051-isvalid.xhtml @@ -0,0 +1,8 @@ + + +spellcheck="" + + +

+ + diff --git a/testing/web-platform/tests/conformance-checkers/xhtml/attributes/spellcheck/052-isvalid.xhtml b/testing/web-platform/tests/conformance-checkers/xhtml/attributes/spellcheck/052-isvalid.xhtml new file mode 100644 index 000000000..be64c4d20 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/xhtml/attributes/spellcheck/052-isvalid.xhtml @@ -0,0 +1,8 @@ + + +spellcheck="true" + + +

+ + diff --git a/testing/web-platform/tests/conformance-checkers/xhtml/attributes/spellcheck/053-isvalid.xhtml b/testing/web-platform/tests/conformance-checkers/xhtml/attributes/spellcheck/053-isvalid.xhtml new file mode 100644 index 000000000..a1d391dbc --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/xhtml/attributes/spellcheck/053-isvalid.xhtml @@ -0,0 +1,8 @@ + + +spellcheck="false" + + +

+ + diff --git a/testing/web-platform/tests/conformance-checkers/xhtml/attributes/spellcheck/350-novalid.xhtml b/testing/web-platform/tests/conformance-checkers/xhtml/attributes/spellcheck/350-novalid.xhtml new file mode 100644 index 000000000..fe82de048 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/xhtml/attributes/spellcheck/350-novalid.xhtml @@ -0,0 +1,8 @@ + + +spellcheck="badvalue" + + +

+ + -- cgit v1.2.3