summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/interactive-elements/commands/legend/first-input-inside-legend-manual.html
blob: abd3a3b2dfe36cab4b267273b6616d60eab07046 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!doctype html>
<title>First input inside the legend</title>
<script src=/resources/testharness.js></script>
<script src=/resources/testharnessreport.js></script>
<script src=../common/accesskey.js></script>
<p>Press the access key combination for "a". <kbd></kbd></p>
<fieldset>
 <legend accesskey=a>legend
  <input onfocus="pass()">
 </legend>
 <input onfocus="fail('input after legend was focused')">
</fieldset>