From 6bf0a5cb5034a7e684dcc3500e841785237ce2dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:32:43 +0200 Subject: Adding upstream version 1:115.7.0. Signed-off-by: Daniel Baumann --- .../html-its/domain/html/domain1html.html | 13 +++++++++++++ .../html-its/domain/html/domain1htmlrules.xml | 5 +++++ .../html-its/domain/html/domain2html.html | 13 +++++++++++++ .../html-its/domain/html/domain2htmlrules.xml | 6 ++++++ .../html-its/domain/html/domain3html.html | 17 +++++++++++++++++ .../html-its/domain/html/domain3htmlrules.xml | 4 ++++ .../html-its/domain/html/domain4html.html | 18 ++++++++++++++++++ .../html-its/domain/xml/domain1xml.xml | 13 +++++++++++++ .../html-its/domain/xml/domain2xml.xml | 14 ++++++++++++++ .../html-its/domain/xml/domain4xml.xml | 10 ++++++++++ .../html-its/domain/xml/domain4xmlrules.xml | 6 ++++++ .../html-its/domain/xml/domain5xml.xml | 17 +++++++++++++++++ .../html-its/domain/xml/domain5xmlrules.xml | 6 ++++++ .../html-its/domain/xml/domain6xml.xml | 19 +++++++++++++++++++ .../html-its/domain/xml/domain7xml.xml | 16 ++++++++++++++++ .../html-its/domain/xml/domain7xmlrules.xml | 4 ++++ 16 files changed, 181 insertions(+) create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/domain/html/domain1html.html create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/domain/html/domain1htmlrules.xml create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/domain/html/domain2html.html create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/domain/html/domain2htmlrules.xml create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/domain/html/domain3html.html create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/domain/html/domain3htmlrules.xml create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/domain/html/domain4html.html create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/domain/xml/domain1xml.xml create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/domain/xml/domain2xml.xml create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/domain/xml/domain4xml.xml create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/domain/xml/domain4xmlrules.xml create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/domain/xml/domain5xml.xml create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/domain/xml/domain5xmlrules.xml create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/domain/xml/domain6xml.xml create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/domain/xml/domain7xml.xml create mode 100644 testing/web-platform/tests/conformance-checkers/html-its/domain/xml/domain7xmlrules.xml (limited to 'testing/web-platform/tests/conformance-checkers/html-its/domain') diff --git a/testing/web-platform/tests/conformance-checkers/html-its/domain/html/domain1html.html b/testing/web-platform/tests/conformance-checkers/html-its/domain/html/domain1html.html new file mode 100644 index 0000000000..2bb5d4b265 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/domain/html/domain1html.html @@ -0,0 +1,13 @@ + + + + + + + Domain HTML + + +

The new car from XYZ - buy it now!

+ + + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/domain/html/domain1htmlrules.xml b/testing/web-platform/tests/conformance-checkers/html-its/domain/html/domain1htmlrules.xml new file mode 100644 index 0000000000..9387be964b --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/domain/html/domain1htmlrules.xml @@ -0,0 +1,5 @@ + + + + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/domain/html/domain2html.html b/testing/web-platform/tests/conformance-checkers/html-its/domain/html/domain2html.html new file mode 100644 index 0000000000..82a8151c63 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/domain/html/domain2html.html @@ -0,0 +1,13 @@ + + + + + + + Domain HTML + + +

The new car from XYZ - buy it now!

+ + + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/domain/html/domain2htmlrules.xml b/testing/web-platform/tests/conformance-checkers/html-its/domain/html/domain2htmlrules.xml new file mode 100644 index 0000000000..4446ffb6a0 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/domain/html/domain2htmlrules.xml @@ -0,0 +1,6 @@ + + + + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/domain/html/domain3html.html b/testing/web-platform/tests/conformance-checkers/html-its/domain/html/domain3html.html new file mode 100644 index 0000000000..3349ae50d6 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/domain/html/domain3html.html @@ -0,0 +1,17 @@ + + + + + + +Sports law + + +

+Sports law is an umbrella term used to describe the legal issues at work in the world of both amateur and professional sports. +

+

+Sports law overlaps substantially with labor law, contract law, competition or antitrust law, and tort law. +

+ + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/domain/html/domain3htmlrules.xml b/testing/web-platform/tests/conformance-checkers/html-its/domain/html/domain3htmlrules.xml new file mode 100644 index 0000000000..89aed8f1a0 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/domain/html/domain3htmlrules.xml @@ -0,0 +1,4 @@ + +keywords + + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/domain/html/domain4html.html b/testing/web-platform/tests/conformance-checkers/html-its/domain/html/domain4html.html new file mode 100644 index 0000000000..7ae79aaaad --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/domain/html/domain4html.html @@ -0,0 +1,18 @@ + + + + + + + +Sports law + + +

Some text about sport and law.

+ + \ No newline at end of file diff --git a/testing/web-platform/tests/conformance-checkers/html-its/domain/xml/domain1xml.xml b/testing/web-platform/tests/conformance-checkers/html-its/domain/xml/domain1xml.xml new file mode 100644 index 0000000000..b3fd0f716d --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/domain/xml/domain1xml.xml @@ -0,0 +1,13 @@ + + + + + + + + +

The new car from XYZ - buy it now!

+ +
diff --git a/testing/web-platform/tests/conformance-checkers/html-its/domain/xml/domain2xml.xml b/testing/web-platform/tests/conformance-checkers/html-its/domain/xml/domain2xml.xml new file mode 100644 index 0000000000..2c7674a247 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/domain/xml/domain2xml.xml @@ -0,0 +1,14 @@ + + + + + + + + +

The new car from XYZ - buy it now!

+ +
diff --git a/testing/web-platform/tests/conformance-checkers/html-its/domain/xml/domain4xml.xml b/testing/web-platform/tests/conformance-checkers/html-its/domain/xml/domain4xml.xml new file mode 100644 index 0000000000..c08211fca9 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/domain/xml/domain4xml.xml @@ -0,0 +1,10 @@ + + + + + + +

Sports law is an umbrella term used to describe the legal issues at work in the world of both amateur and professional sports.

+

Sports law overlaps substantially with labor law, contract law, competition or antitrust law, and tort law.

+ +
diff --git a/testing/web-platform/tests/conformance-checkers/html-its/domain/xml/domain4xmlrules.xml b/testing/web-platform/tests/conformance-checkers/html-its/domain/xml/domain4xmlrules.xml new file mode 100644 index 0000000000..2660698c92 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/domain/xml/domain4xmlrules.xml @@ -0,0 +1,6 @@ + + + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/domain/xml/domain5xml.xml b/testing/web-platform/tests/conformance-checkers/html-its/domain/xml/domain5xml.xml new file mode 100644 index 0000000000..8831dcb2bd --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/domain/xml/domain5xml.xml @@ -0,0 +1,17 @@ + + + + + + + + + + +

+Sports law is an umbrella term used to describe the legal issues at work in the world of both amateur and professional sports. +Sports law overlaps substantially with labor law, contract law, competition or antitrust law, and tort law. +

+Unlike intercollegiate sports, international amateur sports are run by a variety of organizations. + +
diff --git a/testing/web-platform/tests/conformance-checkers/html-its/domain/xml/domain5xmlrules.xml b/testing/web-platform/tests/conformance-checkers/html-its/domain/xml/domain5xmlrules.xml new file mode 100644 index 0000000000..472b38c58b --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/domain/xml/domain5xmlrules.xml @@ -0,0 +1,6 @@ + + + diff --git a/testing/web-platform/tests/conformance-checkers/html-its/domain/xml/domain6xml.xml b/testing/web-platform/tests/conformance-checkers/html-its/domain/xml/domain6xml.xml new file mode 100644 index 0000000000..c62de54ac9 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/domain/xml/domain6xml.xml @@ -0,0 +1,19 @@ + + + +DC.type + + + + + +

+ +A poem is a composition written in verse (although verse has also been used for epic and dramatic fiction). + + +Poems make use of the aesthetic qualities of language to suggest differential meanings and to evoke emotive responses. Poems rely heavily on imagery and metaphor; they may have a rhythmic structure based on patterns of stresses (metric feet) or on patterns of different-length syllables (as in classical prosody); and they may or may not utilize rhyme. + +

+ +
diff --git a/testing/web-platform/tests/conformance-checkers/html-its/domain/xml/domain7xml.xml b/testing/web-platform/tests/conformance-checkers/html-its/domain/xml/domain7xml.xml new file mode 100644 index 0000000000..472cbb7553 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/domain/xml/domain7xml.xml @@ -0,0 +1,16 @@ + + + + + + +

+ +A poem is a composition written in verse (although verse has also been used for epic and dramatic fiction). + + +Poems make use of the aesthetic qualities of language to suggest differential meanings and to evoke emotive responses. Poems rely heavily on imagery and metaphor; they may have a rhythmic structure based on patterns of stresses (metric feet) or on patterns of different-length syllables (as in classical prosody); and they may or may not utilize rhyme. + +

+ +
diff --git a/testing/web-platform/tests/conformance-checkers/html-its/domain/xml/domain7xmlrules.xml b/testing/web-platform/tests/conformance-checkers/html-its/domain/xml/domain7xmlrules.xml new file mode 100644 index 0000000000..b9e17bd700 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-its/domain/xml/domain7xmlrules.xml @@ -0,0 +1,4 @@ + +DC.type + + -- cgit v1.2.3