2008/link-testsuite/harness/testcases/html-elements html-elements.collection,NONE,1.1 html_base_href.test,NONE,1.1 html_base_href_b.test,NONE,1.1 html_frame_longdesc.test,NONE,1.1 html_frame_longdesc_b.test,NONE,1.1 html_iframe_longdesc.test,NONE,1.1 html_iframe_longdesc_b.test,NONE,1.1

Update of /sources/public/2008/link-testsuite/harness/testcases/html-elements
In directory hutz:/tmp/cvs-serv28887

Added Files:
	html-elements.collection html_base_href.test 
	html_base_href_b.test html_frame_longdesc.test 
	html_frame_longdesc_b.test html_iframe_longdesc.test 
	html_iframe_longdesc_b.test 
Log Message:
a few tests for attributes in HTML with %URI type

--- NEW FILE: html_iframe_longdesc_b.test ---
<?xml version="1.0" encoding="UTF-8"?>
<test>
    <title>test </title>
    <description>
    </description>
    <doc href="http://qa-dev.w3.org/link-testsuite/html_iframe_longdesc_b.html" />
    <options />
    <expect>
        <report code="404" href="http://qa-dev.w3.org/link-testsuite/http.php?code=404" />
    </expect>
</test>

--- NEW FILE: html-elements.collection ---
<?xml version="1.0" encoding="UTF-8"?>
<collection>
    <collectiontitle>HTML 4.01 Tests</collectiontitle>
    <description>Testing whether the checker catches 404 for all attributes values set to %URI type in HTML 4.01</description>
    <testcase src="html_base_href.test" />
    <testcase src="html_base_href_b.test" />
    <testcase src="html_frame_longdesc.test" />
    <testcase src="html_frame_longdesc_b.test" />
    <testcase src="html_iframe_longdesc.test" />
    <testcase src="html_iframe_longdesc_b.test" />
</collection>

--- NEW FILE: html_frame_longdesc.test ---
<?xml version="1.0" encoding="UTF-8"?>
<test>
    <title>test frame longdesc</title>
    <description>
        OK frameset document with longdesc dereferencing (control test)
    </description>
    <doc href="http://qa-dev.w3.org/link-testsuite/html_frame_longdesc.html" />
    <options />
    <expect>
    </expect>
</test>

--- NEW FILE: html_base_href.test ---
<?xml version="1.0" encoding="UTF-8"?>
<test>
    <title>test dereference BASE href</title>
    <description>
    </description>
    <doc href="http://qa-dev.w3.org/link-testsuite/html_base_href.html" />
    <options />
    <expect>
    </expect>
</test>

--- NEW FILE: html_iframe_longdesc.test ---
<?xml version="1.0" encoding="UTF-8"?>
<test>
    <title>test base URI with relative BASE href (forbidden)</title>
    <description>
    </description>
    <doc href="http://qa-dev.w3.org/link-testsuite/html_iframe_longdesc.html" />
    <options />
    <expect>
        <report code="400" href="./trap/http.php?code=403" />
    </expect>
</test>

--- NEW FILE: html_base_href_b.test ---
<?xml version="1.0" encoding="UTF-8"?>
<test>
    <title>test dereference BASE href (404)</title>
    <description>
        BASE href 404
        	EXPECTED: link checker throws error
    </description>
    <doc href="" />
    <options />
    <expect>
        <report code="404" href="http://qa-dev.w3.org/link-testsuite/html_base_href_b.html" />
    </expect>
</test>

--- NEW FILE: html_frame_longdesc_b.test ---
<?xml version="1.0" encoding="UTF-8"?>
<test>
    <title>test frame longdesc (404)</title>
    <description>
        Frameset document with a frame longdesc dereferencing into a 404.
        EXPECTED: link checker throws error
    </description>
    <doc href="http://qa-dev.w3.org/link-testsuite/html_frame_longdesc_b.html" />
    <options />
    <expect>
        <report code="404" href="http://qa-dev.w3.org/link-testsuite/http.php?code=404" />
    </expect>
</test>

Received on Monday, 28 January 2008 03:42:46 UTC