home · contact · privacy
Broaden test.
[redo-blog] / test / test_files / foo.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Yet another blog – a title with some nasty characters: &amp;&lt;&gt;&quot;&#x27;</title>
5 </head>
6 <body>
7 <h1>a title with some nasty characters: &amp;&lt;&gt;&quot;'</h1>
8 <section>
9 <p>this text contains some special characters: '&quot;&gt;&lt;&amp;</p>
10 <p>and more than one paragraph</p>
11 </section>
12 </body>
13 </html>