summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/192767.css
blob: 2f450f0766670f49704e8864fd1f5246f7cb2c5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
body > * 
{ 
  width: 100px;
  height: 100px;
  overflow: auto;
  border: thick solid purple;
  margin: 10px; 
}

body > * > *
{ 
  margin: 10px; 
  border: medium solid green; 
  background: yellow;
  width: 200px; 
  height: 200px;
}