diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-03-02 15:57:34 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-03-02 15:57:34 -0600 |
commit | 7c0b0c9dc9fcbe9c198925bdc7ee18ac6be49f4f (patch) | |
tree | c76702a7f6310fbe9d437e347535422e836e94e9 /khtml/test/anchor2.html | |
parent | a2a38be7600e2a2c2b49c66902d912ca036a2c0f (diff) | |
parent | 27bbee9a5f9dcda53d8eb23863ee670ad1360e41 (diff) | |
download | tdelibs-7c0b0c9dc9fcbe9c198925bdc7ee18ac6be49f4f.tar.gz tdelibs-7c0b0c9dc9fcbe9c198925bdc7ee18ac6be49f4f.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdelibs
Diffstat (limited to 'khtml/test/anchor2.html')
-rw-r--r-- | khtml/test/anchor2.html | 85 |
1 files changed, 0 insertions, 85 deletions
diff --git a/khtml/test/anchor2.html b/khtml/test/anchor2.html deleted file mode 100644 index 4f54e83f9..000000000 --- a/khtml/test/anchor2.html +++ /dev/null @@ -1,85 +0,0 @@ -<html> <head> <title>Anchor Test 1</title> </head> - - -<body> -<H1>Anchor Test 1</H1> -This page is a regression test for anchor's. -<P> -This is <a name=anchor1>anchor1</a>. -<P> -<A href="#anchor2">This</a> link should jump to anchor2. -<P> -<A href="#anchor3">This</a> link should jump to anchor3. -<P> -<A href="#anchor4">This</a> link should jump to anchor4. -<P> -<A href="#anchor5">This</a> link should jump to anchor5. -<P> -<A href="#anchor6">This</a> link should jump to anchor6. -<P> -<A href="#anchor7">This</a> link should jump to anchor7. -<P> -<Table border=1> -<tr> -<td> -This is a table to get some vertical spacing. -</td> -<td><img src="unknown.gif" height=100></td> -</tr> -</table> -<P> -This is <a name=anchor2>anchor2</a>.<BR> -Jump back to <a href="#anchor1">anchor1</a>. -<P> -<Table border=1> -<tr> -<td> -This is a table to get some vertical spacing. -</td> -<td><img src="unknown.gif" height=4000></td> -</tr> -</table> -<P> -This is <a name=anchor3>anchor3</a>.<BR> -Jump back to <a href="#anchor1">anchor1</a>. -<P> -<Table border=1> -<tr> -<td> -This is a table to get some vertical spacing. -</td> -<td><img src="unknown.gif" height=8000></td> -</tr> -</table> -<P> -This is <a name=anchor4>anchor4</a>.<BR> -Jump back to <a href="#anchor1">anchor1</a>. -<P> -<Table border=1> -<tr> -<td> -This is a table to get some vertical spacing. -</td> -<td><img src="unknown.gif" height=17000></td> -</tr> -</table> -<P> -This is <a name=anchor5>anchor5</a>.<BR> -Jump back to <a href="#anchor1">anchor1</a>. -<P> -<Table border=1> -<tr> -<td> -This is a table to get some vertical spacing. -</td> -<td><img src="unknown.gif" height=33000></td> -</tr> -</table> -<P> -This is <a name=anchor6>anchor6</a>.<BR> -Jump back to <a href="#anchor1">anchor1</a>. -<P> -This <b id="anchor7">bold</b> tag has the id anchor7. -</body> - -</html> |