CLOSED TREE: TraceMonkey merge head. (a=blockers)
[mozilla-central.git] / docshell / test / browser / file_bug503832.html
blob338631c8a08da2a833c4508d3014a61ae349d72a
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>