summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-rdfa/0219-isvalid.html
blob: 3865401f3961d9a10e3bf4cfe8df84c1c53aa58d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
<head>
  <meta charset=utf-8>
  <title>Test 0219</title>
</head>
<body>
  <div about="">
    <p property="rdf:value" inlist="">Foo</p>
  </div>
</body>
</html>