diff options
Diffstat (limited to 'testing/web-platform/tests/conformance-checkers/html-rdfa/0109-novalid.html')
-rw-r--r-- | testing/web-platform/tests/conformance-checkers/html-rdfa/0109-novalid.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0109-novalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0109-novalid.html new file mode 100644 index 0000000000..7ca6adb3e1 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0109-novalid.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html prefix="dc: http://purl.org/dc/elements/1.1/" xml:base="http://example.org/invalid/"> + <head> + <meta charset=utf-8> + <title>Test 0109</title> + </head> + <body> + <!-- This a NOT a valid XHTML document (due to @xml:base) --> + <div xml:base="http://example.org/invalid/"> + <p about="">This is <span property="dc:title">Test 0109</span>.</p> + </div> + </body> +</html> |