New
authorPhilippe Le Hégaret <plh@w3.org>
Tue, 25 Nov 2008 14:01:24 +0000
changeset 24 4e5f4dc30d0d
parent 23 d1e5742f337e
child 25 ed3aa5ce08bd
New
testsuite/filelist.xml
testsuite/web-framework/tests.js
--- a/testsuite/filelist.xml	Mon Nov 24 20:28:24 2008 +0000
+++ b/testsuite/filelist.xml	Tue Nov 25 14:01:24 2008 +0000
@@ -11,6 +11,9 @@
 <file>Content/Span004.xml</file>
 <file>Content/Span005.xml</file>
 <file>Content/div001.xml</file>
+<file>Content/div002.xml</file>
+<file>Content/div003.xml</file>
+<file>Content/foreign001.xml</file>
 <file>Content/tt001.xml</file>
 <file>Content/tt002.xml</file>
 <file>Content/tt003.xml</file>
--- a/testsuite/web-framework/tests.js	Mon Nov 24 20:28:24 2008 +0000
+++ b/testsuite/web-framework/tests.js	Tue Nov 25 14:01:24 2008 +0000
@@ -2,15 +2,20 @@
 addTest("../Content/Paragraph001.xml","Paragraph001","Test the p element with no styling attribute.","Content Test");
 addTest("../Content/Paragraph002.xml","Paragraph002","Test the p element with no timing attributes (nothing is displayed).","Content Test");
 addTest("../Content/Paragraph003.xml","Paragraph003","Test the p element with styling and timing attributes.","Content Test");
+addTest("../Content/Paragraph004.xml","Paragraph004","Test the p element with xml:space default.","Content Test");
+addTest("../Content/Paragraph005.xml","Paragraph005","Test the p element with xml:space preserve.","Content Test");
 addTest("../Content/Span001.xml","Span001","Test the span element with no attributes.","Content Test");
 addTest("../Content/Span002.xml","Span002","Test the span element with a styling attribute.","Content Test");
-addTest("../Content/Span003.xml","Span003","Test the span element inside a span element.","Content Test");
-addTest("../Content/Span004.xml","Span004","Test the span element inside a span element.","Content Test");
+addTest("../Content/Span003.xml","Span003","Test nested span elements.","Content Test");
+addTest("../Content/Span004.xml","Span004","Test nested span elements.","Content Test");
 addTest("../Content/Span005.xml","Span005","Test the br element inside a span element.","Content Test");
-addTest("../Timing/BeginDur001.xml","BeginDur001","Test the begin and dur attributes on p elements.","Timing Test");
-addTest("../Timing/BeginEnd001.xml","BeginEnd001","Test the begin and end attributes on p elements.","Timing Test");
-addTest("../Timing/BeginEnd002.xml","BeginEnd002","Test the begin attribute with no end or dur attribute on p elements.","Timing Test");
-addTest("../Timing/BeginEnd003.xml","BeginEnd003","Test the begin and end attributes on p elements in random order. @@Is it a valid test?","Timing Test");
+addTest("../Content/div001.xml","div001","Test nested div elements.","Content Test");
+addTest("../Content/div002.xml","div002","Test multiple div elements in the body.","Content Test");
+addTest("../Content/div003.xml","div003","Test multiple div elements in the body with the xml:lang attribute.","Content Test");
+addTest("../Content/foreign001.xml","foreign001","Test the non-TT namespaces.","Content Test");
+addTest("../Content/tt001.xml","tt001","Test the tt element without an xml:space attribute.","Content Test");
+addTest("../Content/tt002.xml","tt002","Test the tt element with xml:space preserve.","Content Test");
+addTest("../Content/tt003.xml","tt003","Test the tt element with xml:space default.","Content Test");
 addTest("../Styling/Color001.xml","Color001","Test tts:color attribute using a named color expression.","Styling Test");
 addTest("../Styling/Color002.xml","Color002","Test tts:color attribute using a hash (#rrggbb) color expression.","Styling Test");
 addTest("../Styling/Color003.xml","Color003","Test tts:color attribute using a hash (#rrggbbaa) color expression with opacity.","Styling Test");
@@ -20,6 +25,10 @@
 addTest("../Styling/Color007.xml","Color007","Test tts:color attribute using a transparent value.","Styling Test");
 addTest("../Styling/Color008.xml","Color008","Test tts:color attribute with span elements.","Styling Test");
 addTest("../Styling/Color009.xml","Color009","Test tts:color style using a named color expression.","Styling Test");
+addTest("../Timing/BeginDur001.xml","BeginDur001","Test the begin and dur attributes on p elements.","Timing Test");
+addTest("../Timing/BeginEnd001.xml","BeginEnd001","Test the begin and end attributes on p elements.","Timing Test");
+addTest("../Timing/BeginEnd002.xml","BeginEnd002","Test the begin attribute with no end or dur attribute on p elements.","Timing Test");
+addTest("../Timing/BeginEnd003.xml","BeginEnd003","Test the begin and end attributes on p elements in random order. @@Is it a valid test?","Timing Test");
 addTest("../Specification/DocumentExample120.xml","DocumentExample120","This test contains the document example from the section 1.2 of the DFXP 1.0 specification, without the layout region.","Specification Test");
 addTest("../Specification/DocumentExample822.xml","DocumentExample822","This test contains the document example from the section 8.2.2 of the DFXP 1.0 specification, with the region replacing with a styling.","Specification Test");
 addTest("../Specification/DocumentExample823.xml","DocumentExample823","This test contains the document example from the section 8.2.3 of the DFXP 1.0 specification, with the region replacing with a styling.","Specification Test");