Sign in
webkit
/
WebKit
/
9394a477fd489d69e02f177e78e26b46ac6f7705
/
.
/
LayoutTests
/
fast
/
css
/
aspect-ratio-min-height-replaced.html
blob: f739dcf956c5c7e47f3bdb012a74097049fa043f [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<div
style
=
"
display
:
flex
;
flex-direction
:
column
;
align-items
:
start
;
"
>
<video
controls
width
=
"300"
height
=
"300"
style
=
"
width
:
auto
;
max-height
:
100px
;
aspect-ratio
:
1
/
1
;
background-color
:
yellow
;
"
></video>
</div>