chromium/third_party/blink/web_tests/external/wpt/css/css-flexbox/flexbox-definite-cross-size-constrained-percentage-ref.html

<html>
    <meta charset="utf-8">
    <link rel="author" href="mailto:[email protected]" title="Sammy Gill">
    <link rel="help" href="https://www.w3.org/TR/css-flexbox-1/#min-size-auto">
    <link rel="help" href="https://www.w3.org/TR/css-flexbox-1/#definite">
    <link rel="help" href="https://www.w3.org/TR/css-sizing-3/#definite">
    <title>Flex item cross size set by definite flex container size with percentage height</title>
    <style>
        img {
            width: 25px;
            height: 25px;
        }
    </style>
    <body>
        <img src="support/60x60-green.png">
    </body>
</html>