WebCore/manual-tests/wml/a-element.wml
changeset 0 4f2f89ce4247
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/WebCore/manual-tests/wml/a-element.wml	Fri Sep 17 09:02:29 2010 +0300
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
+<wml>
+    <card title="A element Test">
+        <p>Test for A element. <br/>When mouse moves into link, "go to StartTests.wml" will appear, click the link, will jump to StartTests.wml</p>
+        <p>
+            <a href="StartTests.wml" title="go to StartTests.wml" >Next page</a>
+        </p>
+    </card>
+</wml>