summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/393330-1-ref.html
blob: 94bf100f1a87e70a729c6c2709b0947490ddcf51 (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
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
  #div > div { text-indent: 0 }
  div > div > div { display: inline-block; width: 30px; }
  body > div > div { text-decoration: underline; }
</style>
<body>
<div style="height: 20px; line-height: 20px; column-width: 100px;
            column-gap: 0px">
<div id="div" style="text-indent: 30px;">
  <div>a</div>
  <div>a</div>
</div>
<div>
  <div>a</div>
  <div>a</div>
  <div>a</div>
</div>
<div>
  <div>a</div>
  <div>a</div>
  <div>a</div>
</div>
<div>
  <div style="width: 100px">b</div>
</div>
</div>
</body>
</html>