tests/auto/qtextbrowser/anchor.html
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 <html>
       
     2 <head>
       
     3 <title>Sample Anchor</title>
       
     4 </head>
       
     5 <body>
       
     6 <p><a href="file.html#anchor">Click Me!</a></p>
       
     7 <p>
       
     8 <a name="jumphere"></a>Here's a destination to jump to.
       
     9 </p>
       
    10 </body>
       
    11 </html>