diff options
Diffstat (limited to 'htdocs/dev/tests')
-rwxr-xr-x | htdocs/dev/tests/2329-html401-strict_iframe.html | 32 | ||||
-rwxr-xr-x | htdocs/dev/tests/2329-html401-transitional_iframe.html | 31 | ||||
-rwxr-xr-x | htdocs/dev/tests/index.html | 17 |
3 files changed, 78 insertions, 2 deletions
diff --git a/htdocs/dev/tests/2329-html401-strict_iframe.html b/htdocs/dev/tests/2329-html401-strict_iframe.html new file mode 100755 index 0000000..52f8fa4 --- /dev/null +++ b/htdocs/dev/tests/2329-html401-strict_iframe.html @@ -0,0 +1,32 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" + "http://www.w3.org/TR/html4/strict.dtd"> + +<html> + +<head> + <title>test HTML 4.01 Transitional document with iframe element</title> + <link rev="made" href="mailto:ot@w3.org"> + <meta name="revision" + content="$Id: 2329-html401-strict_iframe.html,v 1.1 2007-02-22 06:12:05 ot Exp $"> +</head> + +<body> + +<p> +This is a test HTML 4.01 Strict document. +</p> + +<iframe src="html40-transitional.html" +width="40%" height="80" +align="right"> +<p>including another <a href="html40-transitional.html">test document</a> in an iframe. + Note that iframe is only available in Transitional doctypes, for strict document types + prefer using object elements.</p> +</iframe> + +<p>this document should NOT validate</p> + +</body> + +</html> + diff --git a/htdocs/dev/tests/2329-html401-transitional_iframe.html b/htdocs/dev/tests/2329-html401-transitional_iframe.html new file mode 100755 index 0000000..560608b --- /dev/null +++ b/htdocs/dev/tests/2329-html401-transitional_iframe.html @@ -0,0 +1,31 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" + "http://www.w3.org/TR/html4/loose.dtd"> + + +<html> + +<head> + <title>test HTML 4.01 Transitional document with iframe element</title> + <link rev="made" href="mailto:ot@w3.org"> + <meta name="revision" + content="$Id: 2329-html401-transitional_iframe.html,v 1.1 2007-02-22 06:12:05 ot Exp $"> +</head> + +<body> + +<p> +This is a test HTML 4.01 Transitional document. +</p> + +<iframe src="html40-transitional.html" +width="40%" height="80" +align="right"> +<p>including another <a href="html40-transitional.html">test document</a> in an iframe. + Note that iframe is only available in Transitional doctypes, for strict document types + prefer using object elements.</p> +</iframe> + +</body> + +</html> + diff --git a/htdocs/dev/tests/index.html b/htdocs/dev/tests/index.html index 25aa720..cea3ea8 100755 --- a/htdocs/dev/tests/index.html +++ b/htdocs/dev/tests/index.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: index.html,v 1.61 2007-02-22 05:42:00 ot Exp $" ---><!--#set var="date" value="\$Date: 2007-02-22 05:42:00 $" +<!--#set var="revision" value="\$Id: index.html,v 1.62 2007-02-22 06:12:05 ot Exp $" +--><!--#set var="date" value="\$Date: 2007-02-22 06:12:05 $" --><!--#set var="title" value="The W3C Markup Validation Service: Tests" --><!--#set var="relroot" value="../../" --><!--#include virtual="../../header.html" --> @@ -72,6 +72,13 @@ HTML 4.01 Transitional - (from the HTML 4.01 PR) </li> <li> + <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/2329-html401-transitional_iframe.html;ss">validate</a> - + <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/2329-html401-transitional_iframe.html;ss">with v.w.o</a> - + <a href="2329-html401-transitional_iframe.html">view</a>: + HTML 4.01 Transitional - with iframe element (test for <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2329">Bug 2329</a>) + </li> + + <li> <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/iso-html.html;ss">validate</a> - <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/iso-html.html;ss">with v.w.o</a> - <a href="iso-html.html">view</a>: @@ -213,6 +220,12 @@ All these documents should validate, without "pretty print" for the document typ <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/no-newlines.html;ss;sp;noatt">validate</a> - <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/no-newlines.html;ss;sp;noatt">with v.w.o</a> - invalid frames document (noframes in forbidden location). Also test for absence of newlines</a></li> + <li> + <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/2329-html401-strict_iframe.html;ss">validate</a> - + <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/2329-html401-strict_iframe.html;ss">with v.w.o</a> - + <a href="2329-html401-strict_iframe.html">view</a>: + HTML 4.01 Strict - with iframe element (test for <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=2329">Bug 2329</a>) + </li> </ul> |