New tests
authorPhilippe Le Hégaret <plh@w3.org>
Thu, 11 Dec 2008 13:55:19 +0000
changeset 47 2e7584ae460a
parent 46 3cc03554dd32
child 48 18fd4edf83c8
New tests
testsuite/filelist.xml
testsuite/web-framework/tests.js
--- a/testsuite/filelist.xml	Wed Dec 10 03:29:33 2008 +0000
+++ b/testsuite/filelist.xml	Thu Dec 11 13:55:19 2008 +0000
@@ -93,8 +93,31 @@
 <file>Styling/Visibility002.xml</file>
 <file>Styling/Visibility003.xml</file>
 <file>Styling/Visibility004.xml</file>
+<file>Styling/direction001.xml</file>
+<file>Styling/direction002.xml</file>
+<file>Styling/direction003.xml</file>
+<file>Styling/direction004.xml</file>
+<file>Styling/direction005.xml</file>
+<file>Styling/direction006.xml</file>
+<file>Styling/direction007.xml</file>
+<file>Styling/display001.xml</file>
+<file>Styling/display002.xml</file>
+<file>Styling/display003.xml</file>
+<file>Styling/display004.xml</file>
+<file>Styling/displayAlign001.xml</file>
+<file>Styling/displayAlign002.xml</file>
+<file>Styling/displayAlign003.xml</file>
+<file>Styling/displayAlign004.xml</file>
+<file>Styling/extent001.xml</file>
+<file>Styling/extent002.xml</file>
+<file>Styling/extent003.xml</file>
 <file>Timing/BeginDur001.xml</file>
 <file>Timing/BeginEnd001.xml</file>
 <file>Timing/BeginEnd002.xml</file>
 <file>Timing/BeginEnd003.xml</file>
+<file>Specification/DocumentExample120.xml</file>
+<file>Specification/DocumentExample822.xml</file>
+<file>Specification/DocumentExample823.xml</file>
+<file>Specification/DocumentExample824.xml</file>
+<file>Specification/DocumentExample825.xml</file>
 </files>
--- a/testsuite/web-framework/tests.js	Wed Dec 10 03:29:33 2008 +0000
+++ b/testsuite/web-framework/tests.js	Thu Dec 11 13:55:19 2008 +0000
@@ -92,7 +92,30 @@
 addTest("../Styling/Visibility002.xml","Visibility002","Test tts:visibility attribute using the visible value.","Styling Test");
 addTest("../Styling/Visibility003.xml","Visibility003","Test tts:visibility attribute using the hidden value.","Styling Test");
 addTest("../Styling/Visibility004.xml","Visibility004","Test tts:visibility attribute using the inherit value.","Styling Test");
+addTest("../Styling/direction001.xml","direction001","Test tts:direction attribute with the ltr value in a paragraph.","Styling Test");
+addTest("../Styling/direction002.xml","direction002","Test tts:direction attribute with the ltr value in the style element.","Styling Test");
+addTest("../Styling/direction003.xml","direction003","Test tts:direction attribute with the rtl value in the style element.","Styling Test");
+addTest("../Styling/direction004.xml","direction004","Test tts:direction attribute with the rtl value in a span.","Styling Test");
+addTest("../Styling/direction005.xml","direction005","Test tts:direction attribute with the rtl value in a paragraph.","Styling Test");
+addTest("../Styling/direction006.xml","direction006","Test tts:direction attribute with the ltr value in a span.","Styling Test");
+addTest("../Styling/direction007.xml","direction007","Test tts:direction attribute with the inherit value in a span.","Styling Test");
+addTest("../Styling/display001.xml","display001","Test tts:display attribute with the auto value in the style element.","Styling Test");
+addTest("../Styling/display002.xml","display002","Test tts:display attribute with the none value in a paragraph.","Styling Test");
+addTest("../Styling/display003.xml","display003","Test tts:display attribute with the inherit value in a span.","Styling Test");
+addTest("../Styling/display004.xml","display004","Test tts:display attribute with the none value in the style element.","Styling Test");
+addTest("../Styling/displayAlign001.xml","displayAlign001","Test tts:displayAlign attribute with the before value in the style element.","Styling Test");
+addTest("../Styling/displayAlign002.xml","displayAlign002","Test tts:displayAlign attribute with the after value in the style element.","Styling Test");
+addTest("../Styling/displayAlign003.xml","displayAlign003","Test tts:displayAlign attribute with the center value in the style element.","Styling Test");
+addTest("../Styling/displayAlign004.xml","displayAlign004","Test tts:displayAlign attribute with an inherit value.","Styling Test");
+addTest("../Styling/extent001.xml","extent001","Test tts:extent attribute with the auto value in the style element.","Styling Test");
+addTest("../Styling/extent002.xml","extent002","Test tts:extent attribute with two length values in the style element.","Styling Test");
+addTest("../Styling/extent003.xml","extent003","Test tts:extent attribute with an inherited value.","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");
+addTest("../Specification/DocumentExample824.xml","DocumentExample824","This test contains the document example from the section 8.2.4 of the DFXP 1.0 specification, with the region replacing with a styling.","Specification Test");
+addTest("../Specification/DocumentExample825.xml","DocumentExample825","This test contains the document example from the section 8.2.5 of the DFXP 1.0 specification, with the region replacing with a styling.","Specification Test");