Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
1 <!DOCTYPE html>
2 <html>
3 <!--
4 Test page for https://bugzilla.mozilla.org/show_bug.cgi?id=503832
5 -->
6 <head>
7 <title>Page Title for Bug 503832</title>
8 </head>
9 <body>
10 <h1>Fragment links</h1>
12 <p>This page has a bunch of fragment links to sections below:</p>
14 <ul>
15 <li><a id="firefox-link" href="#firefox">Firefox</a></li>
16 <li><a id="thunderbird-link" href="#thunderbird">Thunderbird</a></li>
17 <li><a id="seamonkey-link" href="#seamonkey">Seamonkey</a></li>
18 </ul>
20 <p>And here are the sections:</p>
22 <h2 id="firefox">Firefox</h2>
24 <p>Firefox is a browser.</p>
26 <h2 id="thunderbird">Thunderbird</h2>
28 <p>Thunderbird is an email client</p>
30 <h2 id="seamonkey">Seamonkey</h2>
32 <p>Seamonkey is the all-in-one application.</p>
34 </body>
35 </html>