<?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: textFontSize attribute
File Name: smil30-smiltext-textFontSize1.smil
Expected Behavior: This tests the textFontSize attribute using integer font lengths.

-->

<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>
        <smilText region="txtreg" dur="10s">
            <span textFontSize="12">This span has textFontSize="12". </span>
            <span textFontSize="14">This span has textFontSize="14". </span>
            <span textFontSize="16">This span has textFontSize="16". </span>
            <span textFontSize="18">This span has textFontSize="18". </span>
            <span textFontSize="20">This span has textFontSize="20". </span>
            <span textFontSize="22">This span has textFontSize="22". </span>
            <span textFontSize="24">This span has textFontSize="24". </span>
            <span textFontSize="28">This span has textFontSize="28". </span>
            <span textFontSize="32">This span has textFontSize="32". </span>
            <span textFontSize="36">This span has textFontSize="36". </span>
            <span textFontSize="42">This span has textFontSize="42". </span>
            <span textFontSize="48">This span has textFontSize="48". </span>
	</smilText>
    </body>
</smil>
