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