<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>link tests</title>
</head>

<body>

<h1>Usual Link Tests</h1>

<table border="1" width="100%">
<tr>
<th>URL</th>
<th>Description</th>
<th>link</th>
<th>_blank link</th>
</tr>

<tr>
<td>file:///home</td>
<td>Just a simple local url</td>
<td><a href="file:///home">link</a></td>
<td><a href="file:///home" target="_blank">link</a></td>
</tr>

<tr>
<td>ftp://ftp.eutelia.it/</td>
<td>FTP test link</td>
<td><a href="ftp://ftp.eutelia.it/">link</a></td>
<td><a href="ftp://ftp.eutelia.it/" target="_blank">link</a></td>
</tr>

<tr>
<td>http://kde-apps.org</td>
<td>kde apps let us test css, javascript, adblock, etc..</td>
<td><a href="http://kde-apps.org">link</a></td>
<td><a href="http://kde-apps.org" target="_blank">link</a></td>
</tr>

<tr>
<td>http://pcimpact.com</td>
<td>PCImpact, a link to test adblock</td>
<td><a href="http://pcimpact.com">link</a></td>
<td><a href="http://pcimpact.com" target="_blank">link</a></td>
</tr>

<tr>
<td>http://www.redhat.com/magazine/015jan06/features/valgrind/</td>
<td>Sporadic crashes here :(</td>
<td><a href="http://www.redhat.com/magazine/015jan06/features/valgrind/">link</a></td>
<td><a href="http://www.redhat.com/magazine/015jan06/features/valgrind/" target="_blank">link</a></td>
</tr>

<tr>
<td>http://upg.de/</td>
<td>Doesn't work :(</td>
<td><a href="http://upg.de/">link</a></td>
<td><a href="http://upg.de/" target="_blank">link</a></td>
</tr>

<tr>
<td>http://shop.upg.de/</td>
<td>The link the previous should open :(</td>
<td><a href="http://shop.upg.de/">link</a></td>
<td><a href="http://shop.upg.de/" target="_blank">link</a></td>
</tr>

<tr>
<td>https://launchpad.net/</td>
<td>Test https link</td>
<td><a href="https://launchpad.net/">link</a></td>
<td><a href="https://launchpad.net/" target="_blank">link</a></td>
</tr>

<tr>
<td>https://koesterreich.de/rekonq-test</td>
<td>SSL test link</td>
<td><a href="https://koesterreich.de/rekonq-test">link</a></td>
<td><a href="https://koesterreich.de/rekonq-test" target="_blank">link</a></td>
</tr>

<tr>
<td>http://www.packtpub.com/article/developing-the-joomla-com</td>
<td>Some Crashes here :(</td>
<td><a href="http://www.packtpub.com/article/developing-the-joomla-com">link</a></td>
<td><a href="http://www.packtpub.com/article/developing-the-joomla-com" target="_blank">link</a></td>
</tr>

<tr>
<td>http://jamendo.com</td>
<td>Bug 214321 (CSS hover popups)</td>
<td><a href="http://jamendo.com">link</a></td>
<td><a href="http://jamendo.com" target="_blank">link</a></td>
</tr>

<tr>
<td>http://npaste.de/4h</td>
<td>Webkit problem with pre tag</td>
<td><a href="http://npaste.de/4h">link</a></td>
<td><a href="http://npaste.de/4h" target="_blank">link</a></td>
</tr>

<tr>
<td>http://wiki.ubuntuusers.de/Bfilter</td>
<td>Some crashes signaled here (it works here!)</td>
<td><a href="http://wiki.ubuntuusers.de/Bfilter">link</a></td>
<td><a href="http://wiki.ubuntuusers.de/Bfilter" target="_blank">link</a></td>
</tr>

<tr>
<td>http://service.futuremark.com/peacekeeper/index.action</td>
<td>rekonq 0.3 + Qt 4.6 seems crash here :(</td>
<td><a href="http://service.futuremark.com/peacekeeper/index.action">link</a></td>
<td><a href="http://service.futuremark.com/peacekeeper/index.action" target="_blank">link</a></td>
</tr>

<tr>
<td>http://reddit.com</td>
<td>Bug 216738, difficult adding comments.</td>
<td><a href="http://reddit.com">link</a></td>
<td><a href="http://reddit.com" target="_blank">link</a></td>
</tr>

<tr>
<td>http://www.osnews.com</td>
<td>AdBlock related problem</td>
<td><a href="http://www.osnews.com">link</a></td>
<td><a href="http://www.osnews.com" target="_blank">link</a></td>
</tr>

<tr>
<td>http://ads.cnn.com/</td>
<td>Again, adblock problem :(</td>
<td><a href="http://ads.cnn.com/">link</a></td>
<td><a href="http://ads.cnn.com/" target="_blank">link</a></td>
</tr>


<tr>
<td>http://ja.wikipedia.org/wiki/特別:最近の更新</td>
<td>KGet import links with particular encoding</td>
<td><a href="http://ja.wikipedia.org/wiki/特別:最近の更新">link</a></td>
</tr>

<tr>
<td></td>
<td></td>
<td><a href="">link</a></td>
<td><a href="" target="_blank">link</a></td>
</tr>


</table>


</body>

</html>