summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/support/iframe_sandbox_003.htm
blob: 621ece79af64370884f31c17ac0430ade105cc58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
<head>
    <title>autofocus on form control</title>
</head>
<body>
    <div>Below form control has autofocus attribute set.</div><br />
    <form action="">
        <span>Textbox: </span><input autofocus="autofocus" type="text" name="movie" />
    </form>
</body>
</html>