WebCore/manual-tests/wml/template-go.wml
changeset 0 4f2f89ce4247
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/WebCore/manual-tests/wml/template-go.wml	Fri Sep 17 09:02:29 2010 +0300
@@ -0,0 +1,18 @@
+<?xml version="1.0"?>
+<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
+<wml>
+    <template>
+        <do name="go" type="accept" label="Template Go">
+            <go href="#card2"/>
+        </do>
+    </template>
+
+    <card id="card1" title="Card 1">
+        <p>Test for template element in WML. Template go button is global</p>
+        <p>This is Card one, click 'Template Go' to jump to Card two</p>
+    </card>
+
+    <card id="card2" title="Card 2">
+        <p>This is card two.<br/>The global template Go button is still visible for me</p>
+    </card>
+</wml>