Sign in
webkit
/
WebKit
/
1d2c762592c7d71992189538cb3f38cc38c18ef8
/
.
/
LayoutTests
/
fast
/
forms
/
button-positioned.html
blob: d6df71b72873930341521a825c851875ac1c42e7 [
file
] [
log
] [
blame
]
<button
style
=
"
position
:
absolute
"
>
This button is positioned.
</button>
<input
style
=
"
position
:
absolute
"
type
=
button
value
=
"This button is also positioned"
>