1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12

content / test / data / session_history / fragment.html [blame]

<html>
<head><title>fragment</title></head>
<body>
A page with anchor fragment targets.
<p>
<a name="a">What's this?  A reference fragment?</a>
<p>
<a name="b">And another!</a>
<p>
<a name="c">Last one, I promise.</a>
</body>
</html>