summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-flexbox/flexbox-definite-cross-size-constrained-percentage-ref.html
blob: ed9ac4f1a5390415d7755c4fd550120228f78660 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html>
    <meta charset="utf-8">
    <link rel="author" href="mailto:sammy.gill@apple.com" 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>