https://github.com/web-platform-tests/wpt
Raw File
Tip revision: d6ebd711521b88acf00f3f1bbd5c4560500e92ea authored by Brandon Jones on 20 November 2018, 17:24:18 UTC
Remove the multiview attribute from XRWebGLLayer
Tip revision: d6ebd71
0056-isvalid.html
<!DOCTYPE html>
<html prefix="foaf: http://xmlns.com/foaf/0.1/">
  <head>
    <meta charset=utf-8>
    <title>Test 0056</title>
  </head>
  <body>
    <div about="http://www.example.org/#ben" typeof="foaf:Person" rel="foaf:knows">
      <p about="http://www.example.org/#mark" property="foaf:name">Mark Birbeck</p>
    </div>
  </body>
</html>
back to top