https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 932aa385e524f4f58dd788bfd34c93bf97859fec authored by Joshua Bell on 02 April 2018, 23:05:43 UTC
Cookie Store API: Split out and enable test cases
Tip revision: 932aa38
0290-isvalid.html
<!DOCTYPE html>
<html>
<head>
  <meta charset=utf-8>
  <title>Test 0290</title>
</head>
<body>
  <h1>@href becomes subject when @property and @datatype are present</h1>
  <a href="http://example.org/" property="rdf:value" datatype="">value</a>
</body>
</html>
back to top