docshell/test/browser/file_bug503832.html

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:81b67dfb198d
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>
11
12 <p>This page has a bunch of fragment links to sections below:</p>
13
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>
19
20 <p>And here are the sections:</p>
21
22 <h2 id="firefox">Firefox</h2>
23
24 <p>Firefox is a browser.</p>
25
26 <h2 id="thunderbird">Thunderbird</h2>
27
28 <p>Thunderbird is an email client</p>
29
30 <h2 id="seamonkey">Seamonkey</h2>
31
32 <p>Seamonkey is the all-in-one application.</p>
33
34 </body>
35 </html>

mercurial