fix logic
[personal-kdelibs.git] / khtml / test / anchor2.html
blob4f54e83f93e14130859bc7e8308c67300ac798b9
1 <html> <head> <title>Anchor Test 1</title> </head>
4 <body>
5 <H1>Anchor Test 1</H1>
6 This page is a regression test for anchor's.
7 <P>
8 This is <a name=anchor1>anchor1</a>.
9 <P>
10 <A href="#anchor2">This</a> link should jump to anchor2.
11 <P>
12 <A href="#anchor3">This</a> link should jump to anchor3.
13 <P>
14 <A href="#anchor4">This</a> link should jump to anchor4.
15 <P>
16 <A href="#anchor5">This</a> link should jump to anchor5.
17 <P>
18 <A href="#anchor6">This</a> link should jump to anchor6.
19 <P>
20 <A href="#anchor7">This</a> link should jump to anchor7.
21 <P>
22 <Table border=1>
23 <tr>
24 <td>
25 This is a table to get some vertical spacing.
26 </td>
27 <td><img src="unknown.gif" height=100></td>
28 </tr>
29 </table>
30 <P>
31 This is <a name=anchor2>anchor2</a>.<BR>
32 Jump back to <a href="#anchor1">anchor1</a>.
33 <P>
34 <Table border=1>
35 <tr>
36 <td>
37 This is a table to get some vertical spacing.
38 </td>
39 <td><img src="unknown.gif" height=4000></td>
40 </tr>
41 </table>
42 <P>
43 This is <a name=anchor3>anchor3</a>.<BR>
44 Jump back to <a href="#anchor1">anchor1</a>.
45 <P>
46 <Table border=1>
47 <tr>
48 <td>
49 This is a table to get some vertical spacing.
50 </td>
51 <td><img src="unknown.gif" height=8000></td>
52 </tr>
53 </table>
54 <P>
55 This is <a name=anchor4>anchor4</a>.<BR>
56 Jump back to <a href="#anchor1">anchor1</a>.
57 <P>
58 <Table border=1>
59 <tr>
60 <td>
61 This is a table to get some vertical spacing.
62 </td>
63 <td><img src="unknown.gif" height=17000></td>
64 </tr>
65 </table>
66 <P>
67 This is <a name=anchor5>anchor5</a>.<BR>
68 Jump back to <a href="#anchor1">anchor1</a>.
69 <P>
70 <Table border=1>
71 <tr>
72 <td>
73 This is a table to get some vertical spacing.
74 </td>
75 <td><img src="unknown.gif" height=33000></td>
76 </tr>
77 </table>
78 <P>
79 This is <a name=anchor6>anchor6</a>.<BR>
80 Jump back to <a href="#anchor1">anchor1</a>.
81 <P>
82 This <b id="anchor7">bold</b> tag has the id anchor7.
83 </body>
85 </html>