aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-flexbox-1_dev/html/reference/row-flexbox-break-ref.htm
blob: e0263acaacd6ba2f115c271fde91d246d3614f37 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html><head>
		<title>CSS Reftest Reference</title>
		<link href="mailto:badea@adobe.com" rel="author" title="Catalin Badea">
		<style>
			.stripe {
				height: 40px;
				width: 80px;
				margin-bottom: 20px;
				background-color: green;
			}
		</style>
	</head>
	<body>
		<ul>
			<li>Test passes if you see two horizontal green stripes on the same horizontal line.</li>
			<li>You shouldn't see any red.</li>
		</ul>
		<div class="stripe"></div>
		<div class="stripe"></div>
	

</body></html>