9 background-color: grey;
17 display: inline-block;
28 background-color: green;
33 <div class=
"container inline-block static">
34 display: inline-block; position: static;
35 <div draggable=
"true">Drag Me
</div>
36 If the drag-icon follows the mouse pointer while dragging the above green block, the test passes.
39 <div class=
"container" style=
"overflow:hidden">
40 greybox overflow:hidden; greenbox float:left;
<br>
41 <div class=
"floatleft" draggable=
"true">Drag Me
</div>
42 If the drag-icon follows the mouse pointer while dragging the green block to the left, the test passes.