Added schemeless URL testing

This commit is contained in:
Bastian Kleineidam 2009-06-22 21:11:04 +02:00
parent e081d42ed7
commit 2f56eede1f
3 changed files with 7 additions and 2 deletions

View file

@ -1,7 +1,5 @@
- [CHECKING] SF #2784996
Incorrect URL fragment handling
- [TEST] Test protocol-independent links like
<img src="//example.com/logo.png"/>
- [CMDLINE] SF #2770077
Titles of bookmarks with umlauts are not printed correctly.
- [GUI] Add more context menu actions:

View file

@ -3,6 +3,7 @@ Just some HTTP links
<a href="http://localhost:8001/">ok</a>
<a href="http:/localhost:8001/">one slash</a>
<a href="http:localhost:8001/">no slash</a>
<a href="//localhost:8001/">no scheme</a>
<a href="http://">no url</a>
<a href="http:/">no url, one slash</a>
<a href="http:">no url, no slash</a>

View file

@ -56,6 +56,12 @@ name no slash
warning Base URL is not properly normed. Normed URL is http:///localhost%%3A8001/.
error
url //localhost:8001/ (cached)
cache key http://localhost:8001/
real url http://localhost:8001/
name no scheme
valid
url http://
cache key http://
real url http://