Sign in
chromium
/
chromium
/
src.git
/
20e8909e694cab857da21d8fe9d5f1da170eaae2
/
.
/
content
/
test
/
data
/
accessibility
/
html
/
frame
/
button2.html
blob: 7dd9f6cf499966ae8b2cb3b81df80b49af70e38f [
file
]
<!DOCTYPE html>
<html>
<body
style
=
"
margin
:
0
;
padding
:
0
;
"
>
<div
style
=
"
width
:
300px
;
height
:
100px
;
"
>
<button
style
=
"
margin
:
25px
;
border
:
0
;
width
:
250px
;
height
:
50px
"
>
Second Button
</button>
</div>
</body>
</html>