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