first-input-inside-legend-manual.html (416B)
1 <!doctype html> 2 <title>First input inside the legend</title> 3 <script src=/resources/testharness.js></script> 4 <script src=/resources/testharnessreport.js></script> 5 <script src=../common/accesskey.js></script> 6 <p>Press the access key combination for "a". <kbd></kbd></p> 7 <fieldset> 8 <legend accesskey=a>legend 9 <input onfocus="pass()"> 10 </legend> 11 <input onfocus="fail('input after legend was focused')"> 12 </fieldset>