2 The two black rectangles below should look identical.
3 <div style=
"text-indent: 100px;top: 50px; position: absolute; border:2px solid black">
4 <div style=
"background-color:green; width:50px; height:50px; float:left"></div><div style=
"display:inline-block;width:50px;height:50px;background-color:green"></div></div>
6 <div style=
"margin-top:1em; top: 100px; height: 50px; width:200px; position: absolute; border:2px solid black">
7 <div style=
"position:absolute;background-color:green; width:50px; height:50px;"></div>
8 <div style=
"position:absolute;left:150px;background-color:green; width:50px; height:50px;"></div>