4 /* We center the square so as to simplify the eventSender logic in parent.runTest(). */
5 #test-container { margin:
0px auto; width:
128px; height:
128px; }
7 #square { display: table-cell; text-align: center; vertical-align: middle; width: inherit; height: inherit; color: black; border:
1px dashed; }
11 <div id=
"test-container">
12 <div id=
"square" onmousemove=
"parent.done()">Mouse over me.
</div>