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