<?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="scroll" of a small text with textPlace=start, textConceal=none
File Name: smil30-smiltext-textScroll01.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="240" height="300"/>
            <region xml:id="scrollText" left="0" top="0" width="100%" height="100%" textMode="scroll" />
        </layout>
    </head>
    <body>
        <seq>
            <smilText region="scrollText" dur="11s" textPlace="start" textConceal="none">
                First line appears at the top
                <br/>
                blah blah blah blah 
                <br/><br/>
                First line appears at the top
                <br/>
                Last line rolls in at the bottom and playback stops
                <br/><br/>
                blah blah blah blah 
                <br/>
                Last line rolls in at the bottom and playback stops
	        </smilText>
        </seq>
    </body>
</smil>
