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

15 lines
256 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>Test 0224</title>
</head>
<body>
<div about="">
<ol rel="rdf:value" inlist="">
<li><a href="foo">Foo</a></li>
<li><a href="bar">Bar</a></li>
</ol>
</div>
</body>
</html>