Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
master
/
.
/
html
/
rendering
/
widgets
/
button-layout
/
block-in-inline-ref.html
blob: 57a06d7d836d44260dc019994b75e3983e365de1 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<button
style
=
"
width
:
100px
;
height
:
100px
;
"
>
<div
style
=
"
width
:
100%
;
height
:
100%
;
background
:
green
;
"
></div>
</button>