- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 23 May 2011 19:57:25 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2008/link-testsuite/harness/testcases/html-elements
In directory hutz:/tmp/cvs-serv21858/harness/testcases/html-elements
Modified Files:
html_base_href_b.test
Log Message:
<base href> are intentionally dereferenced, don't expect a 404 for a broken one.
Index: html_base_href_b.test
===================================================================
RCS file: /sources/public/2008/link-testsuite/harness/testcases/html-elements/html_base_href_b.test,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- html_base_href_b.test 8 Jan 2009 21:40:11 -0000 1.4
+++ html_base_href_b.test 23 May 2011 19:57:23 -0000 1.5
@@ -3,11 +3,11 @@
<title>test HTML BASE href (404)</title>
<description>
BASE href 404
- EXPECTED: link checker throws error
+ EXPECTED: link checker does not throw error (not dereferenced)
</description>
<doc href="http://qa-dev.w3.org/link-testsuite/html_base_href_b.html" />
<options />
<expect>
- <report code="404" href="http://qa-dev.w3.org/link-testsuite/thisURIdoesnotexist/" />
+ <!--report code="404" href="http://qa-dev.w3.org/link-testsuite/thisURIdoesnotexist/" /-->
</expect>
</test>
Received on Monday, 23 May 2011 19:57:27 UTC