Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 4b1428b70948d7818767a6faf6c76f430fa3e602 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<html>
  <body style="font: 10pt 'Times New Roman', serif;" foo="bar none" xml:lang="en">
  
    <p>This should be a complex document with some <a href="here is a
    URL">elements with attributes</a>. The more complex, the more
    thorough the check will be.</p>
    
    <img src="http://myhost.com/really/long/path/to/a/jpeg.jpg" alt="&lt;pickin &amp; grinnin&gt;"/>
    
  </body>
</html>

Back to the top