summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-writing-modes/flexbox_align-items-stretch-writing-modes-ref.html
blob: 69db5a0124c568683ade5c3caaf3cc5f3faea742 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE HTML>
<html>
<head>
    <title>Reference file</title>
    <link rel="author" title="Mitsuteru Sawa" href="mailto:mitsuteru.s@gmail.com">
    <style>
        .test {
            height: 100px;
            width: 250px;
            background-color: green;
        }
    </style>
</head>
<body>
    <p>The test passes if you see a green rectangle and no red.</p>
    <div class="test"></div>
</body>
</html>