Tři prohlížeče dostaly identický dokument obsahující vzorky odkazů <a href="(vzorek)">. Tabulka ukazuje, jak byly vzorky jednotlivými prohlížeči interpretovány. Pro sbírání odkazů poskytl Firefox dialogové okno Page Info → záložka Links. V Opeře a IE byly odkazy čteny simulovaným stiskem kláves (posunout focus, vyvolat kontextové menu odkazu, kopírovat cíl, číst schránku).
Vzorky | Testováno na jednotém URI http://localhost/dir/test?query#fragment
Červeně jsou zobrazeny odlišnosti na řádku (odlišný nemusí znamenat chybný)
| # | <a href= | Firefox 2 / Linux | IE 6 / Win | Opera 9 / Win |
|---|---|---|---|---|
| 1 | http://localhost/dir/test?query | http://localhost/dir/ | http://localhost/dir/test?query#fragment | |
| 2 | # | http://localhost/dir/test?query# | http://localhost/dir/test?query# | http://localhost/dir/test?query# |
| 3 | ## | http://localhost/dir/test?query## | http://localhost/dir/test?query## | http://localhost/dir/test?query## |
| 4 | #/ | http://localhost/dir/test?query#/ | http://localhost/dir/test?query#/ | http://localhost/dir/test?query#/ |
| 5 | #? | http://localhost/dir/test?query#? | http://localhost/dir/test?query#? | http://localhost/dir/test?query#? |
| 6 | #a# | http://localhost/dir/test?query#a# | http://localhost/dir/test?query#a# | http://localhost/dir/test?query#a# |
| 7 | #a#b | http://localhost/dir/test?query#a#b | http://localhost/dir/test?query#a#b | http://localhost/dir/test?query#a#b |
| 8 | #anchor | http://localhost/dir/test?query#anchor | http://localhost/dir/test?query#anchor | http://localhost/dir/test?query#anchor |
| 9 | #anchor/ | http://localhost/dir/test?query#anchor/ | http://localhost/dir/test?query#anchor/ | http://localhost/dir/test?query#anchor/ |
| 10 | . | http://localhost/dir/ | http://localhost/dir/ | http://localhost/dir/ |
| 11 | .# | http://localhost/dir/# | http://localhost/dir/# | http://localhost/dir/# |
| 12 | .#/ | http://localhost/dir/#/ | http://localhost/dir/#/ | http://localhost/dir/#/ |
| 13 | .#anchor | http://localhost/dir/#anchor | http://localhost/dir/#anchor | http://localhost/dir/#anchor |
| 14 | .#anchor/ | http://localhost/dir/#anchor/ | http://localhost/dir/#anchor/ | http://localhost/dir/#anchor/ |
| 15 | .. | http://localhost/ | http://localhost/ | http://localhost/ |
| 16 | ..# | http://localhost/# | http://localhost/# | http://localhost/# |
| 17 | ..#/ | http://localhost/#/ | http://localhost/#/ | http://localhost/#/ |
| 18 | ..#anchor | http://localhost/#anchor | http://localhost/#anchor | http://localhost/#anchor |
| 19 | ..#anchor/ | http://localhost/#anchor/ | http://localhost/#anchor/ | http://localhost/#anchor/ |
| 20 | ../ | http://localhost/ | http://localhost/ | http://localhost/ |
| 21 | ../# | http://localhost/# | http://localhost/# | http://localhost/# |
| 22 | ../#/ | http://localhost/#/ | http://localhost/#/ | http://localhost/#/ |
| 23 | ../#anchor | http://localhost/#anchor | http://localhost/#anchor | http://localhost/#anchor |
| 24 | ../#anchor/ | http://localhost/#anchor/ | http://localhost/#anchor/ | http://localhost/#anchor/ |
| 25 | ../. | http://localhost/ | http://localhost/ | http://localhost/d |
| 26 | ../.. | http://localhost/ | http://localhost/ | http://localhost/ |
| 27 | ../../ | http://localhost/ | http://localhost/ | http://localhost/ |
| 28 | .././. | http://localhost/ | http://localhost/ | http://localhost/d |
| 29 | .././.. | http://localhost/ | http://localhost/ | http://localhost/ |
| 30 | .././../ | http://localhost/ | http://localhost/ | http://localhost/ |
| 31 | ..// | http://localhost// | http://localhost// | http://localhost// |
| 32 | ..//. | http://localhost// | http://localhost// | http://localhost// |
| 33 | ..//.. | http://localhost/ | http://localhost/ | http://localhost/ |
| 34 | ../// | http://localhost/// | http://localhost/// | http://localhost/// |
| 35 | ../? | http://localhost/? | http://localhost/? | http://localhost/? |
| 36 | ../?/ | http://localhost/?/ | http://localhost/?/ | http://localhost/?/ |
| 37 | ../?param | http://localhost/?param | http://localhost/?param | http://localhost/?param |
| 38 | ../?param/ | http://localhost/?param/ | http://localhost/?param/ | http://localhost/?param/ |
| 39 | ../a | http://localhost/a | http://localhost/a | http://localhost/a |
| 40 | ../a# | http://localhost/a# | http://localhost/a# | http://localhost/a# |
| 41 | ../a#anchor | http://localhost/a#anchor | http://localhost/a#anchor | http://localhost/a#anchor |
| 42 | ../a/. | http://localhost/a/ | http://localhost/a/ | http://localhost/a/ |
| 43 | ../a/.. | http://localhost/ | http://localhost/ | http://localhost/ |
| 44 | ../a? | http://localhost/a? | http://localhost/a? | http://localhost/a? |
| 45 | ../a?param | http://localhost/a?param | http://localhost/a?param | http://localhost/a?param |
| 46 | ..? | http://localhost/? | http://localhost/? | http://localhost/dir/..? |
| 47 | ..?/ | http://localhost/?/ | http://localhost/?/ | http://localhost/dir/..?/ |
| 48 | ..?param | http://localhost/?param | http://localhost/?param | http://localhost/dir/..?param |
| 49 | ..?param/ | http://localhost/?param/ | http://localhost/?param/ | http://localhost/dir/..?param/ |
| 50 | ..a | http://localhost/dir/..a | http://localhost/dir/..a | http://localhost/dir/..a |
| # | <a href= | Firefox 2 / Linux | IE 6 / Win | Opera 9 / Win |
| 51 | ..a/. | http://localhost/dir/..a/ | http://localhost/dir/..a/ | http://localhost/dir/..a/ |
| 52 | ..a/.. | http://localhost/dir/ | http://localhost/dir/ | http://localhost/dir/ |
| 53 | ./ | http://localhost/dir/ | http://localhost/dir/ | http://localhost/dir/ |
| 54 | ./# | http://localhost/dir/# | http://localhost/dir/# | http://localhost/dir/# |
| 55 | ./#/ | http://localhost/dir/#/ | http://localhost/dir/#/ | http://localhost/dir/#/ |
| 56 | ./#anchor | http://localhost/dir/#anchor | http://localhost/dir/#anchor | http://localhost/dir/#anchor |
| 57 | ./#anchor/ | http://localhost/dir/#anchor/ | http://localhost/dir/#anchor/ | http://localhost/dir/#anchor/ |
| 58 | ./. | http://localhost/dir/ | http://localhost/dir/ | http://localhost/dir/. |
| 59 | ./.. | http://localhost/ | http://localhost/ | http://localhost/ |
| 60 | ./../ | http://localhost/ | http://localhost/ | http://localhost/ |
| 61 | ./../. | http://localhost/ | http://localhost/ | http://localhost/d |
| 62 | ./../.. | http://localhost/ | http://localhost/ | http://localhost/ |
| 63 | ./../a | http://localhost/a | http://localhost/a | http://localhost/a |
| 64 | .// | http://localhost/dir// | http://localhost/dir// | http://localhost/dir// |
| 65 | .//. | http://localhost/dir// | http://localhost/dir// | http://localhost/dir// |
| 66 | .//.. | http://localhost/dir/ | http://localhost/dir/ | http://localhost/dir/ |
| 67 | ./// | http://localhost/dir/// | http://localhost/dir/// | http://localhost/dir/// |
| 68 | ./? | http://localhost/dir/? | http://localhost/dir/? | http://localhost/dir/? |
| 69 | ./?/ | http://localhost/dir/?/ | http://localhost/dir/?/ | http://localhost/dir/?/ |
| 70 | ./?param | http://localhost/dir/?param | http://localhost/dir/?param | http://localhost/dir/?param |
| 71 | ./?param/ | http://localhost/dir/?param/ | http://localhost/dir/?param/ | http://localhost/dir/?param/ |
| 72 | ./a | http://localhost/dir/a | http://localhost/dir/a | http://localhost/dir/a |
| 73 | ./a# | http://localhost/dir/a# | http://localhost/dir/a# | http://localhost/dir/a# |
| 74 | ./a#anchor | http://localhost/dir/a#anchor | http://localhost/dir/a#anchor | http://localhost/dir/a#anchor |
| 75 | ./a/. | http://localhost/dir/a/ | http://localhost/dir/a/ | http://localhost/dir/a/ |
| 76 | ./a/.. | http://localhost/dir/ | http://localhost/dir/ | http://localhost/dir/ |
| 77 | ./a? | http://localhost/dir/a? | http://localhost/dir/a? | http://localhost/dir/a? |
| 78 | ./a?param | http://localhost/dir/a?param | http://localhost/dir/a?param | http://localhost/dir/a?param |
| 79 | .? | http://localhost/dir/? | http://localhost/dir/? | http://localhost/dir/? |
| 80 | .?/ | http://localhost/dir/?/ | http://localhost/dir/?/ | http://localhost/dir/?/ |
| 81 | .?param | http://localhost/dir/?param | http://localhost/dir/?param | http://localhost/dir/?param |
| 82 | .?param/ | http://localhost/dir/?param/ | http://localhost/dir/?param/ | http://localhost/dir/?param/ |
| 83 | .a | http://localhost/dir/.a | http://localhost/dir/.a | http://localhost/dir/.a |
| 84 | .a/. | http://localhost/dir/.a/ | http://localhost/dir/.a/ | http://localhost/dir/.a/ |
| 85 | .a/.. | http://localhost/dir/ | http://localhost/dir/ | http://localhost/dir/ |
| 86 | / | http://localhost/ | http://localhost/ | http://localhost/ |
| 87 | /# | http://localhost/# | http://localhost/# | http://localhost/# |
| 88 | /## | http://localhost/## | http://localhost/## | http://localhost/## |
| 89 | /#/ | http://localhost/#/ | http://localhost/#/ | http://localhost/#/ |
| 90 | /#? | http://localhost/#? | http://localhost/#? | http://localhost/#? |
| 91 | /#a# | http://localhost/#a# | http://localhost/#a# | http://localhost/#a# |
| 92 | /#a#b | http://localhost/#a#b | http://localhost/#a#b | http://localhost/#a#b |
| 93 | /#anchor | http://localhost/#anchor | http://localhost/#anchor | http://localhost/#anchor |
| 94 | /#anchor/ | http://localhost/#anchor/ | http://localhost/#anchor/ | http://localhost/#anchor/ |
| 95 | /. | http://localhost/ | http://localhost/. | http://localhost/ |
| 96 | /.. | http://localhost/ | http://localhost/.. | http://localhost/ |
| 97 | /../../ | http://localhost/ | http://localhost/../../ | http://localhost/ |
| 98 | /./ | http://localhost/ | http://localhost/./ | http://localhost/ |
| 99 | /././ | http://localhost/ | http://localhost/././ | http://localhost/ |
| 100 | // | http:/// | http:/// | http:/ |
| # | <a href= | Firefox 2 / Linux | IE 6 / Win | Opera 9 / Win |
| 101 | //# | http:///# | http:///# | http:/# |
| 102 | //## | http:///## | http:///## | http:/## |
| 103 | //#/ | http:///#/ | http:///#/ | http:/#/ |
| 104 | //#? | http:///#? | http:///#? | http:/#? |
| 105 | //#a# | http:///#a# | http:///#a# | http:/#a# |
| 106 | //#a#b | http:///#a#b | http:///#a#b | http:/#a#b |
| 107 | //#anchor | http:///#anchor | http:///#anchor | http:/#anchor |
| 108 | //. | http://./ | http://./ | http://./ |
| 109 | //.. | http://../ | http://../ | http://../ |
| 110 | /// | http:/// | http:/// | http:/ |
| 111 | ///# | http:///# | http:///# | http:/# |
| 112 | ///#anchor | http:///#anchor | http:///#anchor | http:/#anchor |
| 113 | ///? | http:///? | http:///? | http:/? |
| 114 | ///?param | http:///?param | http:///?param | http:/?param |
| 115 | ///a | http://a/ | http:///a | http:/a |
| 116 | ///a# | http://a/# | http:///a# | http:/a# |
| 117 | ///a#anchor | http://a/#anchor | http:///a#anchor | http:/a#anchor |
| 118 | ///a/ | http://a/ | http:///a/ | http:/a/ |
| 119 | ///a// | http://a// | http:///a// | http:/a// |
| 120 | ///a/b | http://a/b | http:///a/b | http:/a/b |
| 121 | ///a? | http://a/? | http:///a? | http:/a? |
| 122 | ///a?param | http://a/?param | http:///a?param | http:/a?param |
| 123 | //? | http:///? | http:///? | http:/? |
| 124 | //?# | http:///?# | http:///?# | http:/?# |
| 125 | //?#? | http:///?#? | http:///?#? | http:/?#? |
| 126 | //?#a? | http:///?#a? | http:///?#a? | http:/?#a? |
| 127 | //?/ | http:///?/ | http:///?/ | http:/?/ |
| 128 | //?/? | http:///?/? | http:///?/? | http:/?/? |
| 129 | //?/a? | http:///?/a? | http:///?/a? | http:/?/a? |
| 130 | //?? | http:///?? | http:///?? | http:/?? |
| 131 | //?a#? | http:///?a#? | http:///?a#? | http:/?a#? |
| 132 | //?a/? | http:///?a/? | http:///?a/? | http:/?a/? |
| 133 | //?a? | http:///?a? | http:///?a? | http:/?a? |
| 134 | //?a?b | http:///?a?b | http:///?a?b | http:/?a?b |
| 135 | //?param | http:///?param | http:///?param | http:/?param |
| 136 | //a | http://a/ | http://a/ | http://a/ |
| 137 | //a# | http://a/# | http://a/# | http://a/# |
| 138 | //a#anchor | http://a/#anchor | http://a/#anchor | http://a/#anchor |
| 139 | //a#b | http://a/#b | http://a/#b | http://a/#b |
| 140 | //a/ | http://a/ | http://a/ | http://a/ |
| 141 | //a// | http://a// | http://a// | http://a// |
| 142 | //a/// | http://a/// | http://a/// | http://a/// |
| 143 | //a///b | http://a///b | http://a///b | http://a///b |
| 144 | //a//b | http://a//b | http://a//b | http://a//b |
| 145 | //a/b | http://a/b | http://a/b | http://a/b |
| 146 | //a/b/ | http://a/b/ | http://a/b/ | http://a/b/ |
| 147 | //a/b/c | http://a/b/c | http://a/b/c | http://a/b/c |
| 148 | //a? | http://a/? | http://a/? | http://a/? |
| 149 | //a?b | http://a/?b | http://a/?b | http://a/?b |
| 150 | //a?param | http://a/?param | http://a/?param | http://a/?param |
| # | <a href= | Firefox 2 / Linux | IE 6 / Win | Opera 9 / Win |
| 151 | /? | http://localhost/? | http://localhost/? | http://localhost/? |
| 152 | /?# | http://localhost/?# | http://localhost/?# | http://localhost/?# |
| 153 | /?#? | http://localhost/?#? | http://localhost/?#? | http://localhost/?#? |
| 154 | /?#a? | http://localhost/?#a? | http://localhost/?#a? | http://localhost/?#a? |
| 155 | /?/ | http://localhost/?/ | http://localhost/?/ | http://localhost/?/ |
| 156 | /?/? | http://localhost/?/? | http://localhost/?/? | http://localhost/?/? |
| 157 | /?/a? | http://localhost/?/a? | http://localhost/?/a? | http://localhost/?/a? |
| 158 | /?? | http://localhost/?? | http://localhost/?? | http://localhost/?? |
| 159 | /?a#? | http://localhost/?a#? | http://localhost/?a#? | http://localhost/?a#? |
| 160 | /?a/? | http://localhost/?a/? | http://localhost/?a/? | http://localhost/?a/? |
| 161 | /?a? | http://localhost/?a? | http://localhost/?a? | http://localhost/?a? |
| 162 | /?a?b | http://localhost/?a?b | http://localhost/?a?b | http://localhost/?a?b |
| 163 | /?param | http://localhost/?param | http://localhost/?param | http://localhost/?param |
| 164 | /?param/ | http://localhost/?param/ | http://localhost/?param/ | http://localhost/?param/ |
| 165 | /a | http://localhost/a | http://localhost/a | http://localhost/a |
| 166 | /a# | http://localhost/a# | http://localhost/a# | http://localhost/a# |
| 167 | /a#anchor | http://localhost/a#anchor | http://localhost/a#anchor | http://localhost/a#anchor |
| 168 | /a/ | http://localhost/a/ | http://localhost/a/ | http://localhost/a/ |
| 169 | /a// | http://localhost/a// | http://localhost/a// | http://localhost/a// |
| 170 | /a/// | http://localhost/a/// | http://localhost/a/// | http://localhost/a/// |
| 171 | /a//b | http://localhost/a//b | http://localhost/a//b | http://localhost/a//b |
| 172 | /a/b | http://localhost/a/b | http://localhost/a/b | http://localhost/a/b |
| 173 | /a/b// | http://localhost/a/b// | http://localhost/a/b// | http://localhost/a/b// |
| 174 | /a? | http://localhost/a? | http://localhost/a? | http://localhost/a? |
| 175 | /a?param | http://localhost/a?param | http://localhost/a?param | http://localhost/a?param |
| 176 | : | http://localhost/dir/: | http://localhost/dir/: | http://localhost/dir/: |
| 177 | :/ | http://localhost/dir/:/ | http://localhost/dir/:/ | http://localhost/dir/:/ |
| 178 | :// | http://localhost/dir/:// | http://localhost/dir/:// | |
| 179 | ://a | http://localhost/dir/://a | http://localhost/dir/://a | http://localhost/dir/://a |
| 180 | ://a/. | http://localhost/dir/://a/ | http://localhost/dir/://a/ | http://localhost/dir/://a/ |
| 181 | ://a/.. | http://localhost/dir/:// | http://localhost/dir/:// | http://localhost/dir/:// |
| 182 | ? | http://localhost/dir/test? | http://localhost/dir/test? | http://localhost/dir/test? |
| 183 | ?# | http://localhost/dir/test?# | http://localhost/dir/test?# | http://localhost/dir/test?# |
| 184 | ?#? | http://localhost/dir/test?#? | http://localhost/dir/test?#? | http://localhost/dir/test?#? |
| 185 | ?#a? | http://localhost/dir/test?#a? | http://localhost/dir/test?#a? | http://localhost/dir/test?#a? |
| 186 | ?/ | http://localhost/dir/test?/ | http://localhost/dir/test?/ | http://localhost/dir/test?/ |
| 187 | ?/? | http://localhost/dir/test?/? | http://localhost/dir/test?/? | http://localhost/dir/test?/? |
| 188 | ?/a? | http://localhost/dir/test?/a? | http://localhost/dir/test?/a? | http://localhost/dir/test?/a? |
| 189 | ?? | http://localhost/dir/test?? | http://localhost/dir/test?? | http://localhost/dir/test?? |
| 190 | ?a#? | http://localhost/dir/test?a#? | http://localhost/dir/test?a#? | http://localhost/dir/test?a#? |
| 191 | ?a/? | http://localhost/dir/test?a/? | http://localhost/dir/test?a/? | http://localhost/dir/test?a/? |
| 192 | ?a? | http://localhost/dir/test?a? | http://localhost/dir/test?a? | http://localhost/dir/test?a? |
| 193 | ?a?b | http://localhost/dir/test?a?b | http://localhost/dir/test?a?b | http://localhost/dir/test?a?b |
| 194 | ?param | http://localhost/dir/test?param | http://localhost/dir/test?param | http://localhost/dir/test?param |
| 195 | ?param/ | http://localhost/dir/test?param/ | http://localhost/dir/test?param/ | http://localhost/dir/test?param/ |
| 196 | a | http://localhost/dir/a | http://localhost/dir/a | http://localhost/dir/a |
| 197 | a# | http://localhost/dir/a# | http://localhost/dir/a# | http://localhost/dir/a# |
| 198 | a#anchor | http://localhost/dir/a#anchor | http://localhost/dir/a#anchor | http://localhost/dir/a#anchor |
| 199 | a. | http://localhost/dir/a. | http://localhost/dir/a. | http://localhost/dir/a. |
| 200 | a.. | http://localhost/dir/a.. | http://localhost/dir/a.. | http://localhost/dir/a.. |
| # | <a href= | Firefox 2 / Linux | IE 6 / Win | Opera 9 / Win |
| 201 | a../ | http://localhost/dir/a../ | http://localhost/dir/a../ | http://localhost/dir/a../ |
| 202 | a./ | http://localhost/dir/a./ | http://localhost/dir/a./ | http://localhost/dir/a./ |
| 203 | a/ | http://localhost/dir/a/ | http://localhost/dir/a/ | http://localhost/dir/a/ |
| 204 | a/. | http://localhost/dir/a/ | http://localhost/dir/a/ | http://localhost/dir/a/ |
| 205 | a/.. | http://localhost/dir/ | http://localhost/dir/ | http://localhost/dir/ |
| 206 | a/../ | http://localhost/dir/ | http://localhost/dir/ | http://localhost/dir/ |
| 207 | a/../. | http://localhost/dir/ | http://localhost/dir/ | http://localhost/dir/a |
| 208 | a/./ | http://localhost/dir/a/ | http://localhost/dir/a/ | http://localhost/dir/a/ |
| 209 | a// | http://localhost/dir/a// | http://localhost/dir/a// | http://localhost/dir/a// |
| 210 | a/// | http://localhost/dir/a/// | http://localhost/dir/a/// | http://localhost/dir/a/// |
| 211 | a///b | http://localhost/dir/a///b | http://localhost/dir/a///b | http://localhost/dir/a///b |
| 212 | a//b | http://localhost/dir/a//b | http://localhost/dir/a//b | http://localhost/dir/a//b |
| 213 | a/b | http://localhost/dir/a/b | http://localhost/dir/a/b | http://localhost/dir/a/b |
| 214 | a? | http://localhost/dir/a? | http://localhost/dir/a? | http://localhost/dir/a? |
| 215 | a?param | http://localhost/dir/a?param | http://localhost/dir/a?param | http://localhost/dir/a?param |
| 216 | blah: | blah: | blah: | blah: |
| 217 | blah:/ | blah:/ | blah:/ | blah:/ |
| 218 | blah:// | blah:// | blah:/// | blah:// |
| 219 | blah://a | blah://a | blah://a/ | blah://a |
| 220 | blah://a/. | blah://a/. | blah://a/ | blah://a/ |
| 221 | blah://a/.. | blah://a/.. | blah://a/../ | blah:// |
| 222 | htTp: | http:/// | http://localhost/dir/test | http://localhost/dir/test?query |
| 223 | htTp:/ | http:/// | http://localhost/ | http://localhost/ |
| 224 | htTp:// | http:/// | http:/// | http:/ |
| 225 | htTp://a | http://a/ | http://a/ | http://a/ |
| 226 | htTp://a/. | http://a/ | http://a/. | http://a/ |
| 227 | htTp://a/.. | http://a/ | http://a/.. | http://a/ |
| 228 | #\ | http://localhost/dir/test?query#\ | http://localhost/dir/test?query#\ | http://localhost/dir/test?query#\ |
| 229 | #anchor\ | http://localhost/dir/test?query#anchor\ | http://localhost/dir/test?query#anchor\ | http://localhost/dir/test?query#anchor\ |
| 230 | .#\ | http://localhost/dir/#\ | http://localhost/dir/#\ | http://localhost/dir/#\ |
| 231 | .#anchor\ | http://localhost/dir/#anchor\ | http://localhost/dir/#anchor\ | http://localhost/dir/#anchor\ |
| 232 | ..#\ | http://localhost/#\ | http://localhost/#\ | http://localhost/#\ |
| 233 | ..#anchor\ | http://localhost/#anchor\ | http://localhost/#anchor\ | http://localhost/#anchor\ |
| 234 | ..\ | http://localhost/dir/..%5C | http://localhost/ | http://localhost/dir/..\ |
| 235 | ..\# | http://localhost/dir/..%5C# | http://localhost/# | http://localhost/dir/..\# |
| 236 | ..\#\ | http://localhost/dir/..%5C#\ | http://localhost/#\ | http://localhost/dir/..\#\ |
| 237 | ..\#anchor | http://localhost/dir/..%5C#anchor | http://localhost/#anchor | http://localhost/dir/..\#anchor |
| 238 | ..\#anchor\ | http://localhost/dir/..%5C#anchor\ | http://localhost/#anchor\ | http://localhost/dir/..\#anchor\ |
| 239 | ..\. | http://localhost/dir/..%5C. | http://localhost/ | http://localhost/dir/..\. |
| 240 | ..\.. | http://localhost/dir/..%5C.. | http://localhost/ | http://localhost/dir/..\.. |
| 241 | ..\..\ | http://localhost/dir/..%5C..%5C | http://localhost/ | http://localhost/dir/..\..\ |
| 242 | ..\.\. | http://localhost/dir/..%5C.%5C. | http://localhost/ | http://localhost/dir/..\.\. |
| 243 | ..\.\.. | http://localhost/dir/..%5C.%5C.. | http://localhost/ | http://localhost/dir/..\.\.. |
| 244 | ..\.\..\ | http://localhost/dir/..%5C.%5C..%5C | http://localhost/ | http://localhost/dir/..\.\..\ |
| 245 | ..\\ | http://localhost/dir/..%5C%5C | http://localhost// | http://localhost/dir/..\\ |
| 246 | ..\\. | http://localhost/dir/..%5C%5C. | http://localhost// | http://localhost/dir/..\\. |
| 247 | ..\\.. | http://localhost/dir/..%5C%5C.. | http://localhost/ | http://localhost/dir/..\\.. |
| 248 | ..\\\ | http://localhost/dir/..%5C%5C%5C | http://localhost/// | http://localhost/dir/..\\\ |
| 249 | ..\? | http://localhost/dir/..%5C? | http://localhost/? | http://localhost/dir/..\? |
| 250 | ..\?\ | http://localhost/dir/..%5C?\ | http://localhost/?\ | http://localhost/dir/..\?\ |
| # | <a href= | Firefox 2 / Linux | IE 6 / Win | Opera 9 / Win |
| 251 | ..\?param | http://localhost/dir/..%5C?param | http://localhost/?param | http://localhost/dir/..\?param |
| 252 | ..\?param\ | http://localhost/dir/..%5C?param\ | http://localhost/?param\ | http://localhost/dir/..\?param\ |
| 253 | ..\a | http://localhost/dir/..%5Ca | http://localhost/a | http://localhost/dir/..\a |
| 254 | ..\a# | http://localhost/dir/..%5Ca# | http://localhost/a# | http://localhost/dir/..\a# |
| 255 | ..\a#anchor | http://localhost/dir/..%5Ca#anchor | http://localhost/a#anchor | http://localhost/dir/..\a#anchor |
| 256 | ..\a\. | http://localhost/dir/..%5Ca%5C. | http://localhost/a/ | http://localhost/dir/..\a\. |
| 257 | ..\a\.. | http://localhost/dir/..%5Ca%5C.. | http://localhost/ | http://localhost/dir/..\a\.. |
| 258 | ..\a? | http://localhost/dir/..%5Ca? | http://localhost/a? | http://localhost/dir/..\a? |
| 259 | ..\a?param | http://localhost/dir/..%5Ca?param | http://localhost/a?param | http://localhost/dir/..\a?param |
| 260 | ..?\ | http://localhost/?\ | http://localhost/?\ | http://localhost/dir/..?\ |
| 261 | ..?param\ | http://localhost/?param\ | http://localhost/?param\ | http://localhost/dir/..?param\ |
| 262 | ..a\. | http://localhost/dir/..a%5C. | http://localhost/dir/..a/ | http://localhost/dir/..a\. |
| 263 | ..a\.. | http://localhost/dir/..a%5C.. | http://localhost/dir/ | http://localhost/dir/..a\.. |
| 264 | .\ | http://localhost/dir/.%5C | http://localhost/dir/ | http://localhost/dir/.\ |
| 265 | .\# | http://localhost/dir/.%5C# | http://localhost/dir/# | http://localhost/dir/.\# |
| 266 | .\#\ | http://localhost/dir/.%5C#\ | http://localhost/dir/#\ | http://localhost/dir/.\#\ |
| 267 | .\#anchor | http://localhost/dir/.%5C#anchor | http://localhost/dir/#anchor | http://localhost/dir/.\#anchor |
| 268 | .\#anchor\ | http://localhost/dir/.%5C#anchor\ | http://localhost/dir/#anchor\ | http://localhost/dir/.\#anchor\ |
| 269 | .\. | http://localhost/dir/.%5C. | http://localhost/dir/ | http://localhost/dir/.\. |
| 270 | .\.. | http://localhost/dir/.%5C.. | http://localhost/ | http://localhost/dir/.\.. |
| 271 | .\..\ | http://localhost/dir/.%5C..%5C | http://localhost/ | http://localhost/dir/.\..\ |
| 272 | .\..\. | http://localhost/dir/.%5C..%5C. | http://localhost/ | http://localhost/dir/.\..\. |
| 273 | .\..\.. | http://localhost/dir/.%5C..%5C.. | http://localhost/ | http://localhost/dir/.\..\.. |
| 274 | .\..\a | http://localhost/dir/.%5C..%5Ca | http://localhost/a | http://localhost/dir/.\..\a |
| 275 | .\\ | http://localhost/dir/.%5C%5C | http://localhost/dir// | http://localhost/dir/.\\ |
| 276 | .\\. | http://localhost/dir/.%5C%5C. | http://localhost/dir// | http://localhost/dir/.\\. |
| 277 | .\\.. | http://localhost/dir/.%5C%5C.. | http://localhost/dir/ | http://localhost/dir/.\\.. |
| 278 | .\\\ | http://localhost/dir/.%5C%5C%5C | http://localhost/dir/// | http://localhost/dir/.\\\ |
| 279 | .\? | http://localhost/dir/.%5C? | http://localhost/dir/? | http://localhost/dir/.\? |
| 280 | .\?\ | http://localhost/dir/.%5C?\ | http://localhost/dir/?\ | http://localhost/dir/.\?\ |
| 281 | .\?param | http://localhost/dir/.%5C?param | http://localhost/dir/?param | http://localhost/dir/.\?param |
| 282 | .\?param\ | http://localhost/dir/.%5C?param\ | http://localhost/dir/?param\ | http://localhost/dir/.\?param\ |
| 283 | .\a | http://localhost/dir/.%5Ca | http://localhost/dir/a | http://localhost/dir/.\a |
| 284 | .\a# | http://localhost/dir/.%5Ca# | http://localhost/dir/a# | http://localhost/dir/.\a# |
| 285 | .\a#anchor | http://localhost/dir/.%5Ca#anchor | http://localhost/dir/a#anchor | http://localhost/dir/.\a#anchor |
| 286 | .\a\. | http://localhost/dir/.%5Ca%5C. | http://localhost/dir/a/ | http://localhost/dir/.\a\. |
| 287 | .\a\.. | http://localhost/dir/.%5Ca%5C.. | http://localhost/dir/ | http://localhost/dir/.\a\.. |
| 288 | .\a? | http://localhost/dir/.%5Ca? | http://localhost/dir/a? | http://localhost/dir/.\a? |
| 289 | .\a?param | http://localhost/dir/.%5Ca?param | http://localhost/dir/a?param | http://localhost/dir/.\a?param |
| 290 | .?\ | http://localhost/dir/?\ | http://localhost/dir/?\ | http://localhost/dir/?\ |
| 291 | .?param\ | http://localhost/dir/?param\ | http://localhost/dir/?param\ | http://localhost/dir/?param\ |
| 292 | .a\. | http://localhost/dir/.a%5C. | http://localhost/dir/.a/ | http://localhost/dir/.a\. |
| 293 | .a\.. | http://localhost/dir/.a%5C.. | http://localhost/dir/ | http://localhost/dir/.a\.. |
| 294 | \ | http://localhost/dir/%5C | http://localhost/ | http://localhost/dir/\ |
| 295 | \# | http://localhost/dir/%5C# | http://localhost/# | http://localhost/dir/\# |
| 296 | \## | http://localhost/dir/%5C## | http://localhost/## | http://localhost/dir/\## |
| 297 | \#\ | http://localhost/dir/%5C#\ | http://localhost/#\ | http://localhost/dir/\#\ |
| 298 | \#? | http://localhost/dir/%5C#? | http://localhost/#? | http://localhost/dir/\#? |
| 299 | \#a# | http://localhost/dir/%5C#a# | http://localhost/#a# | http://localhost/dir/\#a# |
| 300 | \#a#b | http://localhost/dir/%5C#a#b | http://localhost/#a#b | http://localhost/dir/\#a#b |
| # | <a href= | Firefox 2 / Linux | IE 6 / Win | Opera 9 / Win |
| 301 | \#anchor | http://localhost/dir/%5C#anchor | http://localhost/#anchor | http://localhost/dir/\#anchor |
| 302 | \#anchor\ | http://localhost/dir/%5C#anchor\ | http://localhost/#anchor\ | http://localhost/dir/\#anchor\ |
| 303 | \. | http://localhost/dir/%5C. | http://localhost/. | http://localhost/dir/\. |
| 304 | \.. | http://localhost/dir/%5C.. | http://localhost/.. | http://localhost/dir/\.. |
| 305 | \..\..\ | http://localhost/dir/%5C..%5C..%5C | http://localhost/../../ | http://localhost/dir/\..\..\ |
| 306 | \.\ | http://localhost/dir/%5C.%5C | http://localhost/./ | http://localhost/dir/\.\ |
| 307 | \.\.\ | http://localhost/dir/%5C.%5C.%5C | http://localhost/././ | http://localhost/dir/\.\.\ |
| 308 | \\ | http://localhost/dir/%5C%5C | file:/// | http://localhost/dir/\\ |
| 309 | \\# | http://localhost/dir/%5C%5C# | file://%23/ | http://localhost/dir/\\# |
| 310 | \\## | http://localhost/dir/%5C%5C## | file://%23%23/ | http://localhost/dir/\\## |
| 311 | \\#\ | http://localhost/dir/%5C%5C#\ | file://%23/ | http://localhost/dir/\\#\ |
| 312 | \\#? | http://localhost/dir/%5C%5C#? | file://%23%3F/ | http://localhost/dir/\\#? |
| 313 | \\#a# | http://localhost/dir/%5C%5C#a# | file://%23a%23/ | http://localhost/dir/\\#a# |
| 314 | \\#a#b | http://localhost/dir/%5C%5C#a#b | file://%23a%23b/ | http://localhost/dir/\\#a#b |
| 315 | \\#anchor | http://localhost/dir/%5C%5C#anchor | file://%23anchor/ | http://localhost/dir/\\#anchor |
| 316 | \\. | http://localhost/dir/%5C%5C. | file://./ | http://localhost/dir/\\. |
| 317 | \\.. | http://localhost/dir/%5C%5C.. | file://../ | http://localhost/dir/\\.. |
| 318 | \\\ | http://localhost/dir/%5C%5C%5C | file:/// | http://localhost/dir/\\\ |
| 319 | \\\# | http://localhost/dir/%5C%5C%5C# | file:///# | http://localhost/dir/\\\# |
| 320 | \\\#anchor | http://localhost/dir/%5C%5C%5C#anchor | file:///#anchor | http://localhost/dir/\\\#anchor |
| 321 | \\\? | http://localhost/dir/%5C%5C%5C? | file:///? | http://localhost/dir/\\\? |
| 322 | \\\?param | http://localhost/dir/%5C%5C%5C?param | file:///?param | http://localhost/dir/\\\?param |
| 323 | \\\a | http://localhost/dir/%5C%5C%5Ca | file:///a | http://localhost/dir/\\\a |
| 324 | \\\a# | http://localhost/dir/%5C%5C%5Ca# | file:///a%23 | http://localhost/dir/\\\a# |
| 325 | \\\a#anchor | http://localhost/dir/%5C%5C%5Ca#anchor | file:///a%23anchor | http://localhost/dir/\\\a#anchor |
| 326 | \\\a\ | http://localhost/dir/%5C%5C%5Ca%5C | file:///a/ | http://localhost/dir/\\\a\ |
| 327 | \\\a\\ | http://localhost/dir/%5C%5C%5Ca%5C%5C | file:///a// | http://localhost/dir/\\\a\\ |
| 328 | \\\a\b | http://localhost/dir/%5C%5C%5Ca%5Cb | file:///a/b | http://localhost/dir/\\\a\b |
| 329 | \\\a? | http://localhost/dir/%5C%5C%5Ca? | file:///a? | http://localhost/dir/\\\a? |
| 330 | \\\a?param | http://localhost/dir/%5C%5C%5Ca?param | file:///a?param | http://localhost/dir/\\\a?param |
| 331 | \\? | http://localhost/dir/%5C%5C? | file://%3F/ | http://localhost/dir/\\? |
| 332 | \\?# | http://localhost/dir/%5C%5C?# | file://%3F%23/ | http://localhost/dir/\\?# |
| 333 | \\?#? | http://localhost/dir/%5C%5C?#? | file://%3F%23%3F/ | http://localhost/dir/\\?#? |
| 334 | \\?#a? | http://localhost/dir/%5C%5C?#a? | file://%3F%23a%3F/ | http://localhost/dir/\\?#a? |
| 335 | \\?\ | http://localhost/dir/%5C%5C?\ | file://%3F/ | http://localhost/dir/\\?\ |
| 336 | \\?\? | http://localhost/dir/%5C%5C?\? | file://%3F/? | http://localhost/dir/\\?\? |
| 337 | \\?\a? | http://localhost/dir/%5C%5C?\a? | file://%3F/a? | http://localhost/dir/\\?\a? |
| 338 | \\?? | http://localhost/dir/%5C%5C?? | file://%3F%3F/ | http://localhost/dir/\\?? |
| 339 | \\?a#? | http://localhost/dir/%5C%5C?a#? | file://%3Fa%23%3F/ | http://localhost/dir/\\?a#? |
| 340 | \\?a\? | http://localhost/dir/%5C%5C?a\? | file://%3Fa/? | http://localhost/dir/\\?a\? |
| 341 | \\?a? | http://localhost/dir/%5C%5C?a? | file://%3Fa%3F/ | http://localhost/dir/\\?a? |
| 342 | \\?a?b | http://localhost/dir/%5C%5C?a?b | file://%3Fa%3Fb/ | http://localhost/dir/\\?a?b |
| 343 | \\?param | http://localhost/dir/%5C%5C?param | file://%3Fparam/ | http://localhost/dir/\\?param |
| 344 | \\a | http://localhost/dir/%5C%5Ca | file://a/ | http://localhost/dir/\\a |
| 345 | \\a# | http://localhost/dir/%5C%5Ca# | file://a%23/ | http://localhost/dir/\\a# |
| 346 | \\a#anchor | http://localhost/dir/%5C%5Ca#anchor | file://a%23anchor/ | http://localhost/dir/\\a#anchor |
| 347 | \\a#b | http://localhost/dir/%5C%5Ca#b | file://a%23b/ | http://localhost/dir/\\a#b |
| 348 | \\a\ | http://localhost/dir/%5C%5Ca%5C | file://a/ | http://localhost/dir/\\a\ |
| 349 | \\a\\ | http://localhost/dir/%5C%5Ca%5C%5C | file://a// | http://localhost/dir/\\a\\ |
| 350 | \\a\\\ | http://localhost/dir/%5C%5Ca%5C%5C%5C | file://a/// | http://localhost/dir/\\a\\\ |
| # | <a href= | Firefox 2 / Linux | IE 6 / Win | Opera 9 / Win |
| 351 | \\a\\\b | http://localhost/dir/%5C%5Ca%5C%5C%5Cb | file://a///b | http://localhost/dir/\\a\\\b |
| 352 | \\a\\b | http://localhost/dir/%5C%5Ca%5C%5Cb | file://a//b | http://localhost/dir/\\a\\b |
| 353 | \\a\b | http://localhost/dir/%5C%5Ca%5Cb | file://a/b | http://localhost/dir/\\a\b |
| 354 | \\a\b\ | http://localhost/dir/%5C%5Ca%5Cb%5C | file://a/b/ | http://localhost/dir/\\a\b\ |
| 355 | \\a\b\c | http://localhost/dir/%5C%5Ca%5Cb%5Cc | file://a/b/c | http://localhost/dir/\\a\b\c |
| 356 | \\a? | http://localhost/dir/%5C%5Ca? | file://a%3F/ | http://localhost/dir/\\a? |
| 357 | \\a?b | http://localhost/dir/%5C%5Ca?b | file://a%3Fb/ | http://localhost/dir/\\a?b |
| 358 | \\a?param | http://localhost/dir/%5C%5Ca?param | file://a%3Fparam/ | http://localhost/dir/\\a?param |
| 359 | \? | http://localhost/dir/%5C? | http://localhost/? | http://localhost/dir/\? |
| 360 | \?# | http://localhost/dir/%5C?# | http://localhost/?# | http://localhost/dir/\?# |
| 361 | \?#? | http://localhost/dir/%5C?#? | http://localhost/?#? | http://localhost/dir/\?#? |
| 362 | \?#a? | http://localhost/dir/%5C?#a? | http://localhost/?#a? | http://localhost/dir/\?#a? |
| 363 | \?\ | http://localhost/dir/%5C?\ | http://localhost/?\ | http://localhost/dir/\?\ |
| 364 | \?\? | http://localhost/dir/%5C?\? | http://localhost/?\? | http://localhost/dir/\?\? |
| 365 | \?\a? | http://localhost/dir/%5C?\a? | http://localhost/?\a? | http://localhost/dir/\?\a? |
| 366 | \?? | http://localhost/dir/%5C?? | http://localhost/?? | http://localhost/dir/\?? |
| 367 | \?a#? | http://localhost/dir/%5C?a#? | http://localhost/?a#? | http://localhost/dir/\?a#? |
| 368 | \?a\? | http://localhost/dir/%5C?a\? | http://localhost/?a\? | http://localhost/dir/\?a\? |
| 369 | \?a? | http://localhost/dir/%5C?a? | http://localhost/?a? | http://localhost/dir/\?a? |
| 370 | \?a?b | http://localhost/dir/%5C?a?b | http://localhost/?a?b | http://localhost/dir/\?a?b |
| 371 | \?param | http://localhost/dir/%5C?param | http://localhost/?param | http://localhost/dir/\?param |
| 372 | \?param\ | http://localhost/dir/%5C?param\ | http://localhost/?param\ | http://localhost/dir/\?param\ |
| 373 | \a | http://localhost/dir/%5Ca | http://localhost/a | http://localhost/dir/\a |
| 374 | \a# | http://localhost/dir/%5Ca# | http://localhost/a# | http://localhost/dir/\a# |
| 375 | \a#anchor | http://localhost/dir/%5Ca#anchor | http://localhost/a#anchor | http://localhost/dir/\a#anchor |
| 376 | \a\ | http://localhost/dir/%5Ca%5C | http://localhost/a/ | http://localhost/dir/\a\ |
| 377 | \a\\ | http://localhost/dir/%5Ca%5C%5C | http://localhost/a// | http://localhost/dir/\a\\ |
| 378 | \a\\\ | http://localhost/dir/%5Ca%5C%5C%5C | http://localhost/a/// | http://localhost/dir/\a\\\ |
| 379 | \a\\b | http://localhost/dir/%5Ca%5C%5Cb | http://localhost/a//b | http://localhost/dir/\a\\b |
| 380 | \a\b | http://localhost/dir/%5Ca%5Cb | http://localhost/a/b | http://localhost/dir/\a\b |
| 381 | \a\b\\ | http://localhost/dir/%5Ca%5Cb%5C%5C | http://localhost/a/b// | http://localhost/dir/\a\b\\ |
| 382 | \a? | http://localhost/dir/%5Ca? | http://localhost/a? | http://localhost/dir/\a? |
| 383 | \a?param | http://localhost/dir/%5Ca?param | http://localhost/a?param | http://localhost/dir/\a?param |
| 384 | :\ | http://localhost/dir/:%5C | http://localhost/dir/:/ | http://localhost/dir/:\ |
| 385 | :\\ | http://localhost/dir/:%5C%5C | http://localhost/dir/:// | http://localhost/dir/:\\ |
| 386 | :\\a | http://localhost/dir/:%5C%5Ca | http://localhost/dir/://a | http://localhost/dir/:\\a |
| 387 | :\\a\. | http://localhost/dir/:%5C%5Ca%5C. | http://localhost/dir/://a/ | http://localhost/dir/:\\a\. |
| 388 | :\\a\.. | http://localhost/dir/:%5C%5Ca%5C.. | http://localhost/dir/:// | http://localhost/dir/:\\a\.. |
| 389 | ?\ | http://localhost/dir/test?\ | http://localhost/dir/test?\ | http://localhost/dir/test?\ |
| 390 | ?\? | http://localhost/dir/test?\? | http://localhost/dir/test?\? | http://localhost/dir/test?\? |
| 391 | ?\a? | http://localhost/dir/test?\a? | http://localhost/dir/test?\a? | http://localhost/dir/test?\a? |
| 392 | ?a\? | http://localhost/dir/test?a\? | http://localhost/dir/test?a\? | http://localhost/dir/test?a\? |
| 393 | ?param\ | http://localhost/dir/test?param\ | http://localhost/dir/test?param\ | http://localhost/dir/test?param\ |
| 394 | a..\ | http://localhost/dir/a..%5C | http://localhost/dir/a../ | http://localhost/dir/a..\ |
| 395 | a.\ | http://localhost/dir/a.%5C | http://localhost/dir/a./ | http://localhost/dir/a.\ |
| 396 | a\ | http://localhost/dir/a%5C | http://localhost/dir/a/ | http://localhost/dir/a\ |
| 397 | a\. | http://localhost/dir/a%5C. | http://localhost/dir/a/ | http://localhost/dir/a\. |
| 398 | a\.. | http://localhost/dir/a%5C.. | http://localhost/dir/ | http://localhost/dir/a\.. |
| 399 | a\..\ | http://localhost/dir/a%5C..%5C | http://localhost/dir/ | http://localhost/dir/a\..\ |
| 400 | a\..\. | http://localhost/dir/a%5C..%5C. | http://localhost/dir/ | http://localhost/dir/a\..\. |
| # | <a href= | Firefox 2 / Linux | IE 6 / Win | Opera 9 / Win |
| 401 | a\.\ | http://localhost/dir/a%5C.%5C | http://localhost/dir/a/ | http://localhost/dir/a\.\ |
| 402 | a\\ | http://localhost/dir/a%5C%5C | http://localhost/dir/a// | http://localhost/dir/a\\ |
| 403 | a\\\ | http://localhost/dir/a%5C%5C%5C | http://localhost/dir/a/// | http://localhost/dir/a\\\ |
| 404 | a\\\b | http://localhost/dir/a%5C%5C%5Cb | http://localhost/dir/a///b | http://localhost/dir/a\\\b |
| 405 | a\\b | http://localhost/dir/a%5C%5Cb | http://localhost/dir/a//b | http://localhost/dir/a\\b |
| 406 | a\b | http://localhost/dir/a%5Cb | http://localhost/dir/a/b | http://localhost/dir/a\b |
| 407 | blah:\ | blah:\ | blah:\ | blah:\ |
| 408 | blah:\\ | blah:\\ | blah:\\ | blah:\\ |
| 409 | blah:\\a | blah:\\a | blah:\\a | blah:\\a |
| 410 | blah:\\a\. | blah:\\a\. | blah:\\a\. | blah:\\a\. |
| 411 | blah:\\a\.. | blah:\\a\.. | blah:\\a\.. | blah:\\a\.. |
| 412 | htTp:\ | http://\/ | http://localhost/ | http://localhost/dir/\ |
| 413 | htTp:\\ | http://\\/ | http:/// | http://localhost/dir/\\ |
| 414 | htTp:\\a | http://\\a/ | http://a/ | http://localhost/dir/\\a |
| 415 | htTp:\\a\. | http://\\a\./ | http://a/. | http://localhost/dir/\\a\. |
| 416 | htTp:\\a\.. | http://\\a\../ | http://a/.. | http://localhost/dir/\\a\.. |
Copyright 2007 Honza Odvárko