Sign in
chromium
/
chromium
/
src
/
2ac0c19603e70ef75f156ee8409162bbff94de74
/
.
/
content
/
test
/
data
/
accessibility
/
hit_testing
/
button.html
blob: 4a84712bac7fdc92ba71d93570977d99b7d92db5 [
file
] [
log
] [
blame
]
<!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
"
>
Ordinary Button
</button>
</div>
</body>
</html>