New tests
authorPhilippe Le Hégaret <plh@w3.org>
Tue, 02 Dec 2008 13:48:38 +0000
changeset 31 aee0fb84e0d8
parent 30 6e425f448e80
child 32 7b510dff82b4
New tests
testsuite/filelist.xml
testsuite/web-framework/tests.js
--- a/testsuite/filelist.xml	Tue Dec 02 13:47:50 2008 +0000
+++ b/testsuite/filelist.xml	Tue Dec 02 13:48:38 2008 +0000
@@ -35,6 +35,11 @@
 <file>Styling/Color007.xml</file>
 <file>Styling/Color008.xml</file>
 <file>Styling/Color009.xml</file>
+<file>Styling/Padding001.xml</file>
+<file>Styling/Padding002.xml</file>
+<file>Styling/Padding003.xml</file>
+<file>Styling/Padding004.xml</file>
+<file>Styling/Padding005.xml</file>
 <file>Styling/Style001.xml</file>
 <file>Styling/Styling001.xml</file>
 <file>Styling/TextAlign001.xml</file>
@@ -43,12 +48,21 @@
 <file>Styling/TextAlign004.xml</file>
 <file>Styling/TextAlign005.xml</file>
 <file>Styling/TextAlign006.xml</file>
+<file>Styling/TextAlign007.xml</file>
+<file>Styling/TextAlign008.xml</file>
+<file>Styling/TextAlign009.xml</file>
 <file>Styling/TextDecoration001.xml</file>
 <file>Styling/TextDecoration002.xml</file>
 <file>Styling/TextDecoration003.xml</file>
 <file>Styling/TextDecoration004.xml</file>
 <file>Styling/TextDecoration005.xml</file>
 <file>Styling/TextDecoration006.xml</file>
+<file>Styling/TextDecoration007.xml</file>
+<file>Styling/TextDecoration008.xml</file>
+<file>Styling/TextDecoration009.xml</file>
+<file>Styling/TextDecoration010.xml</file>
+<file>Styling/TextDecoration011.xml</file>
+<file>Styling/TextDecoration012.xml</file>
 <file>Timing/BeginDur001.xml</file>
 <file>Timing/BeginEnd001.xml</file>
 <file>Timing/BeginEnd002.xml</file>
--- a/testsuite/web-framework/tests.js	Tue Dec 02 13:47:50 2008 +0000
+++ b/testsuite/web-framework/tests.js	Tue Dec 02 13:48:38 2008 +0000
@@ -34,6 +34,11 @@
 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("../Styling/Padding001.xml","Padding001","Test tts:padding attribute with one value.","Styling Test");
+addTest("../Styling/Padding002.xml","Padding002","Test tts:padding attribute with two values.","Styling Test");
+addTest("../Styling/Padding003.xml","Padding003","Test tts:padding attribute with three values.","Styling Test");
+addTest("../Styling/Padding004.xml","Padding004","Test tts:padding attribute with four values.","Styling Test");
+addTest("../Styling/Padding005.xml","Padding005","Test tts:padding attribute with an inherited value.","Styling Test");
 addTest("../Styling/Style001.xml","Style001","Test style attributes in the style element.","Styling Test");
 addTest("../Styling/Styling001.xml","Styling001","Test two different styles in the style element.","Styling Test");
 addTest("../Styling/TextAlign001.xml","TextAlign001","Test tts:textAlign attribute with the right value in a paragraph.","Styling Test");
@@ -42,12 +47,21 @@
 addTest("../Styling/TextAlign004.xml","TextAlign004","Test tts:textAlign attribute with the right value on the body.","Styling Test");
 addTest("../Styling/TextAlign005.xml","TextAlign005","Test tts:textAlign attribute with the left value on div.","Styling Test");
 addTest("../Styling/TextAlign006.xml","TextAlign006","Test tts:textAlign attribute with the center value on a span.","Styling Test");
+addTest("../Styling/TextAlign007.xml","TextAlign007","Test tts:textAlign attribute with the start value.","Styling Test");
+addTest("../Styling/TextAlign008.xml","TextAlign008","Test tts:textAlign attribute with the end value.","Styling Test");
+addTest("../Styling/TextAlign009.xml","TextAlign009","Test tts:textAlign attribute with the inherit value.","Styling Test");
 addTest("../Styling/TextDecoration001.xml","TextDecoration001","Test tts:textDecoration attribute using the none value.","Styling Test");
 addTest("../Styling/TextDecoration002.xml","TextDecoration002","Test tts:textDecoration attribute using the underline value in a span.","Styling Test");
 addTest("../Styling/TextDecoration003.xml","TextDecoration003","Test tts:textDecoration attribute using the none value in a span.","Styling Test");
 addTest("../Styling/TextDecoration004.xml","TextDecoration004","Test tts:textDecoration attribute using the underline value in style.","Styling Test");
 addTest("../Styling/TextDecoration005.xml","TextDecoration005","Test tts:textDecoration attribute with the underline value in a div.","Styling Test");
 addTest("../Styling/TextDecoration006.xml","TextDecoration006","Test tts:textDecoration attribute with the underline value in the body.","Styling Test");
+addTest("../Styling/TextDecoration007.xml","TextDecoration007","Test tts:textDecoration attribute with the noUnderline value.","Styling Test");
+addTest("../Styling/TextDecoration008.xml","TextDecoration008","Test tts:textDecoration attribute with the lineThrough value.","Styling Test");
+addTest("../Styling/TextDecoration009.xml","TextDecoration009","Test tts:textDecoration attribute with the noLineThrough value.","Styling Test");
+addTest("../Styling/TextDecoration010.xml","TextDecoration010","Test tts:textDecoration attribute with the overline value.","Styling Test");
+addTest("../Styling/TextDecoration011.xml","TextDecoration011","Test tts:textDecoration attribute with the noOverline value.","Styling Test");
+addTest("../Styling/TextDecoration012.xml","TextDecoration012","Test tts:textDecoration attribute with the inherit 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");