--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/testsuite/Styling/TextDecoration012.xml Thu Oct 29 16:47:38 2009 +0000
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<tt xml:lang="en"
+ xmlns="http://www.w3.org/ns/ttml"
+ xmlns:tts="http://www.w3.org/ns/ttml#styling"
+ xmlns:ttm="http://www.w3.org/ns/ttml#metadata">
+ <head>
+ <metadata>
+ <ttm:title>Styling Test - TextDecoration - 012</ttm:title>
+ <ttm:desc>Test tts:textDecoration attribute with underline and line through.</ttm:desc>
+ <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
+ </metadata>
+ <ttp:profile use="dfxp-presentation" xmlns:ttp="http://www.w3.org/ns/ttml#parameter">
+ <ttp:features xml:base="http://www.w3.org/ns/ttml/feature/">
+ <ttp:feature>#textDecoration-under</ttp:feature>
+ <ttp:feature>#textDecoration-through</ttp:feature>
+ <ttp:feature>#styling-inline</ttp:feature>
+ </ttp:features>
+ </ttp:profile>
+ </head>
+ <body>
+ <div>
+ <p begin="0s" end="10s" tts:textDecoration="underline lineThrough">The first text has an underline and a line through.</p>
+ </div>
+ </body>
+</tt>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/testsuite/Styling/TextDecoration013.xml Thu Oct 29 16:47:38 2009 +0000
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<tt xml:lang="en"
+ xmlns="http://www.w3.org/ns/ttml"
+ xmlns:tts="http://www.w3.org/ns/ttml#styling"
+ xmlns:ttm="http://www.w3.org/ns/ttml#metadata">
+ <head>
+ <metadata>
+ <ttm:title>Styling Test - TextDecoration - 013</ttm:title>
+ <ttm:desc>Test tts:textDecoration attribute with underline, overline and line through.</ttm:desc>
+ <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
+ </metadata>
+ <ttp:profile use="dfxp-presentation" xmlns:ttp="http://www.w3.org/ns/ttml#parameter">
+ <ttp:features xml:base="http://www.w3.org/ns/ttml/feature/">
+ <ttp:feature>#textDecoration-under</ttp:feature>
+ <ttp:feature>#textDecoration-through</ttp:feature>
+ <ttp:feature>#textDecoration-over</ttp:feature>
+ <ttp:feature>#styling-inline</ttp:feature>
+ </ttp:features>
+ </ttp:profile>
+ </head>
+ <body>
+ <div>
+ <p begin="0s" end="10s" tts:textDecoration="underline lineThrough overline">The first text has an underline, overline and a line through.</p>
+ </div>
+ </body>
+</tt>
--- a/testsuite/filelist.xml Thu Oct 29 14:59:01 2009 +0000
+++ b/testsuite/filelist.xml Thu Oct 29 16:47:38 2009 +0000
@@ -126,6 +126,8 @@
<file>Styling/TextDecoration009.xml</file>
<file>Styling/TextDecoration010.xml</file>
<file>Styling/TextDecoration011.xml</file>
+<file>Styling/TextDecoration012.xml</file>
+<file>Styling/TextDecoration013.xml</file>
<file>Styling/TextOutline001.xml</file>
<file>Styling/TextOutline002.xml</file>
<file>Styling/TextOutline003.xml</file>
--- a/testsuite/web-framework/tests.js Thu Oct 29 14:59:01 2009 +0000
+++ b/testsuite/web-framework/tests.js Thu Oct 29 16:47:38 2009 +0000
@@ -125,6 +125,8 @@
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 underline and line through.","Styling Test");
+addTest("../Styling/TextDecoration013.xml","TextDecoration013","Test tts:textDecoration attribute with underline, overline and line through.","Styling Test");
addTest("../Styling/TextOutline001.xml","TextOutline001","Test tts:textOutline attribute using the none value.","Styling Test");
addTest("../Styling/TextOutline002.xml","TextOutline002","Test tts:textOutline attribute using a value for outline thickness.","Styling Test");
addTest("../Styling/TextOutline003.xml","TextOutline003","Test tts:textOutline attribute using values for outline thickness and blur radius.","Styling Test");