10 background-color: blue;
11 box-shadow: 0 0 10px black;
19 <script src="resources/wheel-handler-region-helper.js"></script>
21 if (window.testRunner)
22 testRunner.waitUntilDone();
24 if (window.internals) {
25 internals.setTopContentInset(60);
26 internals.setHeaderHeight(23);
32 internals.updateLayoutIgnorePendingStylesheetsAndRunPostLayoutTasks();
34 // Scroll to test the mapping from document to view coords.
35 document.body.scrollTop = 197;
37 if (window.testRunner)
38 testRunner.notifyDone();
41 window.addEventListener('load', doTest);
46 <p>Wheel event rect for plug-in:</p>
47 <embed id="plugin" type="application/x-webkit-test-netscape" drawingmodel="coreanimation"></embed>
48 <pre id="output"></pre>