Sign in
webkit
/
WebKit
/
9f8388ebdf099a98ce75d93c131e5941dc4da269
/
.
/
LayoutTests
/
fast
/
hidpi
/
percent-height-image-nested-expected.html
blob: 116b23809088b4064676ee6ab993aa83e983a2a4 [
file
] [
log
] [
blame
]
<!doctype html>
<head>
<style>
.
flex
{
display
:
flex
}
img
{
max-width
:
100%
;
}
body
,
html
{
height
:
100%
}
html
{
overflow
:
hidden
}
div
{
width
:
20.4%
}
</style>
</head>
<body>
<div>
<img
src
=
"resources/blue-1500-2000-px.png"
>
</div>