summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1150021-1.css
blob: 239bf6cabcb8659258b02d683091c033f650f294 (plain)
1
2
3
4
5
6
7
8
9
10
window { direction: rtl; }
.wide { background: red; width: 800px; height: 30px; display: inline-block;}

#container {
  background-color: yellow;
}

#rightBox {
  margin-left: 1000px;
}