diff options
Diffstat (limited to 'testing/web-platform/tests/conformance-checkers/html-its/textanalysis/html/textanalysis1html.html')
-rw-r--r-- | testing/web-platform/tests/conformance-checkers/html-its/textanalysis/html/textanalysis1html.html | 12 |
1 files changed, 12 insertions, 0 deletions
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 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset=utf-8> + <link href="textanalysis1htmlrules.xml" rel="its-rules"/> + <title>Text Analysis: Local Test</title> + </head> + <body> + <p> + <span id="dublin" typeof="http://nerd.eurecom.fr/ontology#Location" property="http://dbpedia.org/resource/Dublin">Dublin</span> is the <span id="capital" typeof="http://nerd.eurecom.fr/ontology#City" about="301467919" property="Wordnet3.0">capital</span> of Ireland.</p> + </body> +</html> |