summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/557087-2.html
blob: dfb0eccf9f589aea794415afff2ca76b21704e47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html class='reftest-wait'>
  <body onload="document.getElementsByTagName('fieldset')[0].disabled = true;
                document.documentElement.className='';">
    <fieldset>
      <input type='file'>
      <input type='checkbox'>
      <input type='radio'>
      <input type='number'>
      <input>
      <button>foo</button>
      <textarea></textarea>
      <select><option>foo</option></select>
      <fieldset></fieldset>
    </fieldset>
  </body>
</html>