servo/tests/wpt/web-platform-tests/conformance-checkers/html-rdfa/0225-isvalid.html

15 lines
261 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>Test 0225</title>
</head>
<body>
<div about="foo">
<p property="rdf:value" inlist="">Foo</p>
</div>
<div about="foo">
<p property="rdf:value" inlist="">Bar</p>
</div>
</body>
</html>