diff options
author | ot <ot@localhost> | 2007-04-02 06:10:41 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-04-02 06:10:41 +0000 |
commit | 29745f25159c4bd682e32a6bbf5666485dedbf2c (patch) | |
tree | bfcba5811a81b3244a8c1b7e243e0dc87b5ec036 /htdocs/dev/tests | |
parent | 96af4b001db886b78c1de17c0dd8f4a45c532f4a (diff) | |
download | markup-validator-29745f25159c4bd682e32a6bbf5666485dedbf2c.zip markup-validator-29745f25159c4bd682e32a6bbf5666485dedbf2c.tar.gz markup-validator-29745f25159c4bd682e32a6bbf5666485dedbf2c.tar.bz2 |
SMIL 2.1 basic test cases
Diffstat (limited to 'htdocs/dev/tests')
-rw-r--r-- | htdocs/dev/tests/SMIL21.smil | 18 | ||||
-rw-r--r-- | htdocs/dev/tests/SMIL21_Mobile.smil | 39 | ||||
-rwxr-xr-x | htdocs/dev/tests/index.html | 17 |
3 files changed, 72 insertions, 2 deletions
diff --git a/htdocs/dev/tests/SMIL21.smil b/htdocs/dev/tests/SMIL21.smil new file mode 100644 index 0000000..45098f4 --- /dev/null +++ b/htdocs/dev/tests/SMIL21.smil @@ -0,0 +1,18 @@ +<?xml version="1.0"?> +<!DOCTYPE smil PUBLIC "-//W3C//DTD SMIL 2.1//EN" + "http://www.w3.org/2005/SMIL21/SMIL21.dtd"> +<!-- +Copyright: Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved. + See http://www.w3.org/Consortium/Legal/. +Author: PLEASE FILL IN +Version: PLEASE FILL IN +Module: PLEASE FILL IN Module +Feature: PLEASE FILL IN +File Name: PLEASE FILL IN +Media Components: PLEASE FILL IN +Expected Behavior: PLEASE FILL IN + INDENT LINES IF YOU NEED MORE THAN ONE +Required Modules: Structure +--> +<smil xmlns="http://www.w3.org/2005/SMIL21/Language"> +</smil> diff --git a/htdocs/dev/tests/SMIL21_Mobile.smil b/htdocs/dev/tests/SMIL21_Mobile.smil new file mode 100644 index 0000000..44809ec --- /dev/null +++ b/htdocs/dev/tests/SMIL21_Mobile.smil @@ -0,0 +1,39 @@ +<?xml version="1.0"?> +<!DOCTYPE smil PUBLIC "-//W3C//DTD SMIL 2.1 Mobile//EN" + "http://www.w3.org/2005/SMIL21/SMIL21Mobile.dtd"> +<!-- +Copyright: Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved. + See http://www.w3.org/Consortium/Legal/. +Author: Jack Jansen (CWI) +Version: April 20, 2005 +Module: BackgroundTilingLayout Module +Feature: background image functionality +File Name: bkL-background-04.smil +Media Components: 1 image, 1 text description +Expected Behavior: This file is used to verify background image behavior + when an image is set on the region. + In this example, both a background color and a small background image are defined. + The small background image should be shown tiled, with text caption. +Required Modules: BackgroundTilingLayout + BasicInlineTiming + BasicLayout + BasicMedia + BasicTimeContainers + Structure +--> +<smil xmlns="http://www.w3.org/2005/SMIL21/Mobile"> + <head> + <layout> + <root-layout id="Player-Window" width="200" height="200"/> + <region id="media" width="200" height="200" backgroundColor="#C0C0ff" backgroundRepeat="repeat" backgroundImage="bgimagesmall.jpg"/> + + </layout> + </head> + <body> + <seq> + <text region="media" src="bkL-background-04.txt" dur="5s" /> + </seq> + </body> +</smil> + + diff --git a/htdocs/dev/tests/index.html b/htdocs/dev/tests/index.html index 615bf03..23abcd8 100755 --- a/htdocs/dev/tests/index.html +++ b/htdocs/dev/tests/index.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: index.html,v 1.68 2007-03-29 07:35:19 ot Exp $" ---><!--#set var="date" value="\$Date: 2007-03-29 07:35:19 $" +<!--#set var="revision" value="\$Id: index.html,v 1.69 2007-04-02 06:10:41 ot Exp $" +--><!--#set var="date" value="\$Date: 2007-04-02 06:10:41 $" --><!--#set var="title" value="The W3C Markup Validation Service: Tests" --><!--#set var="relroot" value="../../" --><!--#include virtual="../../header.html" --> @@ -170,6 +170,19 @@ SMIL 2.0 </li> <li> + <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/SMIL21.smil">validate</a> - + <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/SMIL21.smil">with v.w.o</a> - + <a href="http://qa-dev.w3.org/wmvs/HEAD/dev/tests/SMIL21.smil">view</a>: + SMIL 2.1 + </li> + <li> + <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/SMIL21_Mobile.smil">validate</a> - + <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/SMIL21_Mobile.smil">with v.w.o</a> - + <a href="http://qa-dev.w3.org/wmvs/HEAD/dev/tests/SMIL21_Mobile.smil">view</a>: + SMIL 2.1 Mobile + </li> + + <li> <a href="../../check?uri=http://www.w3.org/TR/XHTMLplusMathMLplusSVG/sample.xhtml">validate</a> - <a href="http://validator.w3.org/check?uri=http://www.w3.org/TR/XHTMLplusMathMLplusSVG/sample.xhtml">with v.w.o</a> - <a href="http://www.w3.org/TR/XHTMLplusMathMLplusSVG/sample.xhtml">view</a>: |