aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-flexbox-1_dev/html/reference/flexbox_inline-ref.htm
blob: 0c16d2ca6db3d6548bb30f1635fca6eccd3c04fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html><head><title>flexbox | inline</title>
<link href="http://opera.com" rel="author" title="Opera Software">
<style>
body {margin: 0;}
div {
	background: yellow;
	display: inline-block;
}
</style>

</head><body><div>HELLOWORLD</div>
</body></html>