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