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