added CSS tests

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1056 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2003-10-17 06:35:55 +00:00
parent 5b1ecc69c9
commit 16e7b3468a
2 changed files with 10 additions and 2 deletions

View file

@ -4,5 +4,6 @@
<a href="javascript:loadthis()">javascript url</a>
<!-- multiple links in one tag -->
<applet archive="misc.html" src="misc.html">
<!-- css background image url -->
<table style="margin: 10px; background-image: url(news.html)">
<!-- css urls -->
<img style="@font-face {src:url(misc.html)};background-image:url(news.html)"
title="CSS urls">

View file

@ -18,6 +18,13 @@ valid
url misc.html
cached
valid
url misc.html
cached
name CSS urls
valid
url news.html
name CSS urls
valid
url #myid
name Bla
valid