summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/557087-1.html
blob: f860dafef7bcb4b0bf36a838a30358096189fdd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
  <body>
    <fieldset disabled>
      <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>