mirror of
https://github.com/servo/servo.git
synced 2025-06-26 01:54:33 +01:00
20 lines
570 B
HTML
20 lines
570 B
HTML
<!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">
|
|
<meta name="flags" content="">
|
|
<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>
|