Sign in
webkit
/
WebKit
/
ff4cb3c2323f3937e96e08f4f6fbe6c7755f9da5
/
.
/
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"
>