https://github.com/web-platform-tests/wpt
Raw File
Tip revision: dfc6293bd278f46fb6963950157a4f19b281dca4 authored by Ms2ger on 14 March 2018, 16:45:25 UTC
Fix a link to the README in the documentation.
Tip revision: dfc6293
0225-isvalid.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>
back to top