first-input-after-legend-manual.html (354B)
1 <!doctype html> 2 <title>First input after 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</legend> 9 <input onfocus="pass()"> 10 </fieldset>