<?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: Eric Hyche (RealNetworks, Inc.)
Version: November 14, 2007
Chapter: SMIL 3.0 SMILText
Module: SMIL 3.0 SMILText
Feature: textMode attribute
File Name: smil30-smiltext-textRate1.smil
Expected Behavior: This tests the textRate attribute with three different values of crawling rate.

-->

<smil xmlns="http://www.w3.org/ns/SMIL" version="3.0" baseProfile="Language">
    <head>
        <layout>
            <root-layout width="640" height="480"/>
            <region xml:id="txtreg" left="0" top="0" width="640" height="480"/>
        </layout>
    </head>
    <body>
        <seq>
            <smilText region="txtreg" dur="30s" textMode="crawl" textRate="10px">
                 This presentation has textMode="crawl" with textRate="10". The text should crawl to the left at a rate of 10 pixels per second.
	    </smilText>
            <smilText region="txtreg" dur="30s" textMode="crawl" textRate="20px">
                 This presentation has textMode="crawl" with textRate="20px". The text should crawl to the left at a rate of 20 pixels per second.
	    </smilText>
            <smilText region="txtreg" dur="30s" textMode="crawl" textRate="40px">
                 This presentation has textMode="crawl" with textRate="40px". The text should crawl to the left at a rate of 40 pixels per second.
	    </smilText>
        </seq>
    </body>
</smil>
