mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 04:27:37 +00:00
14 lines
381 B
HTML
14 lines
381 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<!-- Test: when there is only one submit button and some other buttons,
|
|
there is a 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='reset'>text</button>
|
|
</form>
|
|
</body>
|
|
</html>
|