--- 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");