summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-flexbox/flexbox-flex-wrap-flexing-ref.html
blob: 924297d051c375f44e95dacc1ab2f54848882b40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!doctype html>
<html>
<head>
    <title>CSS Flexbox Test: flex-wrap flexes widths after line breaking</title>
    <link rel="author" title="Alan Stearns" href="mailto:stearns@adobe.com">
    <style>
        .container {
            width: 150px;
            height: 100px;
            background: green;
        }
    </style>
</head>
<body>
    <p>Test passes if there is a green rectangle and no red.</p>
    <div class="container"></div>
</body>
</html>