https://github.com/web-platform-tests/wpt
Raw File
Tip revision: ecc1a8f2d2e7c43cc50feacadc012c491abbb736 authored by Anne van Kesteren on 17 February 2017, 10:44:29 UTC
WIP test for document.domain
Tip revision: ecc1a8f
0246-isvalid.html
<!DOCTYPE html>
<html>
  <head>
    <meta charset=utf-8>
    <title>Test 0246</title>
  </head>
  <body prefix="foaf: http://xmlns.com/foaf/0.1/">
    <div about="http://www.example.org/#ben" rel="foaf:knows">
      <p typeof="foaf:Person"><span property="foaf:name">Mark Birbeck</span></p>
      <p typeof="foaf:Person"><span property="foaf:name">Ivan Herman</span></p>
    </div>
  </body>
</html>
back to top