summaryrefslogtreecommitdiffstats
path: root/layout/reftests/position-dynamic-changes/relative/style.css
blob: 92a977bff7b7a4f54a702218ad7b39886b64f14c (plain)
1
2
3
4
5
6
7
8
9
#container {
  width: 400px;
  height: 400px;
  border: 1px solid red;
}
#rel {
  white-space: pre;
  position: relative;
}