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 --- .../textanalysis/html/textanalysis1html.html | 12 +++++++++++ .../textanalysis/html/textanalysis1htmlrules.xml | 9 +++++++++ .../textanalysis/html/textanalysis2html.html | 12 +++++++++++ .../textanalysis/html/textanalysis2htmlrules.xml | 11 +++++++++++ .../textanalysis/html/textanalysis3html.html | 15 ++++++++++++++ .../textanalysis/html/textanalysis3htmlrules.xml | 5 +++++ .../textanalysis/html/textanalysis4html.html | 20 +++++++++++++++++++ .../textanalysis/html/textanalysis5html.html | 23 ++++++++++++++++++++++ 8 files changed, 107 insertions(+) create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/textanalysis/html/textanalysis1html.html create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/textanalysis/html/textanalysis1htmlrules.xml create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/textanalysis/html/textanalysis2html.html create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/textanalysis/html/textanalysis2htmlrules.xml create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/textanalysis/html/textanalysis3html.html create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/textanalysis/html/textanalysis3htmlrules.xml create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/textanalysis/html/textanalysis4html.html create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/textanalysis/html/textanalysis5html.html (limited to 'testing/web-platform/tests/conformance-checkers/html-its/textanalysis/html') diff --git a/testing/web-platform/tests/conformance-checkers/html-its/textanalysis/html/textanalysis1html.html b/testing/web-platform/tests/conformance-checkers/html-its/textanalysis/html/textanalysis1html.html new file mode 100644 index 000000000..320282183 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/textanalysis/html/textanalysis1html.html @@ -0,0 +1,12 @@ + + + + + + Text Analysis: Local Test + + +

+ Dublin is the capital of Ireland.

+ + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/textanalysis/html/textanalysis1htmlrules.xml b/testing/web-platform/tests/conformance-checkers/html-its/textanalysis/html/textanalysis1htmlrules.xml new file mode 100644 index 000000000..c6245b71e --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/textanalysis/html/textanalysis1htmlrules.xml @@ -0,0 +1,9 @@ + + + + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/textanalysis/html/textanalysis2html.html b/testing/web-platform/tests/conformance-checkers/html-its/textanalysis/html/textanalysis2html.html new file mode 100644 index 000000000..39c45f9cc --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/textanalysis/html/textanalysis2html.html @@ -0,0 +1,12 @@ + + + + + + Text Analysis: Local Test + + +

+ Dublin is the capital of Ireland.

+ + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/textanalysis/html/textanalysis2htmlrules.xml b/testing/web-platform/tests/conformance-checkers/html-its/textanalysis/html/textanalysis2htmlrules.xml new file mode 100644 index 000000000..c5601a9ed --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/textanalysis/html/textanalysis2htmlrules.xml @@ -0,0 +1,11 @@ + + dublin + capital + + + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/textanalysis/html/textanalysis3html.html b/testing/web-platform/tests/conformance-checkers/html-its/textanalysis/html/textanalysis3html.html new file mode 100644 index 000000000..bf5e46657 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/textanalysis/html/textanalysis3html.html @@ -0,0 +1,15 @@ + + + + + + Text Analysis: Local Test + + +

Dublin is + the capital of Ireland.

+ + + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/textanalysis/html/textanalysis3htmlrules.xml b/testing/web-platform/tests/conformance-checkers/html-its/textanalysis/html/textanalysis3htmlrules.xml new file mode 100644 index 000000000..d88271f30 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/textanalysis/html/textanalysis3htmlrules.xml @@ -0,0 +1,5 @@ + + + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/textanalysis/html/textanalysis4html.html b/testing/web-platform/tests/conformance-checkers/html-its/textanalysis/html/textanalysis4html.html new file mode 100644 index 000000000..42ff1d37b --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/textanalysis/html/textanalysis4html.html @@ -0,0 +1,20 @@ + + + + + Text Analysis: Local Test + + +

Dublin + is the capital of Ireland.

+ + + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/textanalysis/html/textanalysis5html.html b/testing/web-platform/tests/conformance-checkers/html-its/textanalysis/html/textanalysis5html.html new file mode 100644 index 000000000..8f673df4c --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/textanalysis/html/textanalysis5html.html @@ -0,0 +1,23 @@ + + + + + + Textanalysis: Local Test + + +

Dublin is the capital of Ireland.

+ + -- cgit v1.2.3