https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 2207a37c38f93ad6e74745dedb28e1dbd4660430 authored by Hwanseung Lee on 28 March 2018, 06:47:36 UTC
[css-typed-om] support x, y, cx, cy properties
Tip revision: 2207a37
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