summaryrefslogtreecommitdiff
path: root/src/tests/link_test.html
blob: 5ca3cd41d950f63ce406657435abd54c1f079f99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<!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>