summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-flexbox/flexbox-definite-sizes-001-ref.html
blob: ed0cc575f56bf8e7c9db37ee8a5355fe432236a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<meta charset="utf-8">
<title>CSS Test Reference</title>
<link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez">
<style>
div {
  width: 100px;
  height: 100px;
  background: green;
}
</style>
<p>Test passes if you see a green 100px x 100px square, and no red</p>
<div></div>