chromium/third_party/blink/web_tests/external/wpt/css/css-flexbox/flexbox-flex-wrap-flexing-ref.html

<!doctype html>
<html>
<head>
    <title>CSS Flexbox Test: flex-wrap flexes widths after line breaking</title>
    <link rel="author" title="Alan Stearns" href="mailto:[email protected]">
    <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>