summaryrefslogtreecommitdiffstats
path: root/layout/reftests/columns/basic-1.html
blob: 538c23965466a06a800c6aaf2479a0b003c60033 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
<head>
  <style>
  div { column-count:2; column-gap:0; }
  </style>
</head>
<body>
  <div>
    Hello<br>
    Kitty
  </div>
</body>
</html>