New CSS 2.1 style-sheet for xhtml11 writer.
[docutils.git] / test / functional / tests / standalone_rst_xhtml11.py
blob1a13a64e45af7a9c449d47a5c065f55c22ca99d7
1 # Test the xhtml11 writer:
3 # common reader/parser/transform defaults for standalone tests
4 exec(open('functional/tests/_standalone_rst_defaults.py').read())
6 # Source and destination file names.
7 test_source = "standalone_rst_xhtml11.txt"
8 test_destination = "standalone_rst_xhtml11.xhtml"
10 # Keyword parameters passed to publish_file.
11 writer_name = "xhtml11"
13 # Settings
14 # local copy of default stylesheet:
15 # (test runs in ``docutils/test/``, we need relative path from there.)
16 settings_overrides['stylesheet_path'] = (
17 'functional/input/data/html-base.css,'
18 'functional/input/data/xhtml11.css')