summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-default/submit-button/default-submit-button-3.html
blob: c9c5747a093ff01de8e49c40abac59e0999872e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
  <!-- Test: when there more thon one submit button and some other buttons,
    the first submit button is the default -->
  <link rel='stylesheet' type='text/css' href='default-submit-button-style.css'>
  <body>
    <form>
      <button type='submit'>submit</button>
      <button type='reset'>text</button>
      <button type='submit'>text</button>
    </form>
  </body>
</html>