tenfourfox/layout/reftests/bugs/1150021-1.css

11 lines
186 B
CSS
Raw Normal View History

2017-04-19 07:56:45 +00:00
window { direction: rtl; }
.wide { background: red; width: 800px; height: 30px; display: inline-block;}
#container {
background-color: yellow;
}
#rightBox {
margin-left: 1000px;
}