blob: 212477d638d4d9c923d0fc43aa639b2ca49979c3 [file] [log] [blame]
<style>
/* We center the square so as to simplify the eventSender logic in parent.runTest(). */
#test-container { margin: 0px auto; width: 128px; height: 128px; }
#square { display: table-cell; text-align: center; vertical-align: middle; width: inherit; height: inherit; color: black; border: 1px dashed; }
</style>
</head>
<body>
<div id="test-container">
<div id="square" onwheel="parent.iframeMouseWheel()">Mouse wheel over me.</div>
</div>