summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-rdfa/0223-novalid.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/conformance-checkers/html-rdfa/0223-novalid.html')
-rw-r--r--testing/web-platform/tests/conformance-checkers/html-rdfa/0223-novalid.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0223-novalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0223-novalid.html
new file mode 100644
index 0000000000..662fe5124a
--- /dev/null
+++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0223-novalid.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset=utf-8>
+ <title>Test 0223</title>
+</head>
+<body>
+ <div about="">
+ <p property="rdf:value" inlist="">Foo</p>
+ <strong><p property="rdf:value" inlist="">Bar</p></strong>
+ <p property="rdf:value">Baz</p>
+ </div>
+</body>
+</html>