https://github.com/web-platform-tests/wpt
Raw File
Tip revision: cd7e423fd7bf89a2f25ba3fdc79d073b1b942c6f authored by Jonathon Kereliuk on 04 April 2018, 18:19:15 UTC
added infra test that I forgot to add before
Tip revision: cd7e423
0041-novalid.html
<!DOCTYPE html>
<html prefix="foaf: http://xmlns.com/foaf/0.1/">
  <head>
		<meta charset=utf-8>
		<title>Test 0041</title>    
  </head>
  <body>
  	<div>
      <img 	about="http://sw-app.org/mic.xhtml#i"
  	   		rev="foaf:depicts"
  	   		src="http://sw-app.org/img/mic_2007_01.jpg" 
  	   		href="http://sw-app.org/img/mic_2006_03.jpg"
  	   		resource="http://sw-app.org/mic.xhtml#photo" 
  	   		alt="A photo depicting Michael" />  	
  	</div>
  </body>
</html>
back to top