diff options
Diffstat (limited to 'testing/web-platform/tests/conformance-checkers/html-rdfa/0017-isvalid.html')
-rw-r--r-- | testing/web-platform/tests/conformance-checkers/html-rdfa/0017-isvalid.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0017-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0017-isvalid.html new file mode 100644 index 0000000000..a0fe474532 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0017-isvalid.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html prefix="foaf: http://xmlns.com/foaf/0.1/"> + <head> + <meta charset=utf-8> + <title>Test 0017</title> + </head> + <body> + <p> + <span about="[_:a]" property="foaf:name">Manu Sporny</span> + <span about="[_:a]" rel="foaf:knows" +resource="[_:b]">knows</span> + <span about="[_:b]" property="foaf:name">Ralph Swick</span>. + </p> + </body> +</html> |