summaryrefslogtreecommitdiffstats
path: root/WebCore/manual-tests/wml/anchor-img-element.wml
blob: ddd0c28ec542410e8038e0e4eb6190a1d0f1c632 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?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="Anchor Tag">
<p> Test for WML img enclosed with anchor element, when the mouse move into the image, the tip "go to test.wml" will appear</p>
<p>
<anchor title="go to test.wml"><img src="../resources/smile.gif"/> <go href="../test.wml"/></anchor>
</p>
</card>
</wml>