summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-flexbox/flexbox_stf-table-singleline-ref.html
blob: af3616a5c238f5047ea4ef191f128a008e427e7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<title>flexbox | singleline flexcontainer versus stf :: table</title>
<link rel="author" href="http://opera.com" title="Opera Software">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
div, p {
	font-family: Ahem;
	display: inline-block;
}
p {
	margin: 1em 0;
}
</style>

<div>
	<p>fillerfillerfillerfillerfiller</p>
</div>