https://github.com/web-platform-tests/wpt
Raw File
Tip revision: ad4489b5132d14d65cdb52845d1c1f8694b9d4cc authored by Ms2ger on 13 March 2018, 16:12:19 UTC
Add tests for transferring ImageBitmap objects.
Tip revision: ad4489b
0225-isvalid.html
<!DOCTYPE html>
<html>
<head>
  <meta charset=utf-8>
  <title>Test 0225</title>
</head>
<body>
  <div about="foo">
    <p property="rdf:value" inlist="">Foo</p>
  </div>
  <div about="foo">
    <p property="rdf:value" inlist="">Bar</p>
  </div>
</body>
</html>
back to top