2013-01-17 19:41:09 +00:00
|
|
|
<link rel="dns-prefetch" href="//www.example.org">
|
|
|
|
|
<link rel="dns-prefetch" href="http://www.example.com/">
|
2008-11-27 19:23:40 +00:00
|
|
|
<a b=c "boo" href="http://www.garantiertnixgutt.bla/">bad url</a>
|
|
|
|
|
<!-- check cache key with query -->
|
2011-12-17 19:31:47 +00:00
|
|
|
<a href="/?d=directory&p=page">should not be cached</a>
|
|
|
|
|
<a href="/?d=directory&p=page1">should not be cached</a>
|
2008-11-27 19:23:40 +00:00
|
|
|
<!-- entities -->
|
2012-11-06 20:34:22 +00:00
|
|
|
<a href="/?q=ü">html entities</a>
|
2008-11-27 19:23:40 +00:00
|
|
|
|
|
|
|
|
<!-- empty form URL -->
|
|
|
|
|
<form action="" method="GET">
|
|
|
|
|
</form>
|
|
|
|
|
|
|
|
|
|
<!-- multiple links in one tag -->
|
2012-11-06 20:34:22 +00:00
|
|
|
<applet archive="file.html" src="file.css">
|
2008-11-27 19:23:40 +00:00
|
|
|
<!-- css urls -->
|
2012-11-06 20:34:22 +00:00
|
|
|
<img style="@font-face {src:url(file.asc)};background-image:url(file.txt)"
|
2008-11-27 19:23:40 +00:00
|
|
|
title="CSS urls">
|
|
|
|
|
|
|
|
|
|
<!-- object with codebase -->
|
2012-06-23 12:28:32 +00:00
|
|
|
<object classid="clsid:12345-67890" codebase="http://example.org/foo/ #a=1,2,3">
|
2008-11-27 19:23:40 +00:00
|
|
|
|
|
|
|
|
<!-- <a href=http://nocheckin> no check because of comment -->
|
2013-01-23 18:42:29 +00:00
|
|
|
|
2014-02-28 23:12:34 +00:00
|
|
|
<!-- Invalid URL -->
|
|
|
|
|
<a href="http://.example.org/">Error</a>
|