https://github.com/web-platform-tests/wpt
Raw File
Tip revision: b57eb2f370c46465baf71c3422ecb945cfcea7a4 authored by Darren Shen on 19 March 2018, 06:54:15 UTC
[css-typed-om] Add support for min/max-width/height.
Tip revision: b57eb2f
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