<?xml version="1.1" encoding="UTF-8" ?>
<!DOCTYPE smil PUBLIC "-//W3C//DTD SMIL 3.0 Language//EN" "http://www.w3.org/2008/SMIL30/SMIL30Language.dtd">

<!--
Copyright: Copyright 1998-2008 W3C (MIT, ERCIM, Keio), All Rights Reserved.
	See http://www.w3.org/Consortium/Legal/2008/04-testsuite-license.
Author: Kees Blom (CWI)
Version: January 10, 2008
Chapter: SMIL 3.0 SMILText
Module: SMIL 3.0 SMILText
Feature: textMode="crawl" of a large text with textAlign=end, textConceal=none
File Name: smil30-smiltext-textCrawl21.smil
Expected Behavior: The text in the test is self-explanatory.
-->

<smil xmlns="http://www.w3.org/ns/SMIL" version="3.0" baseProfile="Language">
    <head>
        <layout>
            <root-layout width="500" height="60"/>
            <region xml:id="crawlText" left="0" top="0" width="100%" height="100%" textMode="crawl" />
        </layout>
    </head>
    <body>
        <seq>
            <smilText region="crawlText" dur="11s" textAlign="end" textConceal="none">
                First words appear at the right.
                
            blah blah blah blah blah blah blah blah blah blah blah blah blah blah. 
             
                Last words crawl in and playback stops.
	        </smilText>
        </seq>
    </body>
</smil>