aboutsummaryrefslogtreecommitdiffstats
path: root/test/render/flex/align-content_flex-start.htm
blob: eaf4ff0cb50dd56cc2938a9b23749e5c8cb2e4de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html>
<!-- Mirrored from test.csswg.org/suites/css-flexbox-1_dev/nightly-unstable/html/align-content_flex-start.htm by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 23 Dec 2023 16:15:11 GMT -->
<head>
    <title>CSS Flexible Box Test: align-content_flex-start</title>
    <link href="http://www.intel.com/" rel="author" title="Intel">
    <link href="http://www.w3.org/TR/css-flexbox-1/#align-content-property" rel="help">
    <link href="http://test.csswg.org/suites/css-flexbox-1_dev/nightly-unstable/html/reference/align-content_flex-start-ref.htm" rel="match">
    <link href="support/test-style.css" rel="stylesheet">
    <meta content="" name="flags">
    <meta content="Check if the web engine can identify the align-content value flex-start." name="assert">
    <style>
      #test{
	height: 200px;
        width: 80px;
        display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
      }
    </style>
  </head>
  <body>
    <p>Test passes if:<br>
    1. the rectangle 1, 2, 3 show up in a vertical column in a red rectangle and no gap between them.<br>
    2. the rectangle 1, 2, 3 appear in upper left of red rectangle.</p>
    <div id="log"></div>
    <div id="test"><div id="test01">1</div><div id="test02">2</div><div id="test03">3</div></div>
  

</body>
<!-- Mirrored from test.csswg.org/suites/css-flexbox-1_dev/nightly-unstable/html/align-content_flex-start.htm by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 23 Dec 2023 16:15:11 GMT -->
</html>