summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/921716-1.html
blob: 6dbef08bcd241c3214235b38549bdf655cc19c83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<style>
div {
  -moz-column-count: 3;
  -moz-column-gap: 8px;
  -moz-column-rule: thick solid red;
  visibility: hidden;
  width: 300px;
  background-color: #fcc;
}
span {
  visibility: visible;
}
</style>
<div>
  <span>This is some content that is still shown within the columns.</span>
</div>