Sign in
chromium
/
chromium
/
src.git
/
HEAD
/
.
/
headless
/
test
/
data
/
structured_doc
/
button.html
blob: f2e1f689acda1d13096c6b24891ddc400aaeb652 [
file
]
<!DOCTYPE html>
<html
lang
=
"en"
>
<body>
<button
aria-label
=
"Aria labeled button"
>
Button text
</button>
<button>
Plain button
</button>
<input
type
=
"button"
value
=
"Input button"
>
<input
type
=
"submit"
value
=
"Submit button"
>
</body>
</html>