mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
11 lines
271 B
HTML
11 lines
271 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<!-- Test: when there is only one submit button, it is the default -->
|
|
<link rel='stylesheet' type='text/css' href='default-submit-button-style.css'>
|
|
<body>
|
|
<form>
|
|
<button type='submit'>submit</button>
|
|
</form>
|
|
</body>
|
|
</html>
|