https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 7d1437d93394587f1fa752d1a68f529f9f04d99f authored by Anne van Kesteren on 27 November 2018, 15:40:44 UTC
WIP: figuring out Origin outside of CORS
Tip revision: 7d1437d
0325-isvalid.html
<!DOCTYPE html>
<html>
<head>
  <base href="http://example.org/"/>
  <meta charset=utf-8>
  <title>Test 0325</title>
</head>
<body vocab="http://schema.org/">
  <div resource="#foo" typeof=""><link property="rdfa:copy" resource="_:a"/></div>
  <div resource="#bar" typeof=""><link property="rdfa:copy" resource="_:a"/></div>
  <div resource="_:a" typeof="rdfa:Pattern">
    <div property="schema:refers-to" typeof="">
      <span property="schema:name">Amanda</span>
    </div>
  </div>
</body>
</html>
back to top