tenfourfox/layout/reftests/position-dynamic-changes/relative/style.css

10 lines
124 B
CSS
Raw Normal View History

2017-04-19 07:56:45 +00:00
#container {
width: 400px;
height: 400px;
border: 1px solid red;
}
#rel {
white-space: pre;
position: relative;
}