blob: 391ddeaa28600da8b1334dc1e7a68fa52468f404 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<!DOCTYPE html>
<html>
<head>
<title>CSS Reftest Reference: Flexbox flex-wrap: nowrap</title>
<link rel="author" title="Gavin Elster" href="mailto:gavin.elster@me.com">
<link rel="reviewer" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact">
<style type="text/css">
div {
width: 120px;
height: 120px;
background: green;
}
</style>
</head>
<body>
<p>The test passes if there is a green square and no red.</p>
<div></div>
</body>
</html>
|