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