<!DOCTYPE testsuite SYSTEM "testsuite.dtd">
<testsuite profile="Basic Conformance Tests">
<testcases profile="Characters">
- <testcases profile="sizes" >
+ <testcases profile="sizes" >
<test id="1" interaction="none" fo="block" xml="xml/bugtests/charwidth.fo" xsl="xsl/copy.xsl" level="basic">
Checks the width of all the defined characters
</test>
</testresult>
<test id="bbo1b1" interaction="none" fo="list" xml="xml/bugtests/block.fo" xsl="xsl/copy.xsl" level="basic">
- </test>
- <testresult id="bbo1b1" agreement="issues">
+ </test>
+ <testresult id="bbo1b1" agreement="issues">
</testresult>
<test id="bbo1b1" interaction="none" fo="list" xml="xml/bugtests/border.fo" xsl="xsl/copy.xsl" level="basic">
- </test>
- <testresult id="bbo1b1" agreement="issues">
+ </test>
+ <testresult id="bbo1b1" agreement="issues">
</testresult>
<test id="bbo1b1" interaction="none" fo="list" xml="xml/bugtests/break-before.fo" xsl="xsl/copy.xsl" level="basic">
- </test>
- <testresult id="bbo1b1" agreement="issues">
+ </test>
+ <testresult id="bbo1b1" agreement="issues">
</testresult>
<test id="bbo1b1" interaction="none" fo="list" xml="xml/bugtests/color.fo" xsl="xsl/copy.xsl" level="basic">
- </test>
+ </test>
<testresult id="bbo1b1" agreement="issues">
</testresult>
<test id="bbo1b1" interaction="none" fo="list" xml="xml/bugtests/external-graphic.fo" xsl="xsl/copy.xsl" level="basic">
Revised 2001 Jan 10 (Paul Grosso) - augmented by XSL FO SG:
- add to the TEST element an XSL attribute to point to
the XSL stylesheet and rename the URI attribute to XML
- - add to the TEST element a PROPERTY attribute to
+ - add to the TEST element a PROPERTY attribute to
indicate when a given property is being tested
- add to the TEST element a LEVEL attribute to indicate
which conformance level is being tested
- add to the TEST element a SPECPTR attribute
- (of URI type) to allow referring to relevant sections
+ (of URI type) to allow referring to relevant sections
of the XSL spec.
- add to the TEST element an ERRATUM attribute
(of CDATA type) to allow recording of an erratum
- add to INTERACTION attribute value list MULTIPLE
and give it a default of NONE
- add to FO attribute value list MULTIPLE
- - make the BASE attribute on TESTCASES #IMPLIED,
+ - make the BASE attribute on TESTCASES #IMPLIED,
since it's not unreasonable for all the URI-type
attributes to be absolute
- add to the TEST element a RESULTS attribute to point
Revised 2001 Jan 24 (Paul Grosso) - lowercased names (though
not in comments, since that helps highlight them)
- 2001-02-19 (AntennaHouse) added repeatable-page-master-alternatives
+ 2001-02-19 (AntennaHouse) added repeatable-page-master-alternatives
conditional-page-master-reference region-before
- region-after region-start region-end static-content
+ region-after region-start region-end static-content
inline inline-container.
-->
improper processing by IE5.
-->
<!ELEMENT testsuite ( testcases+ )>
-<!ATTLIST testsuite
+<!ATTLIST testsuite
profile CDATA #IMPLIED
>
<!--
- The root element of a collection should be "TESTCASES". It serves to
+ The root element of a collection should be "TESTCASES". It serves to
group a set of tests to be collectively identified as follows:
-
- * PROFILE - name of test profile
+
+ * PROFILE - name of test profile
* BASE - base directory in which tests for this collection reside;
allows tests to be found in many application instances.
-
+
-->
<!ELEMENT testcases (test | testresult | testcases)*>
<!--
The body of each TEST element is its description as well as a
- discussion of the expected results. The following attributes
+ discussion of the expected results. The following attributes
must be specified for each test as follows:
* ID - unique test identifier
<!ELEMENT em (#PCDATA | b)*>
<!ELEMENT b (#PCDATA | em)*>
-<!--
+<!--
We also allow for hyperlinks in text (e.g., to include
- references to supporting evidence within SPECPROBLEM and
+ references to supporting evidence within SPECPROBLEM and
TESTPROBLEM).
-->
<!ELEMENT a (#PCDATA | b | em)*>
The optional FUTURESUPPORT attribute is used to indicate
expected future support of the feature tested by this
- test case.
+ test case.
The optional SPECPROBLEM attribute indicates if there is
any ambiguity or other problem found in the spec that relates
to this test. Especially if the results weren't as expected
because of a misinterpretation of the spec, this should be
- documented here. Details/discussion should appear in the
+ documented here. Details/discussion should appear in the
textual contents of the TESTRESULT element.
The optional TESTPROBLEM attribute indicates if there is
suggests. Especially if the results of the test differ
from that given as "expected" by the test case but are,
in fact, believed to be the correct results, this should
- be documented here. Details/discussion should appear in the
+ be documented here. Details/discussion should appear in the
textual contents of the TESTRESULT element.
-->