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