summary refs log blame commit diff stats
path: root/tests/testdata/wildhtml.html
blob: dfab7ba954ab1ba3ca723b9c57615959c1aadcee (plain) (tree)
1
2

                        






















                                                     
<!DOCTYPE some doctype >
  
<html>
  <head>
    <title>Test title!</title>
  </head>

  <body>
    Ein Text mit vielen Zeichenumbr&uuml;chen. <br />
    <br><br>
    
    <ul>
      <li>first <span class = "34" >Item.</span>
      <li>second Item.
      <li>third item. Mit &auml;.
    </ul>
    
    Para 0.
    
    <p>Para1. </p>
    <p>Para 2.
    
  </body>
</html>