summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/599882-1-ref.html
blob: a6155400f03bc1e4ade5759e3c5df2158d4165d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
  .positioned {
    display:block;
  }

  .container {
    display:inline-block;
  }
</style>
</head>
<body>
<span style="vertical-align: baseline">Baseline aligned</span>
<span class="container"><span class="positioned">&nbsp;</span></span>
 </body>
</html>