diff options
Diffstat (limited to 'htdocs/dev/tests/xhtml-print_1_0-invalid.xhtml')
-rw-r--r-- | htdocs/dev/tests/xhtml-print_1_0-invalid.xhtml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/htdocs/dev/tests/xhtml-print_1_0-invalid.xhtml b/htdocs/dev/tests/xhtml-print_1_0-invalid.xhtml new file mode 100644 index 0000000..cf0a46d --- /dev/null +++ b/htdocs/dev/tests/xhtml-print_1_0-invalid.xhtml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML-Print 1.0//EN" + "http://www.w3.org/MarkUp/DTD/xhtml-print10.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<title>Invalid XHTML-Print document</title> +</head> + +<body> +<p>This document misuses the noscript element</p> +<noscript>Some text here</noscript> +</body> +</html> |