New
authorPhilippe Le Hégaret <plh@w3.org>
Mon, 26 Jan 2009 17:33:31 +0000
changeset 81 ec067f369ecc
parent 80 0cdac6d1c9c4
child 82 811137696e2f
New
testsuite/Animation/Animation001.xml
testsuite/Animation/Animation002.xml
testsuite/Animation/Animation003.xml
testsuite/Animation/Animation004.xml
testsuite/Animation/Animation005.xml
testsuite/Animation/Animation006.xml
testsuite/Animation/Animation007.xml
testsuite/Animation/Animation008.xml
testsuite/Animation/Animation012.xml
testsuite/Animation/Animation013.xml
testsuite/Animation/Animation014.xml
testsuite/Animation/Animation015.xml
testsuite/Animation/Animation016.xml
testsuite/Animation/Animation017.xml
testsuite/Animation/BasicTiming004.xml
testsuite/Animation/BasicTiming005.xml
testsuite/Animation/MediaParTiming002.xml
testsuite/Animation/MediaSeqTiming007.xml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testsuite/Animation/Animation001.xml	Mon Jan 26 17:33:31 2009 +0000
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<tt xml:lang="en"
+    xmlns="http://www.w3.org/2006/10/ttaf1"
+    xmlns:tts="http://www.w3.org/2006/10/ttaf1#styling"
+    xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata"
+    xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+    <head>
+        <metadata>
+            <ttm:title>Animation Test - Animate 001</ttm:title>
+            <ttm:desc>Set backgroundColor</ttm:desc>
+            <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
+        </metadata>
+    </head>
+     <body>
+         <div timeContainer="seq" dur="20s">
+             <p  dur="10s" tts:backgroundColor="red" tts:color="white">
+                 <set tts:backgroundColor="blue" begin="5s" />This background of this sentence should change from red to blue at 5s</p>
+         </div>
+     </body>
+  </tt>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testsuite/Animation/Animation002.xml	Mon Jan 26 17:33:31 2009 +0000
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<tt xml:lang="en"
+    xmlns="http://www.w3.org/2006/10/ttaf1"
+    xmlns:tts="http://www.w3.org/2006/10/ttaf1#styling"
+    xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata"
+    xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+    <head>
+        <metadata>
+            <ttm:title>Animation Test - Animate 002</ttm:title>
+            <ttm:desc>Set color</ttm:desc>
+            <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
+        </metadata>
+    </head>
+     <body>
+         <div timeContainer="seq" dur="20s">
+             <p  dur="10s" tts:backgroundColor="red" tts:color="white">
+                 <set tts:color="yellow" begin="5s" />This text of this sentence should change from white to yellow at 5s</p>
+         </div>
+     </body>
+  </tt>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testsuite/Animation/Animation003.xml	Mon Jan 26 17:33:31 2009 +0000
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<tt xml:lang="en"
+    xmlns="http://www.w3.org/2006/10/ttaf1"
+    xmlns:tts="http://www.w3.org/2006/10/ttaf1#styling"
+    xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata"
+    xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+    <head>
+        <metadata>
+            <ttm:title>Animation Test - Animate 003</ttm:title>
+            <ttm:desc>Set display</ttm:desc>
+            <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
+        </metadata>
+    </head>
+     <body>
+         <div timeContainer="seq" dur="20s">
+             <p  dur="10s" tts:display="none" >
+                 <set tts:display="auto" begin="5s" />This text of this sentence should appear at 5s</p>
+         </div>
+     </body>
+  </tt>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testsuite/Animation/Animation004.xml	Mon Jan 26 17:33:31 2009 +0000
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<tt xml:lang="en"
+    xmlns="http://www.w3.org/2006/10/ttaf1"
+    xmlns:tts="http://www.w3.org/2006/10/ttaf1#styling"
+    xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata"
+    xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+    <head>
+        <metadata>
+            <ttm:title>Animation Test - Animate 004</ttm:title>
+            <ttm:desc>Set fontFamily</ttm:desc>
+            <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
+        </metadata>
+    </head>
+     <body>
+         <div timeContainer="seq" dur="20s">
+             <p  dur="10s" tts:fontFamily="serif" >
+                 <set tts:fontFamily="sanSerif" begin="5s" />This text of this sentence should change from a serif to a san serif font at 5s</p>
+         </div>
+     </body>
+  </tt>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testsuite/Animation/Animation005.xml	Mon Jan 26 17:33:31 2009 +0000
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<tt xml:lang="en"
+    xmlns="http://www.w3.org/2006/10/ttaf1"
+    xmlns:tts="http://www.w3.org/2006/10/ttaf1#styling"
+    xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata"
+    xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+    <head>
+        <metadata>
+            <ttm:title>Animation Test - Animate 005</ttm:title>
+            <ttm:desc>Set fontSize</ttm:desc>
+            <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
+        </metadata>
+    </head>
+     <body>
+         <div timeContainer="seq" dur="20s">
+             <p  dur="10s" tts:fontSize="20px 20px" >
+                 <set tts:fontSize="40px 20px" begin="5s" />This font height of this sentence should go from 20px to 40px  at 5s</p>
+         </div>
+     </body>
+  </tt>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testsuite/Animation/Animation006.xml	Mon Jan 26 17:33:31 2009 +0000
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<tt xml:lang="en"
+    xmlns="http://www.w3.org/2006/10/ttaf1"
+    xmlns:tts="http://www.w3.org/2006/10/ttaf1#styling"
+    xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata"
+    xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+    <head>
+        <metadata>
+            <ttm:title>Animation Test - Animate 007</ttm:title>
+            <ttm:desc>Set fontStyle</ttm:desc>
+            <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
+        </metadata>
+    </head>
+     <body>
+         <div timeContainer="seq" dur="20s">
+             <p  dur="10s" tts:fontStyle="normal" >
+                 <set tts:fontStyle="italic " begin="5s" />This font of this sentence should go from normal to italic at 5s</p>
+             <p  dur="10s" tts:fontStyle="reverseOblique " >
+                 <set tts:fontStyle="oblique  " begin="5s" />This font of this sentence should go from reverseOblique  to oblique at 15s
+             </p>
+         </div>
+     </body>
+  </tt>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testsuite/Animation/Animation007.xml	Mon Jan 26 17:33:31 2009 +0000
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<tt xml:lang="en"
+    xmlns="http://www.w3.org/2006/10/ttaf1"
+    xmlns:tts="http://www.w3.org/2006/10/ttaf1#styling"
+    xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata"
+    xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+    <head>
+        <metadata>
+            <ttm:title>Animation Test - Animate 007</ttm:title>
+            <ttm:desc>Set fontWeight</ttm:desc>
+            <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
+        </metadata>
+    </head>
+     <body>
+         <div timeContainer="seq" dur="20s">
+             <p  dur="10s" tts:fontWeight="normal" >
+                 <set tts:fontWeight="bold" begin="5s" />This font of this sentence should go from normal to bold at 5s</p>
+         </div>
+     </body>
+  </tt>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testsuite/Animation/Animation008.xml	Mon Jan 26 17:33:31 2009 +0000
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<tt xml:lang="en"
+    xmlns="http://www.w3.org/2006/10/ttaf1"
+    xmlns:tts="http://www.w3.org/2006/10/ttaf1#styling"
+    xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata"
+    xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+    <head>
+        <metadata>
+            <ttm:title>Animation Test - Animate 007</ttm:title>
+            <ttm:desc>Set lineHeight</ttm:desc>
+            <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
+        </metadata>
+    </head>
+     <body>
+         <div timeContainer="seq" dur="20s">
+             <p  dur="10s" tts:lineHeight="normal" >
+                 <set tts:lineHeight="0px" begin="5s" />This line height of this sentence should <br/>go from normal to zero at 5s</p>
+         </div>
+     </body>
+  </tt>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testsuite/Animation/Animation012.xml	Mon Jan 26 17:33:31 2009 +0000
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<tt xml:lang="en"
+    xmlns="http://www.w3.org/2006/10/ttaf1"
+    xmlns:tts="http://www.w3.org/2006/10/ttaf1#styling"
+    xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata"
+    xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+    <head>
+        <metadata>
+            <ttm:title>Animation Test - Animate 012</ttm:title>
+            <ttm:desc>Set displayAlign</ttm:desc>
+            <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
+        </metadata>
+    </head>
+     <body>
+         <div timeContainer="seq" dur="20s">
+             <p  dur="10s" tts:displayAlign="left">
+                 <set tts:displayAlign="right" begin="5s" />This sentence should move right at 5s for 5 seconds</p>
+             <p dur="10s"  tts:displayAlign="right">
+                 <set tts:displayAlign="left" begin="6s" />This sentence should move left at 6s for 4 seconds</p>
+         </div>
+     </body>
+  </tt>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testsuite/Animation/Animation013.xml	Mon Jan 26 17:33:31 2009 +0000
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<tt xml:lang="en"
+    xmlns="http://www.w3.org/2006/10/ttaf1"
+    xmlns:tts="http://www.w3.org/2006/10/ttaf1#styling"
+    xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata"
+    xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+    <head>
+        <metadata>
+            <ttm:title>Animation Test - Animate 013</ttm:title>
+            <ttm:desc>Set textDecoration, also tests multiple sets in action</ttm:desc>
+            <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
+        </metadata>
+    </head>
+     <body>
+         <div timeContainer="seq" dur="20s">
+             <p  dur="10s" tts:textDecoration ="overline">
+                 <set tts:textDecoration="throughline " begin="2s" />
+                 <set tts:textDecoration="underline " begin="4s" />
+                 <set tts:textDecoration="none " begin="6s" />The line should move progressively down through this sentence every 2 seconds</p>
+         </div>
+     </body>
+  </tt>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testsuite/Animation/Animation014.xml	Mon Jan 26 17:33:31 2009 +0000
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<tt xml:lang="en"
+    xmlns="http://www.w3.org/2006/10/ttaf1"
+    xmlns:tts="http://www.w3.org/2006/10/ttaf1#styling"
+    xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata"
+    xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+    <head>
+        <metadata>
+            <ttm:title>Animation Test - Animate 014</ttm:title>
+            <ttm:desc>Set textOutline</ttm:desc>
+            <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
+        </metadata>
+    </head>
+     <body>
+         <div timeContainer="seq" dur="20s">
+             <p  dur="10s" tts:textOutline ="none">
+                 <set tts:textOutline="red 1px 2px " begin="5s" />This text should be outlined in blurred red from 5s to 10s</p>
+         </div>
+     </body>
+  </tt>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testsuite/Animation/Animation015.xml	Mon Jan 26 17:33:31 2009 +0000
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<tt xml:lang="en"
+    xmlns="http://www.w3.org/2006/10/ttaf1"
+    xmlns:tts="http://www.w3.org/2006/10/ttaf1#styling"
+    xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata"
+    xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+    <head>
+        <metadata>
+            <ttm:title>Animation Test - Animate 015</ttm:title>
+            <ttm:desc>Set visibility </ttm:desc>
+            <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
+        </metadata>
+    </head>
+     <body>
+         <div timeContainer="seq" dur="10s">
+             <p  dur="10s" tts:visibility  ="visible">
+                 <set tts:visibility ="hidden" begin="3s" dur="5s"/>This text should become invisible from 3s to 8s</p>
+         </div>
+     </body>
+  </tt>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testsuite/Animation/Animation016.xml	Mon Jan 26 17:33:31 2009 +0000
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<tt xml:lang="en"
+    xmlns="http://www.w3.org/2006/10/ttaf1"
+    xmlns:tts="http://www.w3.org/2006/10/ttaf1#styling"
+    xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata"
+    xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+    <head>
+        <metadata>
+            <ttm:title>Animation Test - Animate 016</ttm:title>
+            <ttm:desc>Set wrapOption  </ttm:desc>
+            <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
+        </metadata>
+    </head>
+     <body>
+         <div timeContainer="seq" dur="10s">
+             <p  dur="10s" tts:wrapOption="visible">
+                 <set tts:wrapOption ="hidden" begin="3s" dur="5s"/>This text should start to wrap from 3s to 8s it is a very long piece of text in order to ensure that it does in fact hit the region edges and thus require some wrapping action. Wrapping is not required to support hyphenation, so this text should wrap at whole word boundaries.</p>
+         </div>
+     </body>
+  </tt>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testsuite/Animation/Animation017.xml	Mon Jan 26 17:33:31 2009 +0000
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="utf-8"?>
+<tt xml:lang="en"
+    xmlns="http://www.w3.org/2006/10/ttaf1"
+    xmlns:tts="http://www.w3.org/2006/10/ttaf1#styling"
+    xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata"
+    xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+    <head>
+        <metadata>
+            <ttm:title>Animation Test - Animate 017</ttm:title>
+            <ttm:desc>Set zIndex  </ttm:desc>
+            <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
+        </metadata>
+        <styling>
+            <style xml:id="s1"
+                    tts:origin="100px 180px"
+                    tts:extent="400px 100px"
+                    tts:padding="5px"
+                    tts:backgroundColor="red"
+                    tts:color="white" 
+                    tts:textAlign="end"
+             />
+        </styling>
+        <layout>
+            <region dur="10s" xml:id="r1" style="s1" tts:zIndex="1"/>
+            <region dur="10s" xml:id="r2" style="s1" tts:zIndex="0">
+                <set begin="5s" end="10s" tts:zIndex="2" />
+            </region>
+        </layout>
+    </head>
+     <body region="r1 r2">
+         <div region="r1 r2" timeContainer="par" dur="10s">
+             <p region="r1" dur="10s" tts:wrapOption="visible">This text should appear from 0 to 5s</p>
+             <p region="r2" dur="10s" tts:wrapOption="visible">This text should appear from 5s to 10s</p>
+         </div>
+     </body>
+  </tt>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testsuite/Animation/BasicTiming004.xml	Mon Jan 26 17:33:31 2009 +0000
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<tt xml:lang="en"
+    xmlns="http://www.w3.org/2006/10/ttaf1"
+    xmlns:tts="http://www.w3.org/2006/10/ttaf1#styling"
+    xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata"
+    xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+    <head>
+        <metadata>
+            <ttm:title>Animation Test - Basic 004</ttm:title>
+            <ttm:desc>Testing basic time expressions  on set</ttm:desc>
+            <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
+        </metadata>
+    </head>
+    <body timeContainer="par">
+        <div timeContainer="seq">
+            <p tts:display="none" begin="5s" dur="00:00:19:29.99">
+                <set begin="4.5s" dur="00:00:05.5" tts:display="auto"/>This text must appear at 9.5 seconds<br/>and remain visible to 15 seconds</p>
+        </div>
+    </body>
+</tt>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testsuite/Animation/BasicTiming005.xml	Mon Jan 26 17:33:31 2009 +0000
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="utf-8"?>
+<tt xml:lang="en"
+    xmlns="http://www.w3.org/2006/10/ttaf1"
+    xmlns:tts="http://www.w3.org/2006/10/ttaf1#styling"
+    xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata"
+    xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+    <head>
+        <metadata>
+            <ttm:title>Animation Test - Basic 005</ttm:title>
+            <ttm:desc>Testing multiple set expressions in par context</ttm:desc>
+            <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
+        </metadata>
+    </head>
+    <body timeContainer="par">
+        <div timeContainer="seq">
+            <p tts:opacity="0" begin="0s" dur="00:00:15:00">
+                <set begin="1s" dur="00:00:01:00" tts:opacity="0.05" />
+                <set begin="2s" dur="00:00:01:00" tts:opacity="0.1" />
+                <set begin="3s" dur="00:00:01:00" tts:opacity="0.2" />
+                <set begin="4s" dur="00:00:01:00" tts:opacity="0.3" />
+                <set begin="5s" dur="00:00:01:00" tts:opacity="0.4" />
+                <set begin="6s" dur="00:00:01:00" tts:opacity="0.5" />
+                <set begin="7s" dur="00:00:01:00" tts:opacity="0.6" />
+                <set begin="8s" dur="00:00:01:00" tts:opacity="0.7" />
+                <set begin="9s" dur="00:00:01:00" tts:opacity="0.8" />
+                <set begin="10s" dur="00:00:01:00" tts:opacity="0.9" />
+                <set begin="11s" dur="00:00:01:00" tts:opacity="1" />
+                <set begin="12s" dur="00:00:01:00" tts:opacity="0.75" />
+                <set begin="13s" dur="00:00:01:00" tts:opacity="0.5" />
+                <set begin="14s" dur="00:00:01:00" tts:opacity="0.25" />This text must start to appear at 1 seconds<br/>and fade in to 10 seconds then fade out to 15 seconds</p>
+        </div>
+    </body>
+</tt>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testsuite/Animation/MediaParTiming002.xml	Mon Jan 26 17:33:31 2009 +0000
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="utf-8"?>
+<tt xml:lang="en"
+    xmlns="http://www.w3.org/2006/10/ttaf1"
+    xmlns:tts="http://www.w3.org/2006/10/ttaf1#styling"
+    xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata"
+    xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter"
+    ttp:timeBase="media">
+    <head>
+        <metadata>
+            <ttm:title>Animation Test - Par - 002</ttm:title>
+            <ttm:desc>Testing  end truncation on par</ttm:desc>
+            <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
+        </metadata>
+    </head>
+    <body timeContainer="par">
+        <div timeContainer="par" end="10s">
+              <metadata>
+                    <ttm:desc>end truncates par at 10s</ttm:desc>
+              </metadata>
+            <div timeContainer="par" dur="20s">
+               <p begin="00:00:05:00" dur="15s">This text must appear at 5 seconds<br/>and be remain visible to 10 seconds,</p>
+                <p begin="5s" dur="00:00:15:00">This text must appear at 5 seconds<br/>and be remain visible to 10 seconds,</p>
+            </div>
+           <div timeContainer="par" dur="20s">
+               <p tts:display="none" dur="00:00:20:00">
+                   <set begin="5s" dur="00:00:20:00" tts:display="auto"/>This text must appear at 5 seconds<br/>and remain visible to 10 seconds</p>
+               <p begin="10s" dur="00:00:15:00">This text must not appear </p>
+            </div>
+        </div>
+    </body>
+</tt>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testsuite/Animation/MediaSeqTiming007.xml	Mon Jan 26 17:33:31 2009 +0000
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<tt xml:lang="en"
+    xmlns="http://www.w3.org/2006/10/ttaf1"
+    xmlns:tts="http://www.w3.org/2006/10/ttaf1#styling"
+    xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata"
+    xmlns:ttp="http://www.w3.org/2006/10/ttaf1#parameter">
+    <head>
+        <metadata>
+            <ttm:title>Animation Test - Seq - 007</ttm:title>
+            <ttm:desc>Testing more end truncation on seq</ttm:desc>
+            <ttm:copyright>Copyright (C) 2008 W3C (MIT, ERCIM, Keio).</ttm:copyright>
+        </metadata>
+    </head>
+    <body timeContainer="par">
+        <div timeContainer="par" end="10s">
+              <metadata>
+                    <ttm:desc>end truncates par at 10s</ttm:desc>
+              </metadata>
+            <div timeContainer="seq" dur="20s">
+               <p begin="00:00:05:00" dur="10s">This text must appear at 5 seconds<br/>and be remain visible to 10 seconds,</p>
+                <p begin="5s" dur="00:00:05:00">This text must not appear.</p>
+            </div>
+           <div timeContainer="seq" dur="20s">
+               <p tts:display="none" dur="00:00:20:00">
+                   <set begin="5s" dur="00:00:20:00" tts:display="auto"/>This text must appear at 5 seconds<br/>and remain visible to 10 seconds</p>
+               <p begin="5s" dur="00:00:05:00">This text must not appear.</p>
+            </div>
+        </div>
+    </body>
+</tt>
\ No newline at end of file