summaryrefslogtreecommitdiff
path: root/tests/ITS-2.0-Testsuite/inputdata/externalresource/html/externalresource2html.html
blob: eaf6f27490c256740805a64039d401a464a4bb18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html lang=en>
 <head>
  <meta charset=utf-8> 
  <link href="externalresource2htmlrules.xml" rel="its-rules"/>
  <title>Video element example</title>
 </head>
 <body>
  <p id='1'>
  <video
    width="640"
    height="360"
    src="http://www.example.com/video/v2.mp3"
    poster="video-image.png">If your browser doesn't support the <code>video</code> element, you can <a href="http://www.example.com/video/v2.mp3">download the video</a> instead.</video>
  </p>
 </body>
</html>