aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/web-platform-tests/css/css-flexbox/reference/flexbox-min-width-auto-005-ref.html
blob: d1e9d963d74cd507350ff139cfd14776f3f2d713 (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
24
<!DOCTYPE html>
<title>CSS Reference</title>
<link rel="author" title="Sergio Villar Senin" href="mailto:svillar@igalia.com" />
<style>
div {
  background-color: green;
  height: 50px;
  width: 100px;
}
span {
  display: inline-block;
  background-color: green;
  height: 50px;
  width: 40px;
}
br { margin: 50px; }
</style>

<p>Test passes if there is <strong>no red</strong> visible on the page.</p>
<div></div>

<br>

<span></span>