WebCore/manual-tests/wml/template-ontimer.wml
changeset 0 4f2f89ce4247
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/WebCore/manual-tests/wml/template-ontimer.wml	Fri Sep 17 09:02:29 2010 +0300
@@ -0,0 +1,16 @@
+<?xml version="1.0"?>
+<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
+"http://www.wapforum.org/DTD/wml_1.1.xml">
+<wml>
+    <template ontimer="#card2"/>
+
+    <card id="card1">
+        <p>Test for template ontimer event in WML</p>
+        <p>This is Card one,we will jump to card 2 after 5s because of the template ontimer event</p>
+        <timer value="50"/>
+    </card>
+    
+    <card id="card2" title="card 2">
+        <p>This is card 2</p>
+    </card>
+</wml>