summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-shapes/shape-outside-empty-line-ref.html
blob: 1b7d12ade0815accf1ce91290458ebb4537972b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Reference: Shape-outside empty area, float text around a vertical line</title>
<style>
  body {
    line-height: 0;
  }
  .container {
    width: 600px;
  }
  box {
    display: inline-block;
    background-color: blue;
    width: 100px;
    height: 20px;
    margin-left: 190px;
  }
</style>
</head>
<body>
<div class="container">
<box></box><br>
<box></box><br>
<box></box><br>
<box></box><br>
<box></box><br>
<box></box><br>
<box></box><br>
<box></box><br>
<box></box><br>
</div>
</body>
</html>