diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2008-12-07 20:28:08 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2008-12-07 20:28:08 +0000 |
| commit | d8ab0367eed4252331cb0c876a6ee96317bc95b5 (patch) | |
| tree | 1d7cef8742a14af9164e183ba61dbec1499a7732 /docutils/test | |
| parent | 6ad288f17823ac5a4ee261d80777bc5bf769d4cc (diff) | |
| download | docutils-d8ab0367eed4252331cb0c876a6ee96317bc95b5.tar.gz | |
Added expected output for the "multistyle" functional tests
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5802 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test')
3 files changed, 65 insertions, 0 deletions
diff --git a/docutils/test/functional/expected/multistyle_path_embed_rst_html4css1.html b/docutils/test/functional/expected/multistyle_path_embed_rst_html4css1.html new file mode 100644 index 000000000..c891e26ca --- /dev/null +++ b/docutils/test/functional/expected/multistyle_path_embed_rst_html4css1.html @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="utf-8" ?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<meta name="generator" content="Docutils 0.6: http://docutils.sourceforge.net/" /> +<title></title> +<style type="text/css"> + +.hidden { + display: none } + +</style> +<style type="text/css"> + +dl.docutils dd { + margin-bottom: 0.5em } + +</style> +</head> +<body> +<div class="document"> + + +<p>simple input</p> +</div> +</body> +</html> diff --git a/docutils/test/functional/expected/multistyle_path_rst_html4css1.html b/docutils/test/functional/expected/multistyle_path_rst_html4css1.html new file mode 100644 index 000000000..e5719ebc8 --- /dev/null +++ b/docutils/test/functional/expected/multistyle_path_rst_html4css1.html @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="utf-8" ?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<meta name="generator" content="Docutils 0.6: http://docutils.sourceforge.net/" /> +<title></title> +<link rel="stylesheet" href="../../ham.css" type="text/css" /> +<link rel="stylesheet" href="../../path/to/spam.css" type="text/css" /> +<link rel="stylesheet" href="/eggs.css" type="text/css" /> +</head> +<body> +<div class="document"> + + +<p>simple input</p> +</div> +</body> +</html> diff --git a/docutils/test/functional/expected/multistyle_rst_html4css1.html b/docutils/test/functional/expected/multistyle_rst_html4css1.html new file mode 100644 index 000000000..f8bbf1617 --- /dev/null +++ b/docutils/test/functional/expected/multistyle_rst_html4css1.html @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8" ?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<meta name="generator" content="Docutils 0.6: http://docutils.sourceforge.net/" /> +<title></title> +<link rel="stylesheet" href="ham.css" type="text/css" /> +<link rel="stylesheet" href="/spam.css" type="text/css" /> +</head> +<body> +<div class="document"> + + +<p>simple input</p> +</div> +</body> +</html> |
