https://github.com/web-platform-tests/wpt
Raw File
Tip revision: d424efcdf70076295d04febf143969f8b57457f9 authored by Anne van Kesteren on 20 May 2016, 08:59:32 UTC
"Source browsing context" tests
Tip revision: d424efc
0323-isvalid.html
<!DOCTYPE html>
<html>
<head>
  <meta charset=utf-8>
  <title>Test 0323</title>
</head>
<body>
  <div typeof="schema:Person">
    <link property="rdfa:copy" resource="_:a"/>
  </div>
  <div typeof="foaf:Person">
    <link property="rdfa:copy" resource="_:a"/>
  </div>
  <p resource="_:a" typeof="rdfa:Pattern">Name: <span property="schema:name foaf:name">Amanda</span></p>
</body>
</html>
back to top