https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 889dffdab866c3c61e6178681497d2cbd953ac1c authored by Philip Jägenstedt on 21 December 2018, 14:58:28 UTC
[Azure Pipelines] Run all `./wpt run` tests on Windows 10 Insider Preview
Tip revision: 889dffd
0247-isvalid.html
<!DOCTYPE html>
<html>
  <head>
		<meta charset=utf-8>
		<title>Test 0247</title>    
  </head>
  <body prefix="foaf: http://xmlns.com/foaf/0.1/">    
	<div about ="http://www.example.org/#somebody" rel="foaf:knows">
	    <p property="foaf:name">Ivan Herman</p>
		<p rel="foaf:mailbox" resource="mailto:ivan@w3.org">mailto:ivan@w3.org</p>
		<p typeof="foaf:Person"><span property="foaf:name">Mark Birbeck</span></p>
	</div>
  </body>
</html>
back to top